Rev 4356: (igc) Use inline literals for EOL documentation (Gary Wilson) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed May 13 15:38:21 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4356
revision-id: pqm at pqm.ubuntu.com-20090513143815-8zkjotd6yj8thy22
parent: pqm at pqm.ubuntu.com-20090513053911-fjajgycew5in8q5s
parent: ian.clatworthy at canonical.com-20090513134248-yz4vfmxd0iifzgy4
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2009-05-13 15:38:15 +0100
message:
(igc) Use inline literals for EOL documentation (Gary Wilson)
modified:
bzrlib/help_topics/en/eol.txt eol.txt-20090327060429-todzdjmqt3bpv5r8-3
------------------------------------------------------------
revno: 4355.1.1
revision-id: ian.clatworthy at canonical.com-20090513134248-yz4vfmxd0iifzgy4
parent: pqm at pqm.ubuntu.com-20090513053911-fjajgycew5in8q5s
parent: gary.wilson at gmail.com-20090512020115-4oho2q6qxqvee2at
committer: Ian Clatworthy <ian.clatworthy at canonical.com>
branch nick: integration
timestamp: Wed 2009-05-13 23:42:48 +1000
message:
(igc) Use inline literals for EOL documentation (Gary Wilson)
modified:
bzrlib/help_topics/en/eol.txt eol.txt-20090327060429-todzdjmqt3bpv5r8-3
------------------------------------------------------------
revno: 4351.2.1
revision-id: gary.wilson at gmail.com-20090512020115-4oho2q6qxqvee2at
parent: pqm at pqm.ubuntu.com-20090512001525-dnk0gpt8n0h8rbvb
committer: Gary Wilson Jr. <gary.wilson at gmail.com>
branch nick: eol-doc-fixes
timestamp: Mon 2009-05-11 21:01:15 -0500
message:
In EOL documentation, used inline literal syntax for "lf" and "clrf".
modified:
bzrlib/help_topics/en/eol.txt eol.txt-20090327060429-todzdjmqt3bpv5r8-3
=== modified file 'bzrlib/help_topics/en/eol.txt'
--- a/bzrlib/help_topics/en/eol.txt 2009-04-02 04:12:11 +0000
+++ b/bzrlib/help_topics/en/eol.txt 2009-05-12 02:01:15 +0000
@@ -14,17 +14,17 @@
To configure which files to filter, set ``eol`` to one of the values below.
(If a value is not set, ``exact`` is the default.)
- ============== ============================== ======================
- Value Checkout end-of-lines as Commit end-of-lines as
- ============== ============================== ======================
- native crlf on Windows, lf otherwise lf
- -------------- ------------------------------ ----------------------
- lf lf lf
- -------------- ------------------------------ ----------------------
- crlf crlf lf
- -------------- ------------------------------ ----------------------
- exact No conversion exactly as in file
- ============== ============================== ======================
+ ========== ===================================== ======================
+ Value Checkout end-of-lines as Commit end-of-lines as
+ ========== ===================================== ======================
+ ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``
+ ---------- ------------------------------------- ----------------------
+ ``lf`` ``lf`` ``lf``
+ ---------- ------------------------------------- ----------------------
+ ``crlf`` ``crlf`` ``lf``
+ ---------- ------------------------------------- ----------------------
+ ``exact`` No conversion Exactly as in file
+ ========== ===================================== ======================
Note: For safety reasons, no conversion is applied to any file where a null
byte is detected in the file.
@@ -82,20 +82,21 @@
supported yet.)
If you have an existing repository with text files already stored using
-Windows newline conventions (crlf), then you may want to keep using that
+Windows newline conventions (``crlf``), then you may want to keep using that
convention in the repository. Forcing certain files to this convention
may also help users who do not have rules configured. To do this, set
``eol`` to one of the values below.
- ========================= ============================== ======================
- Value Checkout end-of-lines as Commit end-of-lines as
- ========================= ============================== ======================
- native-with-crlf-in-repo crlf on Windows, lf otherwise crlf
- ------------------------- ------------------------------ ----------------------
- lf-with-crlf-in-repo lf crlf
- ------------------------- ------------------------------ ----------------------
- crlf-with-crlf-in-repo crlf crlf
- ========================= ============================== ======================
+ ============================ ======================== ======================
+ Value Checkout end-of-lines as Commit end-of-lines as
+ ============================ ======================== ======================
+ ``native-with-crlf-in-repo`` ``crlf`` on Windows, ``crlf``
+ ``lf`` otherwise
+ ---------------------------- ------------------------ ----------------------
+ ``lf-with-crlf-in-repo`` ``lf`` ``crlf``
+ ---------------------------- ------------------------ ----------------------
+ ``crlf-with-crlf-in-repo`` ``crlf`` ``crlf``
+ ============================ ======================== ======================
For users working on an existing project that uses Windows newline
conventions in their Bazaar repository, this rule is suggested as a
@@ -104,7 +105,7 @@
[name *]
eol = native-with-crlf-in-repo
-For new projects, it is recommended that end-of-lines be stored as lf
+For new projects, it is recommended that end-of-lines be stored as ``lf``
and that users stick to the basic settings, i.e. ``native``, ``lf``,
``crlf`` and ``exact``.
More information about the bazaar-commits
mailing list