/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/workingtree_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-04 08:44:08 UTC
  • mfrom: (1981.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060904084408-ebdbb37a1cdb0c53
(robertc) integrate merge_from_branch patch: adds a convenience method "merge_from_branch" to WorkingTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        'bzrlib.tests.workingtree_implementations.test_is_control_filename',
61
61
        'bzrlib.tests.workingtree_implementations.test_is_ignored',
62
62
        'bzrlib.tests.workingtree_implementations.test_locking',
 
63
        'bzrlib.tests.workingtree_implementations.test_merge_from_branch',
63
64
        'bzrlib.tests.workingtree_implementations.test_parents',
64
65
        'bzrlib.tests.workingtree_implementations.test_pull',
65
66
        'bzrlib.tests.workingtree_implementations.test_workingtree',