dispatch: trailing whitespace

This commit is contained in:
Nicolas Dumazet 2010-07-31 11:36:24 +09:00
parent 1f6d6b4984
commit 576074569c

View File

@ -369,7 +369,7 @@ def _dispatch(ui, args):
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: