~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-28 13:01:48 UTC
  • mfrom: (1711.2.64 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060628130148-518e8b848cbb78c5
(mpe) Add cvs/svn aliases 'co' and 'ann' for checkout and annotate, respectively

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'),