
11 Mar
2014
11 Mar
'14
1:37 p.m.
2014-03-11 10:21 GMT+01:00 LucaDC <dicappello@...2144...>:
Is there a way to undo the update and get back the situation before the failed commit so you can turn it into a local (successful) commit with your changes only?
If the manual is correct, I think you could use this:
1. bzr update -r xxx, where xxx is the revision where your changes applied cleanly 2. bzr unbind - this will convert from a checkout to a regular branch 3. bzr commit
Regards, Krzysztof