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-cvs.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Fri, 25 Mar 2005 03:25:17 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.73 emacs/lisp/vc-cvs.el:1.74
*** emacs/lisp/vc-cvs.el:1.73   Wed Feb  9 15:50:40 2005
--- emacs/lisp/vc-cvs.el        Fri Mar 25 08:25:16 2005
***************
*** 1,6 ****
  ;;; vc-cvs.el --- non-resident support for CVS version-control
  
! ;; Copyright (C) 1995,98,99,2000,2001,02,2003  Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
--- 1,7 ----
  ;;; vc-cvs.el --- non-resident support for CVS version-control
  
! ;; Copyright (C) 1995,98,99,2000,2001,02,2003, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
***************
*** 745,751 ****
  The default METHOD for a CVS root of the form
    address@hidden:/path/to/repository
  is `ext'.
! For an empty string, nil is returned (illegal CVS root)."
    ;; Split CVS root into colon separated fields (0-4).
    ;; The `x:' makes sure, that leading colons are not lost;
    ;; `HOST:/PATH' is then different from `:METHOD:/PATH'.
--- 746,752 ----
  The default METHOD for a CVS root of the form
    address@hidden:/path/to/repository
  is `ext'.
! For an empty string, nil is returned (invalid CVS root)."
    ;; Split CVS root into colon separated fields (0-4).
    ;; The `x:' makes sure, that leading colons are not lost;
    ;; `HOST:/PATH' is then different from `:METHOD:/PATH'.




reply via email to

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