Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commandserver.py @ 34486: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 |
parents | 76b334b9f45c |
children | 414114a7c18f |
line wrap: on
line diff
--- a/mercurial/commandserver.py Mon Oct 02 19:25:11 2017 -0700 +++ b/mercurial/commandserver.py Fri Sep 29 15:48:34 2017 +0000 @@ -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))