##// END OF EJS Templates
convert: marked string for translation
Martin Geisler -
r7735:2e48668b default
parent child Browse files
Show More
@@ -227,7 +227,7 b' cmdtable = {'
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 }
General Comments 0
You need to be logged in to leave comments. Login now