# HG changeset patch # User Stefan Monnier # Date 1186671465 0 # Node ID 98c39e79e0828f29271ff7082df587028c84739b # Parent 318e4215e076e2b409466683e852ca0aabde6bf1 (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. diff -r 318e4215e076 -r 98c39e79e082 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 09 14:42:00 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 09 14:57:45 2007 +0000 @@ -1,3 +1,14 @@ +2007-08-09 Riccardo Murri + + * vc-bzr.el (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. + 2007-08-09 Stefan Monnier * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing. diff -r 318e4215e076 -r 98c39e79e082 lisp/vc-bzr.el Binary file lisp/vc-bzr.el has changed