Sam Steingold <[EMAIL PROTECTED]> writes: > Matthieu Moy wrote: >> Sam Steingold <[EMAIL PROTECTED]> writes: >>> Matthieu Moy wrote: >>>> Sam Steingold <[EMAIL PROTECTED]> writes: >>>> >>>>> how do I add a file with, say, bzr? >>>> status, and then "a" for example. >>> "s" (dvc-status) does not list files not under the version control. >>> (just checked: "date > foo", f6 l -> *baz-diff* buffer does not >>> mention file "foo" that is to be added to the VC.) >> >> Well, you ask about bzr, and complain that it doesn't work with baz >> here ... ;-) > > I was wondering if there were a single _Emacs_ command that did what I > wanted for all undelying RCSs. > I hoped that Emacs will offer a unified framework which will let me > forget which RCS I was actually stuck with.
If you want to add a file to the current RCS, just do M-x dvc-add-files (f6 f a) This will add the current file (or some marked files in a dired buffer) to the currently used RCS. Running diff (f6 =), commit (f6 c) and log (f6 l) works similar. Stefan. _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
