Submitter | Yuya Nishihara |
---|---|
Date | June 28, 2014, 5:21 a.m. |
Message ID | <ecd66e735e0c9320e52f.1403932890@mimosa> |
Download | mbox | patch |
Permalink | /patch/5075/ |
State | Accepted |
Commit | 816754e75f2f69c7f7b03060ead4cafba806205b |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5248,7 +5248,7 @@ def serve(ui, repo, **opts): 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()