comparison lisp/vc-bzr.el @ 107175:6e6072f0c0a2

2010-02-17 Mark A. Hershberger <mah@everybody.org> * vc-bzr.el: fix typo in Known Bugs section. * isearch.el (isearch-update-post-hook): New hook (isearch-update): Use the new hook.
author Mark A. Hershberger <mah@everybody.org>
date Wed, 17 Feb 2010 16:39:21 -0500
parents 6692a4cd2966
children b73242777fb9 1b1048318854
comparison
equal deleted inserted replaced
107173:43af18bee02b 107175:6e6072f0c0a2
33 ;; Load this library to register bzr support in VC. 33 ;; Load this library to register bzr support in VC.
34 34
35 ;; Known bugs 35 ;; Known bugs
36 ;; ========== 36 ;; ==========
37 37
38 ;; When edititing a symlink and *both* the symlink and its target 38 ;; When editing a symlink and *both* the symlink and its target
39 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the 39 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the
40 ;; symlink, thereby not detecting whether the actual contents 40 ;; symlink, thereby not detecting whether the actual contents
41 ;; (that is, the target contents) are changed. 41 ;; (that is, the target contents) are changed.
42 ;; See https://bugs.launchpad.net/vc-bzr/+bug/116607 42 ;; See https://bugs.launchpad.net/vc-bzr/+bug/116607
43 43