26
26
from bzrlib.errors import BoundBranchOutOfDate
29
def remove_tags(branch, graph, old_tip, new_tip):
29
50
def uncommit(branch, dry_run=False, verbose=False, revno=None, tree=None,
30
51
local=False, keep_tags=False):
31
52
"""Remove the last revision from the supplied branch.