[Pkg-bazaar-commits] ./bzr/unstable r365: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:52:03 UTC 2009


------------------------------------------------------------
revno: 365
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-05-05 16:45:22 +1000
message:
  doc
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-05-05 06:43:04 +0000
+++ b/bzrlib/branch.py	2005-05-05 06:45:22 +0000
@@ -774,11 +774,16 @@
 
 
     def write_log(self, show_timezone='original', verbose=False):
-        """Write out human-readable log of commits to this branch
-
-        utc -- If true, show dates in universal time, not local time."""
+        """Write out human-readable log of commits to this branch.
+
+        show_timezone -- may be 'original' (committer's timezone),
+            'utc' (universal time), or 'local' (local user's timezone)
+
+        verbose -- if true, also list which files were changed in each
+            revision.
+        """
+        
         self._need_readlock()
-        ## TODO: Option to choose either original, utc or local timezone
         revno = 1
         precursor = None
         for p in self.revision_history():



More information about the Pkg-bazaar-commits mailing list