comparison hgext/convert/__init__.py @ 7735:2e48668b51f0

convert: marked string for translation
author Martin Geisler <mg@daimi.au.dk>
date Tue, 03 Feb 2009 21:38:36 +0100
parents 26adfaccdf73
children bcd364b247ba
comparison
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 }