hgext/convert/__init__.py
changeset 7735 2e48668b51f0
parent 7598 26adfaccdf73
child 7815 bcd364b247ba
equal deleted inserted replaced
7727:25fc4c620e54 7735:2e48668b51f0
   225           ('', 'root', '', _('specify cvsroot')),
   225           ('', 'root', '', _('specify cvsroot')),
   226           # Options specific to builtin cvsps
   226           # Options specific to builtin cvsps
   227           ('', 'parents', '', _('show parent changesets')),
   227           ('', 'parents', '', _('show parent changesets')),
   228           ('', 'ancestors', '', _('show current changeset in ancestor branches')),
   228           ('', 'ancestors', '', _('show current changeset in ancestor branches')),
   229           # Options that are ignored for compatibility with cvsps-2.1
   229           # Options that are ignored for compatibility with cvsps-2.1
   230           ('A', 'cvs-direct', None, 'ignored for compatibility'),
   230           ('A', 'cvs-direct', None, _('ignored for compatibility')),
   231          ],
   231          ],
   232          'hg debugcvsps [OPTION]... [PATH]...'),
   232          _('hg debugcvsps [OPTION]... [PATH]...')),
   233 }
   233 }