/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 breezy/tests/per_branch/test_hooks.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-30 19:16:23 UTC
  • mto: This revision was merged to the branch mainline in revision 6639.
  • Revision ID: jelmer@jelmer.uk-20170530191623-t9ls96vjy9wslpoo
Remove deprecated functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    revision,
24
24
    tests,
25
25
    )
26
 
from breezy.symbol_versioning import deprecated_in
27
26
from breezy.tests import test_server
28
27
 
29
28
class ChangeBranchTipTestCase(tests.TestCaseWithMemoryTransport):