equal
deleted
inserted
replaced
5074 result = not pushop.cgresult |
5074 result = not pushop.cgresult |
5075 |
5075 |
5076 if opts.get('bookmark'): |
5076 if opts.get('bookmark'): |
5077 bresult = bookmarks.pushtoremote(ui, repo, other, opts['bookmark']) |
5077 bresult = bookmarks.pushtoremote(ui, repo, other, opts['bookmark']) |
5078 if bresult == 2: |
5078 if bresult == 2: |
5079 return 2 |
5079 result = 2 |
5080 if not result and bresult: |
5080 elif not result and bresult: |
5081 result = 2 |
5081 result = 2 |
5082 |
5082 |
5083 return result |
5083 return result |
5084 |
5084 |
5085 @command('recover', []) |
5085 @command('recover', []) |