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
18a083fd
Commit
18a083fd
authored
May 01, 2008
by
Eric S. Raymond
Browse files
Add items to TODO list.
parent
581c438c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
lisp/vc.el
lisp/vc.el
+9
-0
No files found.
lisp/vc.el
View file @
18a083fd
...
...
@@ -677,6 +677,15 @@
;;
;; - vc-create-snapshot and vc-retrieve-snapshot should update the
;; buffers that might be visiting the affected files.
;; - Using multiple backends needs work. Given a CVS directory with some
;; files checked into git (but not all), using C-x v l to get a log file
;; from a file only present in git, and then typing RET on some log entry,
;; vc will bombs out because it wants to see the file being in CVS.
;; Those logs should likely use a local variable to hardware the VC they
;; are supposed to work with.
;;
;; More issues here:
;; http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00664.html
;;; Code:
...
...
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