branch | stable |
changeset 19951 | d51c4d85ec23 |
parent 19886 | e828975722c8 |
child 20004 | 06e118c097ff |
--- a/mercurial/hgweb/webcommands.py Thu Oct 17 16:13:15 2013 +0800 +++ b/mercurial/hgweb/webcommands.py Thu Oct 24 01:49:56 2013 +0800 @@ -161,7 +161,7 @@ ctx = web.repo[query] except (error.RepoError, error.LookupError): # query is not an exact revision pointer, need to - # decide if it's a revset expession or keywords + # decide if it's a revset expression or keywords pass else: return MODE_REVISION, ctx