/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/annotate.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-01-01 23:40:59 UTC
  • mfrom: (7206.6.8 move-reconcile)
  • Revision ID: breezy.the.bot@gmail.com-20190101234059-g2aoc3whzh3zkppv
Move bzr-specific reconcile bits to breezy.bzr.reconcile.

Merged from https://code.launchpad.net/~jelmer/brz/move-reconcile-1/+merge/359941

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
def annotate_file_tree(tree, path, to_file, verbose=False, full=False,
56
56
                       show_ids=False, branch=None):
57
 
    """Annotate file_id in a tree.
 
57
    """Annotate path in a tree.
58
58
 
59
59
    The tree should already be read_locked() when annotate_file_tree is called.
60
60