[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix to make log-view.el work with svn
From: |
Stephan Stahl |
Subject: |
fix to make log-view.el work with svn |
Date: |
Thu, 10 Jan 2008 14:33:29 +0100 (CET) |
User-agent: |
SquirrelMail/1.4.6 |
Hi there..
lisp/log-view.el is said to work with svn but it does not work for me unless i
patch these lines
(or change the variable by hand..). Maybe someone wants to apply this change
to the emacs
sources.
diff -c "log-view.el~" "log-view.el"
*** log-view.el~ Sat Aug 18 22:50:31 2007
--- log-view.el Thu Jan 10 14:28:16 2008
***************
*** 143,149 ****
(defvar log-view-message-face 'log-view-message)
(defvar log-view-file-re
! (concat "^\\(?:Working file: \\(?1:.+\\)" ;RCS and CVS.
;; Subversion has no such thing??
"\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):" ;SCCS and Darcs.
"\\)\n") ;Include the \n for font-lock reasons.
--- 143,149 ----
(defvar log-view-message-face 'log-view-message)
(defvar log-view-file-re
! (concat "^\\(?:Working file\\(?:(s)\\)?: \\(?1:.+\\)" ;RCS
and CVS and Subversion.
;; Subversion has no such thing??
"\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):" ;SCCS and Darcs.
"\\)\n") ;Include the \n for font-lock reasons.
Diff finished. Thu Jan 10 14:28:16 2008
Regards,
Stephan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- fix to make log-view.el work with svn,
Stephan Stahl <=