/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/test_generate_docs.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-17 17:57:15 UTC
  • mfrom: (4454 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4460.
  • Revision ID: john@arbash-meinel.com-20090617175715-p9ebpwx5rhc0qin1
Merge bzr.dev 4454 in preparation for NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from cStringIO import StringIO
24
24
 
 
25
import bzrlib.commands
25
26
from bzrlib.tests import TestCase, TestSkipped
26
27
 
27
28
 
37
38
        self.sio = StringIO()
38
39
        self.options = Options()
39
40
        self.options.bzr_name = 'bzr'
 
41
        bzrlib.commands.install_bzr_command_hooks()
40
42
 
41
43
    def test_man_page(self):
42
44
        try: