]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove comments about vc-bzr.el being a modified unofficial version.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Aug 2007 04:23:50 +0000 (04:23 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Aug 2007 04:23:50 +0000 (04:23 +0000)
(vc-bzr-command): Remove redundant setting of process-connection-type.
(vc-bzr-admin-checkout-format-file): Add autoload.
(vc-bzr-root-dir): Remove in favor of vc-bzr-root.
(vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
(vc-bzr-registered): Compare dirstate format tag with known good
value, abort parsing if match fails.  Warn user in docstring.
(vc-bzr-workfile-version): Case for different Bzr branch formats.
See bzrlib/branch.py in Bzr sources.
(vc-bzr-diff): First argument FILES may be a string rather than a list.
(vc-bzr-shell-command): Remove in favor of
vc-bzr-command-discarding-stderr.
(vc-bzr-command-discarding-stderr): New function.

lisp/ChangeLog
lisp/vc-bzr.el

index 323ec1b69c94f1c3f3205f31eac0610ba79e05bd..ffd803fd1c673271dd571c1b30b03ae54e574e9e 100644 (file)
@@ -1,3 +1,20 @@
+2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * vc-bzr.el: Remove comments about vc-bzr.el being a modified
+       unofficial version.
+       (vc-bzr-command): Remove redundant setting of process-connection-type.
+       (vc-bzr-admin-checkout-format-file): Add autoload.
+       (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
+       (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
+       (vc-bzr-registered): Compare dirstate format tag with known good
+       value, abort parsing if match fails.  Warn user in docstring.
+       (vc-bzr-workfile-version): Case for different Bzr branch formats.
+       See bzrlib/branch.py in Bzr sources.
+       (vc-bzr-diff): First argument FILES may be a string rather than a list.
+       (vc-bzr-shell-command): Remove in favor of
+       vc-bzr-command-discarding-stderr.
+       (vc-bzr-command-discarding-stderr): New function.
+
 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
 
        * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
@@ -20,8 +37,8 @@
        `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
        if that file doesn't exist.
        (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
-       `vc-bzr-root-dir' for speed.
-       add `vc-bzr-admin-dirname' (not ".bzr"!) to `vc-directory-exclusion-list'
+       `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
+       (not ".bzr"!) to `vc-directory-exclusion-list'
        (vc-bzr-shell-command): New function.
 
 2007-08-06  Tom Tromey  <tromey@redhat.com>
index 907bcc5200ce0f434240bac99f03f67bde9e79a1..cfb417519d3d8e966a11ede6c2133e17e4225151 100644 (file)
Binary files a/lisp/vc-bzr.el and b/lisp/vc-bzr.el differ