comparison lisp/ChangeLog @ 78521:98c39e79e082

(vc-bzr-registered): Use \0 instead of literal NULs. (vc-bzr-state-words): Add "kind changed" state word. (vc-bzr-status): New function. Return Bzr idea of file status, which is different from VC's. (vc-bzr-state): Use vc-bzr-status. (vc-workfile-unchanged-p): Use vc-bzr-status. (vc-bzr-revert): Use synchronous process; expect exitcode 0. (vc-dired-state): Process "kind changed" state word.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 09 Aug 2007 14:57:45 +0000
parents 318e4215e076
children 437c27340640
comparison
equal deleted inserted replaced
78520:318e4215e076 78521:98c39e79e082
1 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2
3 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4 (vc-bzr-state-words): Add "kind changed" state word.
5 (vc-bzr-status): New function. Return Bzr idea of file status,
6 which is different from VC's.
7 (vc-bzr-state): Use vc-bzr-status.
8 (vc-workfile-unchanged-p): Use vc-bzr-status.
9 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10 (vc-dired-state): Process "kind changed" state word.
11
1 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca> 12 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing. 14 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4 15
5 * vc-rcs.el (vc-rcs-find-file-not-found-hook): 16 * vc-rcs.el (vc-rcs-find-file-not-found-hook):