emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp vc-svn.el


From: Nick Roberts
Subject: [Emacs-diffs] emacs/lisp vc-svn.el
Date: Tue, 10 Feb 2009 05:59:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  09/02/10 05:59:14

Modified files:
        lisp           : vc-svn.el 

Log message:
        (vc-svn-after-dir-status): Use shy group for revision
        number as it isn't present for unregistered files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-svn.el?cvsroot=emacs&r1=1.111&r2=1.112

Patches:
Index: vc-svn.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-svn.el,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- vc-svn.el   4 Feb 2009 10:49:04 -0000       1.111
+++ vc-svn.el   10 Feb 2009 05:59:14 -0000      1.112
@@ -164,7 +164,7 @@
                      (?? . unregistered)
                      ;; This is what vc-svn-parse-status does.
                      (?~ . edited)))
-       (re (if remote "^\\(.\\)..... \\([ *]\\) +[-0-9]+ +\\(.*\\)$"
+       (re (if remote "^\\(.\\)..... \\([ *]\\) +\\(?:[-0-9]+\\)? +\\(.*\\)$"
              ;; Subexp 2 is a dummy in this case, so the numbers match.
              "^\\(.\\)....\\(.\\) \\(.*\\)$"))
        result)




reply via email to

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