Mercurial > hg
comparison hgext/fetch.py @ 22966:ff93aa006e6a
manifest: transpose pair of pairs from diff()
It makes more sense for the file nodeids and returned from diff() to
be ((n1,fl1),(n2,fl2)) than ((n1,n2),(fl1,fl2)), so change it to the
former.
author | Martin von Zweigbergk <martinvonz@gmail.com> |
---|---|
date | Tue, 14 Oct 2014 23:18:07 -0700 |
parents | 6ea41d41aba1 |
children | f1eaf03dd608 |
comparison
equal
deleted
inserted
replaced
22965:b697fa74b475 | 22966:ff93aa006e6a |
---|