/[emacs]/emacs/lisp/vc-svn.el
ViewVC logotype

Diff of /emacs/lisp/vc-svn.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by spiegel, Sun Jan 9 21:30:56 2005 UTC revision 1.19 by kfstorm, Wed Feb 9 15:50:40 2005 UTC
# Line 51  Line 51 
51                   (repeat :tag "Argument List"                   (repeat :tag "Argument List"
52                           :value ("")                           :value ("")
53                           string))                           string))
54    :version "21.4"    :version "22.1"
55    :group 'vc)    :group 'vc)
56    
57  (defcustom vc-svn-register-switches nil  (defcustom vc-svn-register-switches nil
# Line 63  A string or list of strings passed to th Line 63  A string or list of strings passed to th
63                   (repeat :tag "Argument List"                   (repeat :tag "Argument List"
64                           :value ("")                           :value ("")
65                           string))                           string))
66    :version "21.4"    :version "22.1"
67    :group 'vc)    :group 'vc)
68    
69  (defcustom vc-svn-diff-switches  (defcustom vc-svn-diff-switches
# Line 77  If you want to force an empty list of ar Line 77  If you want to force an empty list of ar
77                   (repeat :tag "Argument List"                   (repeat :tag "Argument List"
78                           :value ("")                           :value ("")
79                           string))                           string))
80    :version "21.4"    :version "22.1"
81    :group 'vc)    :group 'vc)
82    
83  (defcustom vc-svn-header (or (cdr (assoc 'SVN vc-header-alist)) '("\$Id\$"))  (defcustom vc-svn-header (or (cdr (assoc 'SVN vc-header-alist)) '("\$Id\$"))
84    "*Header keywords to be inserted by `vc-insert-headers'."    "*Header keywords to be inserted by `vc-insert-headers'."
85    :version "21.4"    :version "22.1"
86    :type '(repeat string)    :type '(repeat string)
87    :group 'vc)    :group 'vc)
88    
# Line 92  If you want to force an empty list of ar Line 92  If you want to force an empty list of ar
92  This is only meaningful if you don't use the implicit checkout model  This is only meaningful if you don't use the implicit checkout model
93  \(i.e. if you have $SVNREAD set)."  \(i.e. if you have $SVNREAD set)."
94    ;; :type 'boolean    ;; :type 'boolean
95    ;; :version "21.4"    ;; :version "22.1"
96    ;; :group 'vc    ;; :group 'vc
97    )    )
98    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26