# HG changeset patch # User Yuya Nishihara # Date 1398941845 -32400 # Node ID 816754e75f2f69c7f7b03060ead4cafba806205b # Parent 448714b79d9af242e592d9d2d6736a1bf84c9460 serve: tidy up indent level of repository not found message diff -r 448714b79d9a -r 816754e75f2f mercurial/commands.py --- 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()