mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 20 Aug 2014 17:36:54 -0700
changeset 22269 03cc81a28228
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
push: check if local and remote support evolution during discovery We can now directly prevent any evolution-related operation from happening by using an empty set for outgoing markers. So we detect if no transfers should occur and use an empty set in this case.