/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to branch.py

Proper output from dpush.

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
            self.source.repository, refs)
533
533
        if revidmap != {}:
534
534
            self.target.generate_revision_history(revidmap[stop_revision])
535
 
        result.new_revid = self.target.last_revision()
 
535
            result.new_revid = revidmap[stop_revision]
 
536
        else:
 
537
            result.new_revid = result.old_revid
536
538
        result.revidmap = revidmap
537
539
        return result
538
540