comparison hgext/record.py @ 11235:113536751190 stable

record: docstring typo
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 31 May 2010 14:48:26 +0900
parents 0aa59f532ef9
children cfa6a726ef6d
comparison
equal deleted inserted replaced
11227:054549ccb680 11235:113536751190
416 non-interactive commit command such as 'commit' or 'qrefresh'. 416 non-interactive commit command such as 'commit' or 'qrefresh'.
417 417
418 After the actual job is done by non-interactive command, working dir 418 After the actual job is done by non-interactive command, working dir
419 state is restored to original. 419 state is restored to original.
420 420
421 In the end we'll record intresting changes, and everything else will be 421 In the end we'll record interesting changes, and everything else will be
422 left in place, so the user can continue his work. 422 left in place, so the user can continue his work.
423 """ 423 """
424 424
425 changes = repo.status(match=match)[:3] 425 changes = repo.status(match=match)[:3]
426 diffopts = mdiff.diffopts(git=True, nodates=True) 426 diffopts = mdiff.diffopts(git=True, nodates=True)