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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el
Date: Wed, 03 Nov 2004 09:22:35 -0500

Index: emacs/lisp/vc-mcvs.el
diff -c emacs/lisp/vc-mcvs.el:1.14 emacs/lisp/vc-mcvs.el:1.15
*** emacs/lisp/vc-mcvs.el:1.14  Mon Sep 13 20:40:17 2004
--- emacs/lisp/vc-mcvs.el       Wed Nov  3 14:17:03 2004
***************
*** 26,34 ****
  ;;; Commentary:
  
  ;; The home page of the Meta-CVS version control system is at
! ;; 
  ;;      http://users.footprints.net/~kaz/mcvs.html
! ;; 
  ;; This is derived from vc-cvs.el as follows:
  ;; - cp vc-cvs.el vc-mcvs.el
  ;; - Replace CVS/ with MCVS/CVS/
--- 26,34 ----
  ;;; Commentary:
  
  ;; The home page of the Meta-CVS version control system is at
! ;;
  ;;      http://users.footprints.net/~kaz/mcvs.html
! ;;
  ;; This is derived from vc-cvs.el as follows:
  ;; - cp vc-cvs.el vc-mcvs.el
  ;; - Replace CVS/ with MCVS/CVS/
***************
*** 478,484 ****
    (vc-mcvs-command
     buffer
     (if (and (vc-stay-local-p file) (fboundp 'start-process)) 'async 0)
!    file "annotate" (if version (concat "-r" version))))
  
  (defalias 'vc-mcvs-annotate-current-time 'vc-cvs-annotate-current-time)
  (defalias 'vc-mcvs-annotate-time 'vc-cvs-annotate-time)
--- 478,488 ----
    (vc-mcvs-command
     buffer
     (if (and (vc-stay-local-p file) (fboundp 'start-process)) 'async 0)
!    file "annotate" (if version (concat "-r" version)))
!   (with-current-buffer buffer
!     (goto-char (point-min))
!     (re-search-forward "^[0-9]")
!     (delete-region (point-min) (1- (point)))))
  
  (defalias 'vc-mcvs-annotate-current-time 'vc-cvs-annotate-current-time)
  (defalias 'vc-mcvs-annotate-time 'vc-cvs-annotate-time)




reply via email to

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