emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-svn.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el,v
Date: Fri, 28 Dec 2007 18:16:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/12/28 18:16:58

Index: vc-svn.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-svn.el,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- vc-svn.el   28 Dec 2007 16:24:30 -0000      1.53
+++ vc-svn.el   28 Dec 2007 18:16:54 -0000      1.54
@@ -578,6 +578,10 @@
           (if (eq (char-after (match-beginning 1)) ?*)
               'needs-merge
             'edited))
+         ((eq status ?I)
+          (vc-file-setprop file 'vc-state 'ignored))
+         ((eq status ??)
+          (vc-file-setprop file 'vc-state 'unregistered))
          (t 'edited)))))
     (if filename (vc-file-getprop filename 'vc-state))))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]