##// END OF EJS Templates
dispatch: trailing whitespace
Nicolas Dumazet -
r11712:9cbc62f6 stable
parent child Browse files
Show More
@@ -369,7 +369,7 b' def _dispatch(ui, args):'
369 try:
369 try:
370 wd = os.getcwd()
370 wd = os.getcwd()
371 except OSError, e:
371 except OSError, e:
372 raise util.Abort(_("error getting current working directory: %s") %
372 raise util.Abort(_("error getting current working directory: %s") %
373 e.strerror)
373 e.strerror)
374 path = cmdutil.findrepo(wd) or ""
374 path = cmdutil.findrepo(wd) or ""
375 if not path:
375 if not path:
General Comments 0
You need to be logged in to leave comments. Login now