(vc-svn-merge): Forgot quotes.

This commit is contained in:
Stefan Monnier 2003-05-05 16:13:39 +00:00
parent c217cb0452
commit 02610d0eee

View file

@ -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)