7dbeebb733ec73b3de7ee22cdccd4b5c8a4235b7
[be.git] /
1 >   * Determining what to commit.
2
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
6 >     the trouble.
7
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.
13