Mercurial > hg
comparison hgext/factotum.py @ 17718:4562570ae0f7
verify: use appropriate node information to show verification error
Before this patch, verify module shows verification error message
below:
unknown parent 2 <HASH_OF_P2> of <HASH_OF_P1>
even though it should show:
unknown parent 2 <HASH_OF_P2> of <HASH_OF_TARGET>
This patch uses appropriate node information.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Thu, 04 Oct 2012 01:24:05 +0900 |
parents | cbb916e2d7c5 |
children | c1d23b4a66d5 |
comparison
equal
deleted
inserted
replaced
17717:009db477c9fb | 17718:4562570ae0f7 |
---|