emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-svn.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Mon, 05 May 2003 12:13:39 -0400

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.4 emacs/lisp/vc-svn.el:1.5
*** emacs/lisp/vc-svn.el:1.4    Mon May  5 12:13:04 2003
--- emacs/lisp/vc-svn.el        Mon May  5 12:13:39 2003
***************
*** 329,335 ****
  The changes are between FIRST-VERSION and SECOND-VERSION."
    (vc-svn-command nil 0 file
                   "merge"
!                -r (if second-version
                        (concat first-version ":" second-version)
                      first-version))
    (vc-file-setprop file 'vc-state 'edited)
--- 329,335 ----
  The changes are between FIRST-VERSION and SECOND-VERSION."
    (vc-svn-command nil 0 file
                   "merge"
!                "-r" (if second-version
                        (concat first-version ":" second-version)
                      first-version))
    (vc-file-setprop file 'vc-state 'edited)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]