/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

  • Committer: Jelmer Vernooij
  • Date: 2009-05-05 12:54:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4331.
  • Revision ID: jelmer@samba.org-20090505125451-f09g3ly9eb3qtylw
Review from Ian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
from bzrlib.transport.local import LocalURLServer
43
43
 
44
44
 
 
45
# These tests are based on similar tests in 
 
46
# bzrlib.tests.branch_implementations.test_push.
 
47
 
 
48
 
45
49
class TestPush(TestCaseWithInterBranch):
46
50
 
47
51
    def test_push_convergence_simple(self):