Mercurial > emacs
diff lisp/vc-hg.el @ 87442:c5df210848ca
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 28 Dec 2007 08:59:50 +0000 |
parents | ca399a1984c7 |
children | 71fc7b1db920 |
line wrap: on
line diff
--- a/lisp/vc-hg.el Fri Dec 28 08:09:57 2007 +0000 +++ b/lisp/vc-hg.el Fri Dec 28 08:59:50 2007 +0000 @@ -179,6 +179,7 @@ (defun vc-hg-dir-state (dir) (with-temp-buffer + (buffer-disable-undo) ;; Because these buffers can get huge (vc-hg-command (current-buffer) nil nil "status") (goto-char (point-min)) (let ((status-char nil)