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: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Tue, 08 Jan 2002 15:00:19 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.30 emacs/lisp/vc-cvs.el:1.31
*** emacs/lisp/vc-cvs.el:1.30   Tue Jan  8 14:57:57 2002
--- emacs/lisp/vc-cvs.el        Tue Jan  8 15:00:19 2002
***************
*** 5,11 ****
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.30 2002/01/08 19:57:57 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.31 2002/01/08 20:00:19 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 241,247 ****
         (sticky-tag (vc-file-getprop file 'vc-cvs-sticky-tag))
         (sticky-tag-printable (and sticky-tag
                                    (not (string= sticky-tag ""))
!                                   (concat "(" sticky-tag ")"))))
      (cond ((string= rev "0")
           ;; A file that is added but not yet committed.
           "CVS @@")
--- 241,247 ----
         (sticky-tag (vc-file-getprop file 'vc-cvs-sticky-tag))
         (sticky-tag-printable (and sticky-tag
                                    (not (string= sticky-tag ""))
!                                   (concat "[" sticky-tag "]"))))
      (cond ((string= rev "0")
           ;; A file that is added but not yet committed.
           "CVS @@")



reply via email to

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