Submitter | timeless@mozdev.org |
---|---|
Date | Dec. 31, 2015, 6:37 a.m. |
Message ID | <2afc775033c96c71e6e2.1451543825@waste.org> |
Download | mbox | patch |
Permalink | /patch/12439/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2270,6 +2270,7 @@ [('', 'old', None, _('use old-style discovery')), ('l', 'local_head', [], _('local head changeset'), _('REV')), ('r', 'remote_head', [], _('remote head changeset'), _('REV')), + ('', 'serverlog', [], _('server log file'), _('FILE')), ('', 'nonheads', None, _('use old-style discovery with non-heads included')), ] + remoteopts,