From b14016db153141a2a59cb90a1cccf6f9601155b3 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 6 Jan 2005 18:17:02 +0000
Subject: [PATCH] Enlarge checkin window to account for multiple checkins with
 same entry.

---
 etc/update-rcs-log | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/update-rcs-log b/etc/update-rcs-log
index 2ce8d0eaa..57594a6a9 100755
--- a/etc/update-rcs-log
+++ b/etc/update-rcs-log
@@ -15,9 +15,9 @@ if [ -z "${CVS2CL}" ]; then
     exit 1
 fi
 
-COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header"
-GOPTS_SCHEME="-d :ext:anoncvs@subversions.gnu.org:/cvsroot/mit-scheme"
-GOPTS_HTML="-d :ext:anoncvs@savannah.gnu.org:/webcvs/mit-scheme"
+COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header --window 3600"
+GOPTS_SCHEME="-d:ext:anoncvs@subversions.gnu.org:/cvsroot/mit-scheme"
+GOPTS_HTML="-d:ext:anoncvs@savannah.gnu.org:/webcvs/mit-scheme"
 O="ChangeLog"
 N="${O}.new"
 
-- 
2.25.1