changeset 11321 | 40c06bbf58be |
parent 11273 | d1908cb95a82 |
child 12711 | b885f28fa4fa |
--- a/hgext/fetch.py Wed Jun 09 12:45:48 2010 +0100 +++ b/hgext/fetch.py Sun Jun 06 17:25:00 2010 +0900 @@ -138,7 +138,8 @@ cmdtable = { 'fetch': (fetch, - [('r', 'rev', [], _('a specific revision you would like to pull')), + [('r', 'rev', [], + _('a specific revision you would like to pull'), _('REV')), ('e', 'edit', None, _('edit commit message')), ('', 'force-editor', None, _('edit commit message (DEPRECATED)')), ('', 'switch-parent', None, _('switch parents when merging')),