[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99962: vc-bzr.el (vc-bzr-checkin): U
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99962: vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change. |
Date: |
Tue, 20 Apr 2010 22:10:50 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99962
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-20 22:10:50 -0400
message:
vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
modified:
lisp/vc-bzr.el
=== modified file 'lisp/vc-bzr.el'
--- a/lisp/vc-bzr.el 2010-04-21 02:05:24 +0000
+++ b/lisp/vc-bzr.el 2010-04-21 02:10:50 +0000
@@ -457,7 +457,7 @@
"Check FILE in to bzr with log message COMMENT.
REV non-nil gets an error."
(if rev (error "Can't check in a specific revision with bzr"))
- (apply 'vc-bzr-command "commit" nil 'async
+ (apply 'vc-bzr-command "commit" nil 0
files (cons "-m" (log-edit-extract-headers '(("Author" . "--author")
("Fixes" . "--fixes"))
comment))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99962: vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.,
Stefan Monnier <=