sapling/remotefilelog
Durham Goode 97d36d285b Fix rebase with changeset evolution
A recent fix to make ancestor maps work with changeset evolution actually caused
a pretty serious regression. The ancestormap validation code was returning
ancestormaps with hidden ancestors if the first commit in the history was a
hidden node. This resulted in lots of invalid ancestories being returned.

Instead we only want to allow hidden ancestors in the map if the relativeto
commit has been explicitly set to a hidden node.
2014-11-24 22:42:34 -08:00
..
__init__.py [bundle2] insert ourselves into the cg1packer class hierarchy and fix up the packermap 2014-11-07 18:35:52 -08:00
cacheclient.py Add example cache client implementation 2013-10-17 14:18:23 -07:00
debugcommands.py Fix debugremotefilelog command 2013-12-13 11:42:50 -08:00
fileserverclient.py Fix pullprefetch for recently landed commits 2014-10-09 15:20:54 -07:00
remotefilectx.py Fix relative ancestor traversals for hg blame 2014-10-23 17:16:07 -07:00
remotefilelog.py Fix rebase with changeset evolution 2014-11-24 22:42:34 -08:00
remotefilelogserver.py Update to match Mercurial version b8c8cacd4482 2014-09-11 14:39:14 -07:00
shallowbundle.py [bundle2] insert ourselves into the cg1packer class hierarchy and fix up the packermap 2014-11-07 18:35:52 -08:00
shallowrepo.py Fix dirstate wrapping to match upstream 2014-10-22 12:36:53 -07:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00
shallowutil.py [bundle2] insert ourselves into the cg1packer class hierarchy and fix up the packermap 2014-11-07 18:35:52 -08:00