diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
commit | f9791b79e721215eabce7188d0fbd211cd206e5f (patch) | |
tree | 6e68a4867a47376a79d34d6507912b3b5c3f12e5 /doc/branch.rst | |
parent | 6805865a8e884bb97fc02d628cc4c2b3dd246c6e (diff) | |
download | python-coveragepy-git-f9791b79e721215eabce7188d0fbd211cd206e5f.tar.gz |
Turn all the history into comments.
Diffstat (limited to 'doc/branch.rst')
-rw-r--r-- | doc/branch.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/branch.rst b/doc/branch.rst index 8b585893..2738447e 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -4,10 +4,10 @@ Branch coverage measurement =========================== -:history: 20091127T201300, new for version 3.2 -:history: 20100725T211700, updated for 3.4. -:history: 20110604T181700, updated for 3.5. -:history: 20111214T181800, Fix a bug that Guido pointed out. +.. :history: 20091127T201300, new for version 3.2 +.. :history: 20100725T211700, updated for 3.4. +.. :history: 20110604T181700, updated for 3.5. +.. :history: 20111214T181800, Fix a bug that Guido pointed out. .. highlight:: python :linenothreshold: 5 |