(vc-svn-registered): Return the correct value for
ignored and unregistered files.
This commit is contained in:
parent
0e8356fe05
commit
11f6a31de4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-svn.el (vc-svn-registered): Return the correct value for
|
||||
ignored and unregistered files.
|
||||
|
||||
2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
|
||||
|
||||
* doc-view.el (tramp): Require tramp because we use
|
||||
|
|
|
@ -132,7 +132,8 @@ If you want to force an empty list of arguments, use t."
|
|||
;; an `error' by vc-do-command.
|
||||
(error nil))))
|
||||
(when (eq 0 status)
|
||||
(vc-svn-parse-status file))))))
|
||||
(not (memq (vc-svn-parse-status file)
|
||||
'(ignored unregistered))))))))
|
||||
|
||||
(defun vc-svn-state (file &optional localp)
|
||||
"SVN-specific version of `vc-state'."
|
||||
|
|
Loading…
Add table
Reference in a new issue