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
caf37b1f
Commit
caf37b1f
authored
May 02, 2008
by
Eric S. Raymond
Browse files
Fix some comments to remove references to vc-dired.
parent
a31b405e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
lisp/vc-arch.el
lisp/vc-arch.el
+1
-1
lisp/vc-cvs.el
lisp/vc-cvs.el
+2
-2
lisp/vc-hg.el
lisp/vc-hg.el
+1
-1
No files found.
lisp/vc-arch.el
View file @
caf37b1f
...
...
@@ -50,7 +50,7 @@
;; - C-x v u does not work.
;; - C-x v s does not work.
;; - C-x v r does not work.
;; - VC
-
dire
d
do
es
not work.
;; - VC
dire
ctory listings
do not work.
;; - And more...
;;; Code:
...
...
lisp/vc-cvs.el
View file @
caf37b1f
...
...
@@ -798,8 +798,8 @@ For an empty string, nil is returned (invalid CVS root)."
;; information is context sensitive, it contains lines like:
;; cvs status: Examining DIRNAME
;; and the file entries after that don't show the full path.
;; Because of this
vc-
dire
d
only show
s
changed files
at the top level
;; for CVS.
;; Because of this
VC
dire
ctory listings
only show changed files
;;
at the top level
for CVS.
(defun vc-cvs-parse-status (&optional full)
"
Parse
output
of
\"cvs
status\"
command
in
the
current
buffer.
Set
file
properties
accordingly.
Unless
FULL
is
t
,
parse
only
...
...
lisp/vc-hg.el
View file @
caf37b1f
...
...
@@ -199,7 +199,7 @@
;; State flag for a clean file is now C, might change to =.
;; The rest of the possible states in "hg status" output:
;; ! = deleted, but still tracked
;; should not show up in
vc-
dire
d
, so don't deal with them
;; should not show up in
VC
dire
ctory buffers
, so don't deal with them
;; here.
;; Mercurial up to 0.9.5 used C, = is used now.
...
...
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