Changeset 439 for trunk/lib/Configuration.cc
- Timestamp:
- Jul 9, 2007, 11:04:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r304 r439 4 4 Copyright (C) 2007 Peter Johansson 5 5 6 This file is part of svndigest, http:// lev.thep.lu.se/trac/svndigest6 This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest 7 7 8 8 svndigest is free software; you can redistribute it and/or modify it … … 161 161 << "# If trac-root is set, svndigest will create anchors to " 162 162 << "the Trac page.\n" 163 << "# trac-root = http:// lev.thep.lu.se/trac/svndigest/\n";163 << "# trac-root = http://trac.thep.lu.se/trac/svndigest/\n"; 164 164 if (!conf.trac_root().empty()) 165 165 os << "trac-root = " << conf.trac_root() << "\n";
Note: See TracChangeset
for help on using the changeset viewer.