diff mercurial/dispatch.py @ 11712:9cbc62f68328 stable

dispatch: trailing whitespace
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 31 Jul 2010 11:36:24 +0900
parents e4357c214bf1
children aae1dd12fce6 18e1e7520b67
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: