Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1d830c7
Commit
a1d830c7
authored
Apr 20, 2010
by
Stefan Monnier
Browse files
vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
parent
e97a42c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc-bzr.el
lisp/vc-bzr.el
+1
-1
No files found.
lisp/vc-bzr.el
View file @
a1d830c7
...
...
@@ -457,7 +457,7 @@ or a superior directory.")
"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
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment