1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

* vc/vc-bzr.el (vc-bzr-revert): Don't backup.

Fixes: debbugs:14066
This commit is contained in:
Leo Liu 2013-03-28 11:26:37 +08:00
parent 5c89ca240d
commit f67bfbcfc0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-03-28 Leo Liu <sdl.web@gmail.com>
* vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2013-03-27 Eli Zaretskii <eliz@gnu.org>
* facemenu.el (list-colors-callback): New defvar.

View file

@ -653,7 +653,7 @@ REV non-nil gets an error."
(defun vc-bzr-revert (file &optional contents-done)
(unless contents-done
(with-temp-buffer (vc-bzr-command "revert" t 0 file))))
(with-temp-buffer (vc-bzr-command "revert" t 0 file "--no-backup"))))
(defvar log-view-message-re)
(defvar log-view-file-re)