Close bug#6361.
* lisp/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions older than version 1.6.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
|
||||
|
||||
* vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
|
||||
older than version 1.6. (Bug#6361)
|
||||
|
||||
2010-06-12 Helmut Eller <eller.helmut@gmail.com>
|
||||
|
||||
* emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
|
||||
|
||||
@@ -170,7 +170,7 @@ want to force an empty list of arguments, use t."
|
||||
(?? . 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)
|
||||
|
||||
Reference in New Issue
Block a user