~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-12-21 21:27:34 UTC
  • mfrom: (6385.1.7 906897-quoting-stores)
  • Revision ID: pqm@pqm.ubuntu.com-20111221212734-aea6s92gkpux3fky
(vila) Stores allow Stacks to control when values are quoted/unquoted
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

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