comparison hgext/convert/cvsps.py @ 7573:8bea01a65391

cvsps: kill some more trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 03 Jan 2009 21:25:19 +0100
parents 16905fc2690f
children 9811cc670c51 7bf7c073375e
comparison
equal deleted inserted replaced
7572:4f58147ea829 7573:8bea01a65391
585 585
586 return changesets 586 return changesets
587 587
588 588
589 def debugcvsps(ui, *args, **opts): 589 def debugcvsps(ui, *args, **opts):
590 '''Read CVS rlog for current directory or named path in repository, and 590 '''Read CVS rlog for current directory or named path in repository, and
591 convert the log to changesets based on matching commit log entries and dates.''' 591 convert the log to changesets based on matching commit log entries and dates.'''
592 592
593 if opts["new_cache"]: 593 if opts["new_cache"]:
594 cache = "write" 594 cache = "write"
595 elif opts["update_cache"]: 595 elif opts["update_cache"]: