15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8
22
from bzrlib.errors import BoundBranchOutOfDate
17
25
def uncommit(branch, dry_run=False, verbose=False, revno=None, tree=None):
18
26
"""Remove the last revision from the supplied branch.