equal
deleted
inserted
replaced
4449 r = other.pushkey('bookmarks', b, old, new) |
4449 r = other.pushkey('bookmarks', b, old, new) |
4450 if not r: |
4450 if not r: |
4451 ui.warn(_('updating bookmark %s failed!\n') % b) |
4451 ui.warn(_('updating bookmark %s failed!\n') % b) |
4452 if not result: |
4452 if not result: |
4453 result = 2 |
4453 result = 2 |
4454 result = 0 |
|
4455 |
4454 |
4456 return result |
4455 return result |
4457 |
4456 |
4458 @command('recover', []) |
4457 @command('recover', []) |
4459 def recover(ui, repo): |
4458 def recover(ui, repo): |