summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2013-03-28 11:26:37 +0800
committerLeo Liu <sdl.web@gmail.com>2013-03-28 11:26:37 +0800
commitf67bfbcfc00a1465c24da88e507afc692cf93aa1 (patch)
tree433a71beb2056b904eb849d6ea87da3c9c1226fa /lisp/vc
parent5c89ca240d7efa68b29651b34b8fbca172a5f75a (diff)
downloademacs-f67bfbcfc00a1465c24da88e507afc692cf93aa1.tar.gz
emacs-f67bfbcfc00a1465c24da88e507afc692cf93aa1.tar.bz2
emacs-f67bfbcfc00a1465c24da88e507afc692cf93aa1.zip
* vc/vc-bzr.el (vc-bzr-revert): Don't backup.
Fixes: debbugs:14066
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-bzr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index d0912cb719c..d72c1f7f859 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -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)