emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs.el
Date: Mon, 21 Feb 2005 13:35:24 -0500

Index: emacs/lisp/pcvs.el
diff -c emacs/lisp/pcvs.el:1.74 emacs/lisp/pcvs.el:1.75
*** emacs/lisp/pcvs.el:1.74     Wed Dec  1 22:35:15 2004
--- emacs/lisp/pcvs.el  Mon Feb 21 18:35:23 2005
***************
*** 1,7 ****
  ;;; pcvs.el --- a front-end to CVS
  
  ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2002, 2003, 2004  Free Software Foundation, Inc.
  
  ;; Author: (The PCL-CVS Trust) address@hidden
  ;;    (Per Cederqvist) address@hidden
--- 1,7 ----
  ;;; pcvs.el --- a front-end to CVS
  
  ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: (The PCL-CVS Trust) address@hidden
  ;;    (Per Cederqvist) address@hidden
***************
*** 1687,1694 ****
          (message "Retrieving revision %s..." rev)
          ;; Discard stderr output to work around the CVS+SSH+libc
          ;; problem when stdout and stderr are the same.
!         ;; FIXME: this doesn't seem to make any difference :-(
!         (let ((res (apply 'call-process cvs-program nil '(t . nil) nil
                            "-q" "update" "-p"
                            ;; If `rev' is HEAD, don't pass it at all:
                            ;; the default behavior is to get the head
--- 1687,1693 ----
          (message "Retrieving revision %s..." rev)
          ;; Discard stderr output to work around the CVS+SSH+libc
          ;; problem when stdout and stderr are the same.
!         (let ((res (apply 'call-process cvs-program nil '(t nil) nil
                            "-q" "update" "-p"
                            ;; If `rev' is HEAD, don't pass it at all:
                            ;; the default behavior is to get the head




reply via email to

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