Mercurial > evolve
diff tests/_exc-util.sh @ 1060:f6e0cfca1bf0 stable
test: work around a bug in debugobsolete
The defautl date was wrong all along. So we use a fixed date for all tests.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 15 Aug 2014 16:54:32 -0700 |
parents | 59bc29c84ce0 |
children | 528c066cd51c |
line wrap: on
line diff
--- a/tests/_exc-util.sh Thu Aug 14 15:30:04 2014 -0700 +++ b/tests/_exc-util.sh Fri Aug 15 16:54:32 2014 -0700 @@ -4,12 +4,19 @@ [web] push_ssl = false allow_push = * + [ui] logtemplate ="{node|short} ({phase}): {desc}\n" + [phases] publish=False + [experimental] verbose-obsolescence-exchange=true + +[alias] +debugobsolete=debugobsolete -d '0 0' + [extensions] hgext.strip= hgext.rebase=