unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* fix to make log-view.el work with svn
@ 2008-01-10 13:33 Stephan Stahl
  0 siblings, 0 replies; only message in thread
From: Stephan Stahl @ 2008-01-10 13:33 UTC (permalink / raw)
  To: bug-gnu-emacs, emacs-devel

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-10 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10 13:33 fix to make log-view.el work with svn Stephan Stahl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).