Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 27329:944af8e2eb4c
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 11 Dec 2015 17:45:19 -0600 |
parents | 5091c013fd1a 59d5f619e69e |
children | 43c00ca887d1 |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Dec 11 12:21:26 2015 +0000 +++ b/mercurial/commands.py Fri Dec 11 17:45:19 2015 -0600 @@ -5360,7 +5360,7 @@ if search: for name, path in sorted(ui.paths.iteritems()): if name == search: - ui.status("%s\n" % util.hidepassword(path.loc)) + ui.status("%s\n" % util.hidepassword(path.rawloc)) return if not ui.quiet: ui.warn(_("not found!\n")) @@ -5371,7 +5371,7 @@ ui.write("%s\n" % name) else: ui.write("%s = %s\n" % (name, - util.hidepassword(path.loc))) + util.hidepassword(path.rawloc))) for subopt, value in sorted(path.suboptions.items()): ui.write('%s:%s = %s\n' % (name, subopt, value))