]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-bzr-admin-dirstate): Rename from `...-dirname'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Aug 2007 17:08:53 +0000 (17:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Aug 2007 17:08:53 +0000 (17:08 +0000)
Make it more discriminating and more useful.
(vc-bzr-root-dir): Use new name.
(vc-bzr-registered): Use new name and look at the dirstate file to
determine if it's registered or not without running `bzr'.

lisp/ChangeLog
lisp/vc-bzr.el

index 7bdc6c928eaa2c721d2df80c01b30678b7965480..66f1618be60e2462a4529ccc87a6cd0f9ac9b7a2 100644 (file)
@@ -1,24 +1,33 @@
+2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
+       Make it more discriminating and more useful.
+       (vc-bzr-root-dir): Use new name.
+       (vc-bzr-registered): Use new name and look at the dirstate file to
+       determine if it's registered or not without running `bzr'.
+
 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
 
        * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
 
 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
 
-       * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix
-       parent groups link.
+       * cus-edit.el (custom-group-value-create, custom-goto-parent):
+       Fix parent groups link.
 
 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
 
-        * faces.el (face-normalize-spec): New function.
-        (frame-set-background-mode): Normalize face-spec before calling
-        face-spec-match-p.
+       * faces.el (face-normalize-spec): New function.
+       (frame-set-background-mode): Normalize face-spec before calling
+       face-spec-match-p.
 
 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-bzr.el: New file (copied from the trunk).
 
        * vc-hooks.el (vc-handled-backends): Add BZR.
-       (vc-find-file-hook): Failsafe if the backend's `registered' function burps.
+       (vc-find-file-hook): Failsafe if the backend's `registered'
+       function burps.
 
        * server.el (server-window): Add switch-to-buffer-other-frame option.
 
index 6a8f930f00f7004d6783bf5addc795d857131c40..e611828c929c082566be4807a7b3c73dfca10ec0 100644 (file)
Binary files a/lisp/vc-bzr.el and b/lisp/vc-bzr.el differ