/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 bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2006-12-19 06:16:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2203.
  • Revision ID: mbp@sourcefrog.net-20061219061628-h03p5g7lsme1rx5w
Fix up other short options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1380
1380
                            help='show from oldest to newest'),
1381
1381
                     'timezone', 
1382
1382
                     Option('verbose', 
 
1383
                             short_name='v',
1383
1384
                             help='show files changed in each revision'),
1384
1385
                     'show-ids', 'revision',
1385
1386
                     'log-format',
1386
1387
                     'line', 'long', 
1387
1388
                     Option('message',
 
1389
                            short_name='m',
1388
1390
                            help='show revisions whose message matches this regexp',
1389
1391
                            type=str),
1390
1392
                     'short',
1834
1836
                     Option('unchanged',
1835
1837
                            help='commit even if nothing has changed'),
1836
1838
                     Option('file', type=str, 
 
1839
                            short_name='F',
1837
1840
                            argname='msgfile',
1838
1841
                            help='file containing commit message'),
1839
1842
                     Option('strict',