--- a/hgext/convert/__init__.py Thu Feb 05 17:40:25 2009 +0100
+++ b/hgext/convert/__init__.py Tue Feb 03 21:38:36 2009 +0100
@@ -227,7 +227,7 @@
('', 'parents', '', _('show parent changesets')),
('', 'ancestors', '', _('show current changeset in ancestor branches')),
# Options that are ignored for compatibility with cvsps-2.1
- ('A', 'cvs-direct', None, 'ignored for compatibility'),
+ ('A', 'cvs-direct', None, _('ignored for compatibility')),
],
- 'hg debugcvsps [OPTION]... [PATH]...'),
+ _('hg debugcvsps [OPTION]... [PATH]...')),
}