~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/po_merge/po_merge.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-29 10:13:56 UTC
  • mto: (6321.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6322.
  • Revision ID: v.ladeuil+lp@free.fr-20111129101356-g3iz91m627wgf2ze
Better fix README, add 'debian/po' to the 'po_merge.po_dirs' default value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
 
60
60
config.option_registry.register(config.Option(
61
 
        'po_merge.po_dirs', default='po,',
 
61
        'po_merge.po_dirs', default='po,debian/po',
62
62
        from_unicode=config.list_from_store,
63
63
        help='List of dirs containing .po files that the hook applies to.'))
64
64