Mercurial > hg
comparison hgext/record.py @ 9087:f48454a279b9
typos: "it's" -> "its"
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 08 Jul 2009 23:17:10 +0200 |
parents | b4f259c1667a |
children | 9261667e9b82 |
comparison
equal
deleted
inserted
replaced
9086:f459f09b4214 | 9087:f48454a279b9 |
---|---|
408 raise util.Abort(_('running non-interactively, use commit instead')) | 408 raise util.Abort(_('running non-interactively, use commit instead')) |
409 | 409 |
410 def recordfunc(ui, repo, message, match, opts): | 410 def recordfunc(ui, repo, message, match, opts): |
411 """This is generic record driver. | 411 """This is generic record driver. |
412 | 412 |
413 It's job is to interactively filter local changes, and accordingly | 413 Its job is to interactively filter local changes, and accordingly |
414 prepare working dir into a state, where the job can be delegated to | 414 prepare working dir into a state, where the job can be delegated to |
415 non-interactive commit command such as 'commit' or 'qrefresh'. | 415 non-interactive commit command such as 'commit' or 'qrefresh'. |
416 | 416 |
417 After the actual job is done by non-interactive command, working dir | 417 After the actual job is done by non-interactive command, working dir |
418 state is restored to original. | 418 state is restored to original. |