Mercurial > emacs
diff lisp/ChangeLog @ 81446:774e9d2142bd
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Fri, 15 Jun 2007 19:40:47 +0000 |
parents | 4d58251a76e1 |
children | 697178a8197c |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 15 18:50:19 2007 +0000 +++ b/lisp/ChangeLog Fri Jun 15 19:40:47 2007 +0000 @@ -1,6 +1,9 @@ 2007-06-15 Masatake YAMATO <jet@gyve.org> - * vc.el (vc-dired-hook): check the backend returned from + * vc-bzr.el (vc-bzr-root): Cache the output of shell command + execution. + + * vc.el (vc-dired-hook): Check the backend returned from `vc-responsible-backend' can really handle `subdir'. 2007-06-15 Chong Yidong <cyd@stupidchicken.com>