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

remove debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
            # translate the usage string.
475
475
            # Though, bzr export-pot don't exports :Usage: section and it must
476
476
            # not be translated.
477
 
            print "running gettext on doc >>>" + doc + "<<<"
478
477
            doc = self.gettext(doc)
479
478
        else:
480
479
            doc = gettext("No help for this command.")