]> code.delx.au - gnu-emacs/commitdiff
(vc-bzr-registered): Use \0 instead of literal NULs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 9 Aug 2007 14:57:45 +0000 (14:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 9 Aug 2007 14:57:45 +0000 (14:57 +0000)
(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.

lisp/ChangeLog
lisp/vc-bzr.el

index 7a9b0933d5b337b3feaea3a76f013a8265508438..e53d67b2c41f0821b1a5fd0e410141cc384e3655 100644 (file)
@@ -1,3 +1,14 @@
+2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
index cfb417519d3d8e966a11ede6c2133e17e4225151..a11aa2e7ba895d7fd13eb2a2eae71c1b9841e90a 100644 (file)
Binary files a/lisp/vc-bzr.el and b/lisp/vc-bzr.el differ