comparison .hgsigs @ 33271:02299a28ba34

phabricator: do not read a same revision twice It's possible to set up non-linear dependencies in Phabricator like: o D4 |\ | o D3 | | o | D2 |/ o D1 The old `phabread` code will print D1 twice. This patch adds de-duplication to prevent that. Test Plan: Construct the above dependencies in a Phabricator test instance and make sure the old code prints D1 twice while the new code won't.
author Jun Wu <quark@fb.com>
date Tue, 04 Jul 2017 18:52:28 -0700
parents c1994c986d77
children e9850cc580a7
comparison
equal deleted inserted replaced
33270:f7b635716ef2 33271:02299a28ba34