changeset 11712:9cbc62f68328 stable

dispatch: trailing whitespace
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 31 Jul 2010 11:36:24 +0900
parents 58a038605a2b
children aae1dd12fce6 4f9dfb54c8b5
files mercurial/dispatch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dispatch.py	Sat Jul 31 11:04:33 2010 +0900
+++ b/mercurial/dispatch.py	Sat Jul 31 11:36:24 2010 +0900
@@ -369,7 +369,7 @@
     try:
         wd = os.getcwd()
     except OSError, e:
-        raise util.Abort(_("error getting current working directory: %s") % 
+        raise util.Abort(_("error getting current working directory: %s") %
                          e.strerror)
     path = cmdutil.findrepo(wd) or ""
     if not path: