/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/branch_implementations/test_bound_sftp.py

  • Committer: Andrew Bennetts
  • Date: 2007-08-02 06:40:58 UTC
  • mfrom: (2666 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2668.
  • Revision ID: andrew.bennetts@canonical.com-20070802064058-09eblz1qbc01fcr3
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        self.assertEqual(['r@b-1'], sftp_b_newbase.revision_history())
196
196
 
197
197
    def test_bind_diverged(self):
198
 
        from bzrlib.builtins import merge
199
 
 
200
198
        b_base, wt_child = self.create_branches()
201
199
 
202
200
        wt_child.branch.unbind()
286
284
        self.assertEqual(['r@b-1'], b_base.revision_history())
287
285
 
288
286
    def test_commit_after_merge(self):
289
 
        from bzrlib.builtins import merge
290
 
 
291
287
        b_base, wt_child = self.create_branches()
292
288
 
293
289
        # We want merge to be able to be a local only