3032 ('', 'template', '', _('display with template')), |
3032 ('', 'template', '', _('display with template')), |
3033 ('e', 'ssh', '', _('specify ssh command to use')), |
3033 ('e', 'ssh', '', _('specify ssh command to use')), |
3034 ('', 'remotecmd', '', |
3034 ('', 'remotecmd', '', |
3035 _('specify hg command to run on the remote side'))], |
3035 _('specify hg command to run on the remote side'))], |
3036 _('hg incoming [-p] [-n] [-M] [-r REV]...' |
3036 _('hg incoming [-p] [-n] [-M] [-r REV]...' |
3037 '[--bundle FILENAME] [SOURCE]')), |
3037 ' [--bundle FILENAME] [SOURCE]')), |
3038 "^init": (init, [], _('hg init [DEST]')), |
3038 "^init": (init, [], _('hg init [DEST]')), |
3039 "locate": |
3039 "locate": |
3040 (locate, |
3040 (locate, |
3041 [('r', 'rev', '', _('search the repository as it stood at rev')), |
3041 [('r', 'rev', '', _('search the repository as it stood at rev')), |
3042 ('0', 'print0', None, |
3042 ('0', 'print0', None, |