Rev 5914: (jameinel) Properly escape a newline character in the docs. (Jonathan in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed May 25 15:38:32 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5914 [merge]
revision-id: pqm at pqm.ubuntu.com-20110525153829-l6j2dhwtdwdkwqhb
parent: pqm at pqm.ubuntu.com-20110525144343-nwzwh86cuiscjw6n
parent: jriddell at canonical.com-20110525130726-rgvup0ktqxn4ct9r
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2011-05-25 15:38:29 +0000
message:
  (jameinel) Properly escape a newline character in the docs. (Jonathan
   Riddell)
modified:
  doc/developers/revision-properties.txt revisionproperties.t-20070807133526-w57m8zv5o7t5kugm-1
=== modified file 'doc/developers/revision-properties.txt'
--- a/doc/developers/revision-properties.txt	2009-03-25 16:53:14 +0000
+++ b/doc/developers/revision-properties.txt	2011-05-25 13:07:26 +0000
@@ -28,7 +28,7 @@
 At the moment, three standardized revision properties are recognized and used
 by bzrlib:
 
- * ``authors`` - Authors of the change. This value is a "\n" separated set
+ * ``authors`` - Authors of the change. This value is a "\\n" separated set
    of values in the same format as the committer-id. This property can be
    set by passing a list to the keyword argument ``authors`` of the function
    ``MutableTree.commit``.
@@ -39,7 +39,7 @@
    or manually set by ``bzr nick``. The value is set automatically in
    ``MutableTree.commit``.
  * ``bugs`` - A list of bug URLs and their statuses. The list is separated
-   by the new-line character (\n) and each entry is in format
+   by the new-line character (\\n) and each entry is in format
    '<URL> <status>'. Currently, bzrlib uses only status 'fixed'. See
    `Bug Trackers`_ for more details about using this feature.
 




More information about the bazaar-commits mailing list