projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007b0d2
)
Fix problem with modeline being wrong for "added" files.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 21 Oct 2005 17:20:39 +0000
(17:20 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 21 Oct 2005 17:20:39 +0000
(17:20 +0000)
v7/src/edwin/vc.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/vc.scm
b/v7/src/edwin/vc.scm
index 88dc660f7c8befce88e4dd2d23797067e066126e..8da27d2b92011d265772168834be32967c32ef7e 100644
(file)
--- a/
v7/src/edwin/vc.scm
+++ b/
v7/src/edwin/vc.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: vc.scm,v 1.8
6 2005/10/21 02:46:5
9 cph Exp $
+$Id: vc.scm,v 1.8
7 2005/10/21 17:20:3
9 cph Exp $
Copyright 1994,1995,1996,1997,1998,2000 Massachusetts Institute of Technology
Copyright 2001,2002,2003,2005 Massachusetts Institute of Technology
@@
-2321,7
+2321,7
@@
the value of vc-log-mode-hook."
(define (decode-svn-last-change-revision string)
(if (string=? string "?")
- #f
+ "0"
string))
\f
;;;; Command Execution