Mercurial > hg > mercurial-source
diff mercurial/commandserver.py @ 35269:a57c938e7ac8
style: never use a space before a colon or comma
Differential Revision: https://phab.mercurial-scm.org/D954
author | Alex Gaynor <agaynor@mozilla.com> |
---|---|
date | Fri, 29 Sep 2017 15:48:34 +0000 (2017-09-29) |
parents | 76b334b9f45c |
children | 414114a7c18f |
line wrap: on
line diff
--- a/mercurial/commandserver.py +++ b/mercurial/commandserver.py @@ -272,8 +272,8 @@ return cmd != '' - capabilities = {'runcommand' : runcommand, - 'getencoding' : getencoding} + capabilities = {'runcommand': runcommand, + 'getencoding': getencoding} def serve(self): hellomsg = 'capabilities: ' + ' '.join(sorted(self.capabilities))