~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-09 07:03:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050309070302-7067508fc801dd7b
fix up cmd_log args

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
 
325
325
 
326
326
 
327
 
def cmd_log(timezone):
 
327
def cmd_log(timezone='original'):
328
328
    """Show log of this branch.
329
329
 
330
330
    :todo: Options for utc; to show ids; to limit range; etc.