##// 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 369 try:
370 370 wd = os.getcwd()
371 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 373 e.strerror)
374 374 path = cmdutil.findrepo(wd) or ""
375 375 if not path:
General Comments 0
You need to be logged in to leave comments. Login now