mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Comment cleanup (no code change).
This commit is contained in:
parent
18a083fd78
commit
1cb119fdbf
2 changed files with 1 additions and 2 deletions
|
|
@ -300,8 +300,6 @@ This is only possible if SVN is responsible for FILE's directory.")
|
|||
(vc-file-setprop file 'vc-working-revision nil)
|
||||
(apply 'vc-svn-command nil 0 file
|
||||
"update"
|
||||
;; default for verbose checkout: clear the sticky tag so
|
||||
;; that the actual update will get the head of the trunk
|
||||
(cond
|
||||
((null rev) "-rBASE")
|
||||
((or (eq rev t) (equal rev "")) nil)
|
||||
|
|
|
|||
|
|
@ -677,6 +677,7 @@
|
|||
;;
|
||||
;; - 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue