* vc-dir.el (vc-dir-update): Remove debug helper.
This commit is contained in:
parent
1339cf204c
commit
652cc1a2e6
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,8 @@
|
|||
|
||||
2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-dir.el (vc-dir-update): Remove debug helper.
|
||||
|
||||
* vc-cvs.el (vc-cvs-update-changelog): Fix typo.
|
||||
|
||||
2009-08-26 Sam Steingold <sds@gnu.org>
|
||||
|
|
|
@ -368,7 +368,6 @@ If NOINSERT, ignore elements on ENTRIES which are not in the ewoc."
|
|||
(entrydir (file-name-directory (directory-file-name
|
||||
(expand-file-name entryfile))))
|
||||
(nodedir (vc-dir-node-directory node)))
|
||||
(message "entryfile %s entrydir %s" entryfile entrydir)
|
||||
(cond
|
||||
;; First try to find the directory.
|
||||
((string-lessp nodedir entrydir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue