369
369
from branch_mark import branch_mark
370
370
branch_mark(mark, branch, delete)
373
381
commands = [cmd_shelve, cmd_unshelve, cmd_shelf, cmd_clean_tree,
374
382
cmd_graph_ancestry, cmd_fetch_ghosts, cmd_patch, cmd_shell,
375
383
cmd_branch_history, cmd_zap, cmd_cbranch, cmd_branches,
384
cmd_multi_pull, cmd_switch, cmd_branch_mark, cmd_import]