* vc/vc-bzr.el (vc-bzr-revert): Don't backup.
Fixes: debbugs:14066
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user