Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
11710:58a038605a2b | 11712:9cbc62f68328 |
---|---|
367 | 367 |
368 # read the local repository .hgrc into a local ui object | 368 # read the local repository .hgrc into a local ui object |
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: |
376 lui = ui | 376 lui = ui |
377 else: | 377 else: |