Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b4603f4
Commit
2b4603f4
authored
Jun 30, 1999
by
André Spiegel
Browse files
(vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it
non-recursive.
parent
9fe89e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/vc.el
lisp/vc.el
+2
-2
No files found.
lisp/vc.el
View file @
2b4603f4
...
...
@@ -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.24
8
1999/06/15
05:48:18
kwzh Exp
kwzh
$
;; $Id: vc.el,v 1.24
9
1999/06/15
17:40:09
kwzh Exp $
;; This file is part of GNU Emacs.
...
...
@@ -1740,7 +1740,7 @@ There is a special command, `*l', to mark all files currently locked."
(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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment