~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-30 18:28:17 UTC
  • mfrom: (5967.10.2 test-cat)
  • Revision ID: pqm@pqm.ubuntu.com-20110630182817-83a5q9r9rxfkdn8r
(mbp) don't use subprocesses for testing cat (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
38
 
 * ``branch-nick`` - Nickname of the branch. This can be specified by the user,
39
 
   but it defaults to the colocated branch name or the branch's directory name.
40
 
   The value is set automatically in ``MutableTree.commit``.
 
38
 * ``branch-nick`` - Nickname of the branch. It's either the directory name
 
39
   or manually set by ``bzr nick``. The value is set automatically in
 
40
   ``MutableTree.commit``.
41
41
 * ``bugs`` - A list of bug URLs and their statuses. The list is separated
42
42
   by the new-line character (\\n) and each entry is in format
43
43
   '<URL> <status>'. Currently, bzrlib uses only status 'fixed'. See