Index: sitescripts/extensions/bin/createNightlies.py |
diff --git a/sitescripts/extensions/bin/createNightlies.py b/sitescripts/extensions/bin/createNightlies.py |
index 6756c3c66e17d11ef8c50b0ee9c65cabd028949b..5aa2526427a55249a08bc41fc4dcdefea2bb8f9c 100644 |
--- a/sitescripts/extensions/bin/createNightlies.py |
+++ b/sitescripts/extensions/bin/createNightlies.py |
@@ -102,10 +102,9 @@ class NightlyBuild(object): |
""" |
retrieve changes between the current and previous ("first") revision |
""" |
- |
command = [ |
'hg', 'log', '-R', self.tempdir, '-r', |
- 'ancestors({})'.format(self.config.revision), '-l', '50', |
+ 'reverse(ancestors({}))'.format(self.config.revision), '-l', '50', |
'--encoding', 'utf-8', '--template', |
'{date|isodate}\\0{author|person}\\0{rev}\\0{desc}\\0\\0', |
'--config', 'defaults.log=' |