28
28
At the moment, three standardized revision properties are recognized and used
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
35
35
* ``author`` - Single author of the change. This property is deprecated in
36
36
favour of ``authors``. It should no longer be set by any code, but will
37
37
still be read. It is ignored if ``authors`` is set in the same revision.
41
41
* ``bugs`` - A list of bug URLs and their statuses. The list is separated
43
43
'<URL> <status>'. Currently, bzrlib uses only status 'fixed'. See
44
44
`Bug Trackers`_ for more details about using this feature.