comparison hgext/convert/__init__.py @ 10282:08a0f04b56bd

many, many trivial check-code fixups
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jan 2010 00:05:27 -0600
parents d6512b3e9ac0
children 40c06bbf58be
comparison
equal deleted inserted replaced
10281:e7d3b509af8b 10282:08a0f04b56bd
277 (debugcvsps, 277 (debugcvsps,
278 [ 278 [
279 # Main options shared with cvsps-2.1 279 # Main options shared with cvsps-2.1
280 ('b', 'branches', [], _('only return changes on specified branches')), 280 ('b', 'branches', [], _('only return changes on specified branches')),
281 ('p', 'prefix', '', _('prefix to remove from file names')), 281 ('p', 'prefix', '', _('prefix to remove from file names')),
282 ('r', 'revisions', [], _('only return changes after or between specified tags')), 282 ('r', 'revisions', [],
283 _('only return changes after or between specified tags')),
283 ('u', 'update-cache', None, _("update cvs log cache")), 284 ('u', 'update-cache', None, _("update cvs log cache")),
284 ('x', 'new-cache', None, _("create new cvs log cache")), 285 ('x', 'new-cache', None, _("create new cvs log cache")),
285 ('z', 'fuzz', 60, _('set commit time fuzz in seconds')), 286 ('z', 'fuzz', 60, _('set commit time fuzz in seconds')),
286 ('', 'root', '', _('specify cvsroot')), 287 ('', 'root', '', _('specify cvsroot')),
287 # Options specific to builtin cvsps 288 # Options specific to builtin cvsps