1 > * Determining what to commit.
3 > You'd have to have RCS keep a log of all versioned files it
4 > touched, and extend .commit() to accept the keyword list "files"
5 > and commit only those files. This is doable, but maybe not worth
8 On the other hand, just attemting to commit evverything after each
9 command would make it nice and easy to commit bug fixes:
10 be --auto-commit status XYZ fixed
11 which would commit whatever changes you had outstanding with an
12 appropriate commit message.