[Pkg-bazaar-commits] ./bzr/unstable r634: - Tidy help messages

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:20:38 UTC 2009


------------------------------------------------------------
revno: 634
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-06-06 23:19:26 +1000
message:
  - Tidy help messages
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-06-06 11:53:29 +0000
+++ b/bzrlib/commands.py	2005-06-06 13:19:26 +0000
@@ -839,7 +839,7 @@
 
 
 class cmd_unknowns(Command):
-    """List unknown files"""
+    """List unknown files."""
     def run(self):
         for f in Branch('.').unknowns():
             print quotefn(f)
@@ -847,7 +847,7 @@
 
 
 class cmd_ignore(Command):
-    """Ignore a command or pattern
+    """Ignore a command or pattern.
 
     To remove patterns from the ignore list, edit the .bzrignore file.
 
@@ -1047,7 +1047,7 @@
 
 
 class cmd_version(Command):
-    """Show version of bzr"""
+    """Show version of bzr."""
     def run(self):
         show_version()
 



More information about the Pkg-bazaar-commits mailing list