~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/translations-export-to-branch.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-11-19 18:24:30 UTC
  • mfrom: (11942.1.3 bug-669831)
  • Revision ID: launchpad@pqm.canonical.com-20101119182430-n05ccw98nqp30ydb
[r=allenap][ui=none][bug=669831] Export POFiles to bzr branch when
        only a template is changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    >>> script.simulated_latest_commit = now
187
187
    >>> main_pofile.date_changed = now - timedelta(days=3)
188
188
    >>> module_pofile.date_changed = now - timedelta(days=4)
 
189
    >>> module_pofile.potemplate.date_last_updated = now - timedelta(days=5)
 
190
    >>> transaction.commit()
189
191
    >>> old_pofile.date_changed = now - timedelta(days=5)
190
192
 
191
193
    >>> script.main()