14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
19
# Original author: David Allouche
19
21
from bzrlib import errors, merge, revision
20
22
from bzrlib.branch import Branch
21
24
from bzrlib.trace import note
24
26
def _run_post_switch_hooks(control_dir, to_branch, force, revision_id):
25
27
from bzrlib.branch import SwitchHookParams
26
28
hooks = Branch.hooks['post_switch']