~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2005-10-06 07:11:13 UTC
  • mfrom: (1393.1.59)
  • Revision ID: robertc@robertcollins.net-20051006071113-54e61035470e2f49
mergeĀ fromĀ martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
 
696
696
    --message allows you to give a regular expression, which will be evaluated
697
697
    so that only matching entries will be displayed.
698
 
 
699
 
    TODO: Make --revision support uuid: and hash: [future tag:] notation.
700
 
  
701
698
    """
702
699
 
 
700
    # TODO: Make --revision support uuid: and hash: [future tag:] notation.
 
701
 
703
702
    takes_args = ['filename?']
704
703
    takes_options = ['forward', 'timezone', 'verbose', 'show-ids', 'revision',
705
704
                     'long', 'message', 'short',]