Mercurial > hg
comparison tests/test-journal.t @ 32403:a28c76e1cea9
revlog: raise WdirUnsupported when wdirrev is passed
revlog.parentrevs() is called while evaluating ^ operator in revsets. When wdir
is passed, it raises IndexError. This patch raises WdirUnsupported if wdir is
passed in the function. The error will be caugth in future patches.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 19 May 2017 19:12:06 +0530 |
parents | 6d11ae3c4c4b |
children | c6061cadb400 |
comparison
equal
deleted
inserted
replaced
32402:c8e10565a113 | 32403:a28c76e1cea9 |
---|