Mercurial > hg
comparison tests/test-rebase-issue-noparam-single-rev.t @ 31269:5e7fd3a0b17f
mdiff: let _unidiff yield hunks as (<range information>, <hunk lines>)
Now _unidiff yields each hunk lines packed into a tuple with the "range
information" `(s1, l1, s2, l2)` that is used to build the typical hunk header
'@@ -s1,l1 +s2,l2 @@'.
This will be used to make it possible to filter diff hunks based on this range
information.
The new "range information" is ignored in unidiff() (only caller of _unidiff)
for now.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Thu, 02 Mar 2017 17:22:46 +0100 |
parents | aa4a1672583e |
children | 3b7cb3d17137 |
comparison
equal
deleted
inserted
replaced
31268:4fba214708ee | 31269:5e7fd3a0b17f |
---|