/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 breezy/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:53:47 UTC
  • mfrom: (6813 trunk)
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112175347-wovgaqmkbyo8fo7f
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1700
1700
            "basis revision. hooks MUST NOT modify this delta. "
1701
1701
            " future_tree is an in-memory tree obtained from "
1702
1702
            "CommitBuilder.revision_tree() and hooks MUST NOT modify this "
1703
 
            "tree.", (0,91))
 
1703
            "tree.", (0, 91))
1704
1704
        self.add_hook('post_commit',
1705
1705
            "Called in the bzr client after a commit has completed. "
1706
1706
            "post_commit is called with (local, master, old_revno, old_revid, "