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: Wed, 23 Jul 2003 11:34:14 -0400

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.10 emacs/lisp/vc-svn.el:1.11
*** emacs/lisp/vc-svn.el:1.10   Fri Jul  4 18:21:45 2003
--- emacs/lisp/vc-svn.el        Wed Jul 23 11:34:14 2003
***************
*** 65,73 ****
    :version "21.4"
    :group 'vc)
  
! (defcustom vc-svn-diff-switches nil
!   "*A string or list of strings specifying extra switches for svn diff under 
VC."
!     :type '(choice (const :tag "None" nil)
                 (string :tag "Argument String")
                 (repeat :tag "Argument List"
                         :value ("")
--- 65,77 ----
    :version "21.4"
    :group 'vc)
  
! (defcustom vc-svn-diff-switches
!   t                      ;`svn' doesn't support common args like -c or -b.
!   "String or list of strings specifying extra switches for svn diff under VC.
! If nil, use the value of `vc-diff-switches'.
! If you want to force an empty list of arguments, use t."
!   :type '(choice (const :tag "Unspecified" nil)
!                (const :tag "None" t)
                 (string :tag "Argument String")
                 (repeat :tag "Argument List"
                         :value ("")




reply via email to

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