Mercurial > emacs
changeset 24903:6f932cbd18e8
(vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it
non-recursive.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Wed, 30 Jun 1999 07:16:14 +0000 |
parents | 5fc7c26535d5 |
children | 55fa009810e9 |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Wed Jun 30 07:10:20 1999 +0000 +++ b/lisp/vc.el Wed Jun 30 07:16:14 1999 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de> -;; $Id: vc.el,v 1.248 1999/06/15 05:48:18 kwzh Exp kwzh $ +;; $Id: vc.el,v 1.249 1999/06/15 17:40:09 kwzh Exp $ ;; This file is part of GNU Emacs. @@ -1740,7 +1740,7 @@ (let ((default-directory dir)) ;; Don't specify DIR in this command, the default-directory is ;; enough. Otherwise it might fail with remote repositories. - (vc-do-command "*vc-info*" 0 "cvs" nil nil "status") + (vc-do-command "*vc-info*" 0 "cvs" nil nil "status" "-l") (save-excursion (set-buffer (get-buffer "*vc-info*")) (goto-char (point-min))