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
19
17
# Original author: David Allouche
21
19
from bzrlib import errors, merge, revision
22
20
from bzrlib.branch import Branch
24
21
from bzrlib.trace import note
26
24
def _run_post_switch_hooks(control_dir, to_branch, force, revision_id):
27
25
from bzrlib.branch import SwitchHookParams
28
26
hooks = Branch.hooks['post_switch']