~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/uncommit.py

  • Committer: John Arbash Meinel
  • Date: 2006-06-26 16:31:49 UTC
  • mfrom: (1813 +trunk)
  • mto: (1711.7.2 win32)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: john@arbash-meinel.com-20060626163149-2213f2f2d895829d
[merge] bzr.dev 1813

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: