changeset 18382 | f3b21beb9802 |
parent 18303 | 4d1671b39168 |
child 18441 | 1f794204abbd |
--- a/mercurial/hg.py Tue Jan 15 20:55:47 2013 +0100 +++ b/mercurial/hg.py Sun Jan 13 01:39:16 2013 -0600 @@ -113,7 +113,7 @@ if not repo: raise util.Abort(_("repository '%s' is not local") % (path or peer.url())) - return repo.filtered('hidden') + return repo.filtered('visible') def peer(uiorrepo, opts, path, create=False): '''return a repository peer for the specified path'''