Mercurial > hg
changeset 21819:816754e75f2f
serve: tidy up indent level of repository not found message
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 01 May 2014 19:57:25 +0900 |
parents | 448714b79d9a |
children | cce404b0c918 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu May 01 19:54:43 2014 +0900 +++ b/mercurial/commands.py Thu May 01 19:57:25 2014 +0900 @@ -5248,7 +5248,7 @@ if opts["stdio"]: if repo is None: raise error.RepoError(_("there is no Mercurial repository here" - " (.hg not found)")) + " (.hg not found)")) s = sshserver.sshserver(ui, repo) s.serve_forever()