comparison hgext/transplant.py @ 31840:7973e0a15bd4

metadataonlyctx: replace "changeset()[0]" to "manifestnode()" As Yuya pointed out [1], "changeset()[0]" could be simplified to "manifestnode()". I didn't notice that method earlier. It should definitely be used - it's easier to read, and faster. [1]: https://www.mercurial-scm.org/pipermail/mercurial-devel/2017-March/095716.html
author Jun Wu <quark@fb.com>
date Fri, 07 Apr 2017 11:02:43 -0700
parents 0199686a1a1c
children 46ba2cdda476
comparison
equal deleted inserted replaced
31839:5b048d5f8884 31840:7973e0a15bd4