Show More
@@ -1674,7 +1674,7 b' Test unfound keyword' | |||||
1674 | Test omit indicating for help |
|
1674 | Test omit indicating for help | |
1675 |
|
1675 | |||
1676 | $ cat > addverboseitems.py <<EOF |
|
1676 | $ cat > addverboseitems.py <<EOF | |
1677 | > '''extension to test omit indicating. |
|
1677 | > r'''extension to test omit indicating. | |
1678 | > |
|
1678 | > | |
1679 | > This paragraph is never omitted (for extension) |
|
1679 | > This paragraph is never omitted (for extension) | |
1680 | > |
|
1680 | > | |
@@ -1687,7 +1687,7 b' Test omit indicating for help' | |||||
1687 | > ''' |
|
1687 | > ''' | |
1688 | > from __future__ import absolute_import |
|
1688 | > from __future__ import absolute_import | |
1689 | > from mercurial import commands, help |
|
1689 | > from mercurial import commands, help | |
1690 | > testtopic = b"""This paragraph is never omitted (for topic). |
|
1690 | > testtopic = br"""This paragraph is never omitted (for topic). | |
1691 | > |
|
1691 | > | |
1692 | > .. container:: verbose |
|
1692 | > .. container:: verbose | |
1693 | > |
|
1693 | > |
General Comments 0
You need to be logged in to leave comments.
Login now