26
28
from bzrlib.errors import BoundBranchOutOfDate
29
def remove_tags(branch, graph, old_tip, new_tip):
50
31
def uncommit(branch, dry_run=False, verbose=False, revno=None, tree=None,
52
33
"""Remove the last revision from the supplied branch.
54
35
:param dry_run: Don't actually change anything