comparison lisp/vc.el @ 94519:44d4506fa470

Comment cleanup (no code change).
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 16:40:14 +0000
parents 7bd70b5b8bda
children 069edac43148
comparison
equal deleted inserted replaced
94518:7bd70b5b8bda 94519:44d4506fa470
675 ;; - vc-delete-file should check if the file contains non-checked in 675 ;; - vc-delete-file should check if the file contains non-checked in
676 ;; changes and warn about losing them. 676 ;; changes and warn about losing them.
677 ;; 677 ;;
678 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the 678 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
679 ;; buffers that might be visiting the affected files. 679 ;; buffers that might be visiting the affected files.
680 ;;
680 ;; - Using multiple backends needs work. Given a CVS directory with some 681 ;; - Using multiple backends needs work. Given a CVS directory with some
681 ;; files checked into git (but not all), using C-x v l to get a log file 682 ;; files checked into git (but not all), using C-x v l to get a log file
682 ;; from a file only present in git, and then typing RET on some log entry, 683 ;; from a file only present in git, and then typing RET on some log entry,
683 ;; vc will bombs out because it wants to see the file being in CVS. 684 ;; vc will bombs out because it wants to see the file being in CVS.
684 ;; Those logs should likely use a local variable to hardware the VC they 685 ;; Those logs should likely use a local variable to hardware the VC they