~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/revision-properties.txt

  • Committer: INADA Naoki
  • Date: 2011-05-05 09:15:34 UTC
  • mto: (5830.3.3 i18n-msgfmt)
  • mto: This revision was merged to the branch mainline in revision 5873.
  • Revision ID: songofacandy@gmail.com-20110505091534-7sv835xpofwrmpt4
Add update-pot command to Makefile and tools/bzrgettext script that
extracts help text from bzr commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
At the moment, three standardized revision properties are recognized and used
29
29
by bzrlib:
30
30
 
31
 
 * ``authors`` - Authors of the change. This value is a "\\n" separated set
 
31
 * ``authors`` - Authors of the change. This value is a "\n" separated set
32
32
   of values in the same format as the committer-id. This property can be
33
33
   set by passing a list to the keyword argument ``authors`` of the function
34
34
   ``MutableTree.commit``.
39
39
   or manually set by ``bzr nick``. The value is set automatically in
40
40
   ``MutableTree.commit``.
41
41
 * ``bugs`` - A list of bug URLs and their statuses. The list is separated
42
 
   by the new-line character (\\n) and each entry is in format
 
42
   by the new-line character (\n) and each entry is in format
43
43
   '<URL> <status>'. Currently, bzrlib uses only status 'fixed'. See
44
44
   `Bug Trackers`_ for more details about using this feature.
45
45