[PATCH] show_status, bad docstring

Magnus Therning magnus at therning.org
Wed Sep 7 20:59:11 BST 2005


The docstring for show_status in status.py didn't seem to be correct.
I've made an attempt at making it reflect reality a bit better.

*** modified file 'bzrlib/status.py'
--- bzrlib/status.py 
+++ bzrlib/status.py 
@@ -21,16 +21,22 @@
                 show_ids=False,
                 to_file=None,
                 show_pending=True):
-    """Display single-line status for non-ignored working files.
+    """Display status for non-ignored working files.
 
-    show_all
-        If true, show unmodified files too.
+    show_unchanged
+        If set, includes unchanged files.
 
     specific_files
         If set, only show the status of files in this list.
 
+    show_ids
+        If set, includes each file's id.
+
     to_file
         If set, write to this file (default stdout.)
+
+    show_pending
+        If set, write pending merges.
     """
     import sys
     from bzrlib.delta import compare_trees


-- 
Magnus Therning                    (OpenPGP: 0xAB4DFBA4)
magnus at therning.org
http://therning.org/magnus

Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.

Bill Gates should limit his salary to the number of bytes addressable
by the latest version of MS-DOS, and be taxed based on the number of
bytes of RAM needed by the latest version of MS-Windows.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050907/97c8befa/attachment.pgp 


More information about the bazaar mailing list