~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: John Arbash Meinel
  • Date: 2011-01-12 01:01:53 UTC
  • mfrom: (5597 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5599.
  • Revision ID: john@arbash-meinel.com-20110112010153-op19823r9e6hy7u6
Merge bzr.dev 5597 to resolve NEWS, aka bzr-2.3.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2006-2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
52
52
    ImmortalPendingDeletion,
53
53
    LockError,
54
54
    MalformedTransform,
55
 
    NoSuchFile,
56
55
    ReusingTransform,
57
56
)
58
57
from bzrlib.osutils import (
64
63
    features,
65
64
    HardlinkFeature,
66
65
    SymlinkFeature,
67
 
    TestCase,
68
66
    TestCaseInTempDir,
69
67
    TestSkipped,
70
68
)
74
72
    cook_conflicts,
75
73
    _FileMover,
76
74
    FinalPaths,
77
 
    get_backup_name,
78
75
    resolve_conflicts,
79
76
    resolve_checkout,
80
77
    ROOT_PARENT,