~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_parent.py

  • Committer: Martin Pool
  • Date: 2005-08-30 06:10:39 UTC
  • Revision ID: mbp@sourcefrog.net-20050830061039-1d0347fb236c39ad
- clean up some code in revision.py

- move all exceptions to bzrlib.errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from bzrlib.branch import Branch, copy_branch
21
21
 
22
22
 
23
 
"""Tests for Branch parent URL"""
24
 
 
25
23
 
26
24
class TestParent(TestCaseInTempDir):
27
25
    def test_no_default_parent(self):