Finished nightly updater's conversion to mercurial.

CQTexperiment
vspader 2009-02-21 15:27:03 -08:00
parent dbe1443f4b
commit f0dce0e1d6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ appcastdoc = Document.new(appcast)
appcast_revision = Regexp.new('\d+$').match(appcastdoc.elements['//channel/item/title'].text.to_s()).to_s().to_i() || 0
#Remove modified files that may cause conflicts.
%x[rm -f Info.plist]
%x[hg revert --all]
#Offset needed for SVN <=> HG conversion. We'll use 1000 because it's simple.
revision_offset = 1000