comparison hgext/convert/cvsps.py @ 8028:3aaca5901ade

expand "rev" to "revision" in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Apr 2009 23:06:50 +0200
parents a969b1470987
children fb162c47000b
comparison
equal deleted inserted replaced
8027:9c7ca86fc658 8028:3aaca5901ade
368 if (store and 368 if (store and
369 e.dead and 369 e.dead and
370 e.revision[-1] == 1 and # 1.1 or 1.1.x.1 370 e.revision[-1] == 1 and # 1.1 or 1.1.x.1
371 len(e.comment) == 1 and 371 len(e.comment) == 1 and
372 file_added_re.match(e.comment[0])): 372 file_added_re.match(e.comment[0])):
373 ui.debug(_('found synthetic rev in %s: %r\n') 373 ui.debug(_('found synthetic revision in %s: %r\n')
374 % (e.rcs, e.comment[0])) 374 % (e.rcs, e.comment[0]))
375 e.synthetic = True 375 e.synthetic = True
376 376
377 if store: 377 if store:
378 # clean up the results and save in the log. 378 # clean up the results and save in the log.