hgext/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Thu, 25 Jun 2015 13:33:50 -0700
changeset 1471 4140d680784e
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: (issue4386) cleanup, split, fold and bijection in `hg prune` Before this patch, the prune command was splitting and folding implicitely based on the number of successors and precursors. This patch makes the two behavior explicit by requesting a flag to perform a split or a fold.

# Copyright 2011 Logilab SA <contact@logilab.fr>