hgext/__init__.py
author Shusen LIU <liushusen@fb.com>
Mon, 14 Dec 2015 17:02:55 -0800
changeset 1567 536fdfa3c48b
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: extract logic to new method _relocatecommit This patch introduces a new method _relocatecommit to commit current state after merge states in relocate method. This simplifies the code of the method relocate and allows us to modify it later to support a continued keywork to implement evolve state.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
519
9825c7da5b54 ensure all file have a copyright notice
Pierre-Yves David <pierre-yves.david@ens-lyon.org>
parents: 496
diff changeset
     1
# Copyright 2011 Logilab SA <contact@logilab.fr>