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
remotes/tags/1.0.0-rc1
rey4 2005-12-29 15:17:31 +00:00
parent 0467a8e1d1
commit 95d99a5826
1 changed files with 6 additions and 4 deletions

View File

@ -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