diff lisp/vc-bzr.el @ 96128:d5ad6b6af42d

(vc-bzr-annotate-extract-revision-at-line): Allow more than one space before the |.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Jun 2008 18:12:01 +0000
parents 26f719e36c03
children 09da7727f35f
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Fri Jun 20 17:57:55 2008 +0000
+++ b/lisp/vc-bzr.el	Fri Jun 20 18:12:01 2008 +0000
@@ -552,7 +552,7 @@
 Return nil if current line isn't annotated."
   (save-excursion
     (beginning-of-line)
-    (if (looking-at " *\\([0-9.]+\\) | ")
+    (if (looking-at " *\\([0-9.]+\\) *| ")
         (match-string-no-properties 1))))
 
 (defun vc-bzr-command-discarding-stderr (command &rest args)