hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Thu, 28 Feb 2019 03:12:39 +0530
changeset 4417 b86413cfca4a
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: cover continue case in pubdiv when merging results in same as public This patch is the part of a series which is adding support of public divergence resolution of the case when merging results in same as pubic cset. Changes made in this patch cover the --continue flag for the case: when we had conflicts in merging. Modified lines in previously added tests reflects the changed behaviour. Also added some additional tests. I guess I have covered every possbile case in test-evolve-public-content-divergent.t While reviewing, if you see any test missed please let me know. (I think there is one test missed that I will send as a follow-up)

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)