~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_reference.py

  • Committer: Aaron Bentley
  • Date: 2009-04-30 14:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 4316.
  • Revision ID: aaron@aaronbentley.com-20090430140438-hpw2h918x4mpnpaw
Update from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
 
17
 
17
18
from bzrlib import (
18
19
    branch as _mod_branch,
19
20
    bzrdir,
20
21
    )
21
22
from bzrlib.tests import TestCaseWithTransport
22
23
 
 
24
 
23
25
class TestReference(TestCaseWithTransport):
24
26
 
25
27
    def make_branch(self, location, format=None):