From 95d99a5826cc4c0eeb43a1f1f0b15fff12c82435 Mon Sep 17 00:00:00 2001 From: rey4 Date: Thu, 29 Dec 2005 15:17:31 +0000 Subject: [PATCH] Fix issue 187, "viewcvs.conf.dist contains outdated references." Patch and bug report by Gerard Gerritsen (sigcafe). * viewcvs.conf.dist fix typos and old reference to dir_alternate in comments git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1222 8cb11bc2-c004-0410-86c3-e597b4017df7 --- viewcvs.conf.dist | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/viewcvs.conf.dist b/viewcvs.conf.dist index 9f634794..bd575140 100644 --- a/viewcvs.conf.dist +++ b/viewcvs.conf.dist @@ -384,8 +384,8 @@ template_dir = templates # The current implementation makes many assumptions and may show the # incorrect file at some times. The main assumption is that the last # modified file has the newest filedate. But some CVS operations -# touches the file without even when a new version is't checked in, -# and TAG based browsing essientially puts this out of order, unless +# touches the file without even when a new version is not checked in, +# and TAG based browsing essentially puts this out of order, unless # the last checkin was on the same tag as you are viewing. # Enable this if you like the feature, but don't rely on correct results. show_subdir_lastmod = 0 @@ -553,9 +553,11 @@ limit_changes = 100 # header. # #directory = templates/directory.ezt -#directory = templates/dir_alternate.ezt ### an alternative directory view +### an alternative directory view +#directory = templates/dir_new.ezt #log = templates/log.ezt -#log = templates/log_table.ezt ### a table-based alternative log view +### a table-based alternative log view +#log = templates/log_table.ezt #query = templates/query.ezt #diff = templates/diff.ezt #graph = templates/graph.ezt