~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

add topic help to translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
            shadowed_terms.append('%s%s' % (index.prefix,
49
49
                topic_obj.get_help_topic()))
50
50
        source = topics[0][1]
 
51
        print "XXXabout to get_help_text" + str(type(source))
51
52
        outfile.write(source.get_help_text(shadowed_terms))
52
53
    except errors.NoHelpTopic:
53
54
        if alias is None: