/[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.30 by spiegel, Tue Jan 8 19:57:57 2002 UTC revision 1.31 by spiegel, Tue Jan 8 20:00:19 2002 UTC
# Line 241  committed and support display of sticky Line 241  committed and support display of sticky
241           (sticky-tag (vc-file-getprop file 'vc-cvs-sticky-tag))           (sticky-tag (vc-file-getprop file 'vc-cvs-sticky-tag))
242           (sticky-tag-printable (and sticky-tag           (sticky-tag-printable (and sticky-tag
243                                      (not (string= sticky-tag ""))                                      (not (string= sticky-tag ""))
244                                      (concat "(" sticky-tag ")"))))                                      (concat "[" sticky-tag "]"))))
245      (cond ((string= rev "0")      (cond ((string= rev "0")
246             ;; A file that is added but not yet committed.             ;; A file that is added but not yet committed.
247             "CVS @@")             "CVS @@")

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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