~michael-ellerman/bzr/mpe

« back to all changes in this revision

Viewing changes to bzrlib/uncommit.py

[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""
19
19
 
20
20
import os
21
 
import bzrlib
22
21
from bzrlib.errors import BoundBranchOutOfDate
23
22
 
24
23
def test_remove(filename):
35
34
    :param verbose: Print each step as you do it
36
35
    :param revno: Remove back to this revision
37
36
    """
38
 
    from bzrlib.atomicfile import AtomicFile
39
37
    unlockable = []
40
38
    try:
41
39
        if tree is not None: