[Pkg-bazaar-commits] ./bzr/unstable r13: fix up cmd_log args

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:24:52 UTC 2009


------------------------------------------------------------
revno: 13
committer: mbp at sourcefrog.net
timestamp: Wed 2005-03-09 18:03:02 +1100
message:
  fix up cmd_log args
modified:
  bzr.py
-------------- next part --------------
=== modified file 'bzr.py'
--- a/bzr.py	2005-03-09 07:00:48 +0000
+++ b/bzr.py	2005-03-09 07:03:02 +0000
@@ -324,7 +324,7 @@
 
 
 
-def cmd_log(timezone):
+def cmd_log(timezone='original'):
     """Show log of this branch.
 
     :todo: Options for utc; to show ids; to limit range; etc.



More information about the Pkg-bazaar-commits mailing list