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