mercurial/commands.py
changeset 5760 0145f9afb0e7
parent 5741 8ee0de123989
child 5762 c2a21fe60994
--- a/mercurial/commands.py	Sat Dec 29 01:14:45 2007 +0100
+++ b/mercurial/commands.py	Sat Dec 29 19:49:48 2007 +0100
@@ -717,7 +717,7 @@
             ui.write(_(" (Current patch tool may be incompatible with patch,"
                        " or misconfigured. Please check your .hgrc file)\n"))
         else:
-            ui.write(_(" Internal patcher failure, please report this error" 
+            ui.write(_(" Internal patcher failure, please report this error"
                        " to http://www.selenic.com/mercurial/bts\n"))
     problems += patchproblems
 
@@ -1702,7 +1702,7 @@
     The manifest is the list of files being version controlled. If no revision
     is given then the first parent of the working directory is used.
 
-    With -v flag, print file permissions, symlink and executable bits. With 
+    With -v flag, print file permissions, symlink and executable bits. With
     --debug flag, print file revision hashes.
     """