# HG changeset patch # User Christophe Lincoln # Date 1275126666 -7200 # Node ID 8d56d3a0fba7216a54849b00157b3ced63a2066f # Parent 60366f6619cd909369981a9b159e68fd8f4a2944 Fix: mercurial add CONFIG_FILES for smarter upgrade diff -r 60366f6619cd -r 8d56d3a0fba7 mercurial/receipt --- a/mercurial/receipt Fri May 28 23:38:40 2010 +0200 +++ b/mercurial/receipt Sat May 29 11:51:06 2010 +0200 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mercurial.selenic.com/" WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" +CONFIG_FILES="/etc/mercurial/hgweb.config" # Rules to configure and make the package. compile_rules()