(vc-svn-merge): Forgot quotes.
This commit is contained in:
parent
c217cb0452
commit
02610d0eee
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ This is only possible if SVN is responsible for FILE's directory.")
|
|||
The changes are between FIRST-VERSION and SECOND-VERSION."
|
||||
(vc-svn-command nil 0 file
|
||||
"merge"
|
||||
-r (if second-version
|
||||
"-r" (if second-version
|
||||
(concat first-version ":" second-version)
|
||||
first-version))
|
||||
(vc-file-setprop file 'vc-state 'edited)
|
||||
|
|
Loading…
Add table
Reference in a new issue