~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

[merge] mpe: Add 'co' and 'ann'

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
                                 "such access, and also support local commits."
706
706
                            ),
707
707
                     ]
 
708
    aliases = ['co']
708
709
 
709
710
    def run(self, branch_location=None, to_location=None, revision=None, basis=None,
710
711
            lightweight=False):
2451
2452
    # TODO: annotate directories; showing when each file was last changed
2452
2453
    # TODO: if the working copy is modified, show annotations on that 
2453
2454
    #       with new uncommitted lines marked
2454
 
    aliases = ['blame', 'praise']
 
2455
    aliases = ['ann', 'blame', 'praise']
2455
2456
    takes_args = ['filename']
2456
2457
    takes_options = [Option('all', help='show annotations on all lines'),
2457
2458
                     Option('long', help='show date in annotations'),