~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/doc_generate/builders/texinfo.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-24 13:19:39 UTC
  • mfrom: (6474.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20120224131939-1xmcon49f1wzfzyz
(vila) Merge 2.5 branch after 2.5.0 freeze and 2.5.1 opening (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
 
43
43
def setup(app):
 
44
    import pdb; pdb.set_trace()
44
45
    app.add_builder(TexinfoBuilder)