serve: tidy up indent level of repository not found message
authorYuya Nishihara <yuya@tcha.org>
Thu, 01 May 2014 19:57:25 +0900
changeset 21819 816754e75f2f
parent 21818 448714b79d9a
child 21820 cce404b0c918
serve: tidy up indent level of repository not found message
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()