~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_bound_sftp.py

  • Committer: Aaron Bentley
  • Date: 2007-08-06 22:26:54 UTC
  • mfrom: (2665 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: aaron.bentley@utoronto.ca-20070806222654-a96j4mysnih1ha8x
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