diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-bzr.el | 2 |
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." | |||
| 653 | 653 | ||
| 654 | (defun vc-bzr-revert (file &optional contents-done) | 654 | (defun vc-bzr-revert (file &optional contents-done) |
| 655 | (unless contents-done | 655 | (unless contents-done |
| 656 | (with-temp-buffer (vc-bzr-command "revert" t 0 file)))) | 656 | (with-temp-buffer (vc-bzr-command "revert" t 0 file "--no-backup")))) |
| 657 | 657 | ||
| 658 | (defvar log-view-message-re) | 658 | (defvar log-view-message-re) |
| 659 | (defvar log-view-file-re) | 659 | (defvar log-view-file-re) |