Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
39 # merge feature_branch into trunk
40 os.chdir(trunk_location)
41 bzrlib.commands.get_cmd_object('merge').run(location=merging_location)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment