From: Stefan Monnier Date: Thu, 9 Aug 2007 14:57:45 +0000 (+0000) Subject: (vc-bzr-registered): Use \0 instead of literal NULs. X-Git-Tag: emacs-pretest-22.1.90~1026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33e5d7d4c9998782b15081248e49b951725ed5f3;p=emacs.git (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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a9b0933d5b..e53d67b2c41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index cfb417519d3..a11aa2e7ba8 100644 Binary files a/lisp/vc-bzr.el and b/lisp/vc-bzr.el differ