(vc-bzr-log-view-mode): Fix short log regexp.
This commit is contained in:
parent
6d96d18fcf
commit
2592ab767a
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
|
||||
|
||||
2009-12-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
Supersede color.diff settings in git log (bug#5211).
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ REV non-nil gets an error."
|
|||
(set (make-local-variable 'log-view-file-re) "\\`a\\`")
|
||||
(set (make-local-variable 'log-view-message-re)
|
||||
(if vc-short-log
|
||||
"^ +\\([0-9.]+\\) \\(.*?\\)[ \t]+\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)\\( \\[merge\\]\\)?"
|
||||
"^ *\\([0-9.]+\\) \\(.*?\\)[ \t]+\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)\\( \\[merge\\]\\)?"
|
||||
"^ *\\(?:revno: \\([0-9.]+\\)\\|merged: .+\\)"))
|
||||
(set (make-local-variable 'log-view-font-lock-keywords)
|
||||
;; log-view-font-lock-keywords is careful to use the buffer-local
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue