Mercurial > hg
comparison tests/test-hgrc.t @ 24064:c260887cdbcd
log: fix --follow null parent not to include revision 0
If p1 is null, ':.' is translated as '0:null'. But rangeset can't handle null,
only revision 0 was visible. Because 'null' should not be listed implicitly,
"log --follow" (without -r) should be empty if p1 is null.
Test of "hg grep -f" is added for cmdutil.walkchangerevs().
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 06 Feb 2015 21:53:39 +0900 |
parents | d898c7e8c301 |
children | 8fe5fc8d7b8e |
comparison
equal
deleted
inserted
replaced
24063:c98fa0ca4678 | 24064:c260887cdbcd |
---|