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

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


------------------------------------------------------------
revno: 421
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-05-10 13:28:52 +1000
message:
  doc
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-10 00:47:18 +0000
+++ b/bzrlib/commands.py	2005-05-10 03:28:52 +0000
@@ -536,7 +536,9 @@
 
 
 class cmd_ignored(Command):
-    """List ignored files and the patterns that matched them."""
+    """List ignored files and the patterns that matched them.
+
+    See also: bzr ignore"""
     def run(self):
         tree = Branch('.').working_tree()
         for path, file_class, kind, file_id in tree.list_files():
@@ -552,7 +554,7 @@
 
     example:
         bzr lookup-revision 33
-        """
+    """
     hidden = True
     takes_args = ['revno']
     



More information about the Pkg-bazaar-commits mailing list