~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/uncommit.py

  • Committer: Robey Pointer
  • Date: 2006-07-01 19:03:33 UTC
  • mfrom: (1829 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1830.
  • Revision ID: robey@lag.net-20060701190333-f58465aec4bd3412
merge from 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: