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

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

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

revision 1.73 by kfstorm, Wed Feb 9 15:50:40 2005 UTC revision 1.74 by wl, Fri Mar 25 08:25:16 2005 UTC
# Line 1  Line 1 
1  ;;; vc-cvs.el --- non-resident support for CVS version-control  ;;; vc-cvs.el --- non-resident support for CVS version-control
2    
3  ;; Copyright (C) 1995,98,99,2000,2001,02,2003  Free Software Foundation, Inc.  ;; Copyright (C) 1995,98,99,2000,2001,02,2003, 2005
4    ;;  Free Software Foundation, Inc.
5    
6  ;; Author:      FSF (see vc.el for full credits)  ;; Author:      FSF (see vc.el for full credits)
7  ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>  ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
# Line 745  is `local'. Line 746  is `local'.
746  The default METHOD for a CVS root of the form  The default METHOD for a CVS root of the form
747    [USER@]HOSTNAME:/path/to/repository    [USER@]HOSTNAME:/path/to/repository
748  is `ext'.  is `ext'.
749  For an empty string, nil is returned (illegal CVS root)."  For an empty string, nil is returned (invalid CVS root)."
750    ;; Split CVS root into colon separated fields (0-4).    ;; Split CVS root into colon separated fields (0-4).
751    ;; The `x:' makes sure, that leading colons are not lost;    ;; The `x:' makes sure, that leading colons are not lost;
752    ;; `HOST:/PATH' is then different from `:METHOD:/PATH'.    ;; `HOST:/PATH' is then different from `:METHOD:/PATH'.

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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