branch | stable |
changeset 20355 | 7d269e7620c4 |
parent 20354 | b433b43364e4 |
child 20790 | 49f2d5644f04 |
child 20825 | dda11e799529 |
--- a/mercurial/hg.py Mon Feb 03 14:53:44 2014 -0800 +++ b/mercurial/hg.py Mon Feb 03 14:36:20 2014 -0800 @@ -82,7 +82,7 @@ return thing def islocal(repo): - '''return true if repo or path is local''' + '''return true if repo (or path pointing to repo) is local''' if isinstance(repo, str): try: return _peerlookup(repo).islocal(repo)