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