comparison lisp/vc.el @ 94534:37fa7ba3820c

Don't commit right after deletion.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 02 May 2008 03:30:10 +0000
parents 4bc924044f22
children c0d96bdee441
comparison
equal deleted inserted replaced
94533:4bc924044f22 94534:37fa7ba3820c
657 ;; vc-dired/vc-dir, it is possible that these commands are called 657 ;; vc-dired/vc-dir, it is possible that these commands are called
658 ;; for unregistered/ignored files. 658 ;; for unregistered/ignored files.
659 ;; 659 ;;
660 ;; - do not default to RCS anymore when the current directory is not 660 ;; - do not default to RCS anymore when the current directory is not
661 ;; controlled by any VCS and the user does C-x v v 661 ;; controlled by any VCS and the user does C-x v v
662 ;;
663 ;; - vc-cvs-delete-file should not do a "cvs commit" immediately after
664 ;; removing the file.
665 ;; 662 ;;
666 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the 663 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
667 ;; buffers that might be visiting the affected files. 664 ;; buffers that might be visiting the affected files.
668 ;; 665 ;;
669 ;; - Using multiple backends needs work. Given a CVS directory with some 666 ;; - Using multiple backends needs work. Given a CVS directory with some