Submitter | timeless@gcc2-power8.osuosl.org |
---|---|
Date | Dec. 31, 2015, 7:41 a.m. |
Message ID | <2afc775033c96c71e6e2.1451547716@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/12467/ |
State | Rejected |
Headers | show |
Comments
Patch
diff -r d97550408d1c -r 2afc775033c9 mercurial/commands.py --- a/mercurial/commands.py Thu Dec 31 06:31:13 2015 +0000 +++ b/mercurial/commands.py Thu Dec 31 06:31:53 2015 +0000 @@ -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,