# HG changeset patch
# User Dan Villiom Podlaski Christiansen \n%s %s\n \n%s\n \n%s\n\n%s\n
\n' % '\n'.join(lines))
+ out.append('\n%s\n
\n' % escape('\n'.join(lines)))
elif btype == 'section':
i = b['underline']
if i not in headernest:
headernest += i
level = headernest.index(i) + 1
- out.append('%s ' % v)
+ for v in row:
+ l.append('%s ' % escape(v))
t.append(' %s \n' % ''.join(l))
out.append('\n%s
\n' % ''.join(t))
elif btype == 'definition':
openlist('dl', level)
- term = lines[0]
- text = ' '.join(map(str.strip, lines[1:]))
+ term = escape(lines[0])
+ text = escape(' '.join(map(str.strip, lines[1:])))
out.append('
The files will be added to the repository at the next commit. To - undo an add before that, see "hg forget". + undo an add before that, see "hg forget".
If no names are given, add all files to the repository. @@ -1633,8 +1633,8 @@ Dish up an empty repo; serve it cold.
This command schedules the files to be removed at the next commit. - To undo a remove before that, see "hg revert". To undo added - files, see "hg forget". + To undo a remove before that, see "hg revert". To undo added + files, see "hg forget".
Returns 0 on success, 1 if any warnings encountered. @@ -1754,20 +1754,20 @@ Dish up an empty repo; serve it cold. Any other string is treated as a bookmark, tag, or branch name. A bookmark is a movable pointer to a revision. A tag is a permanent name associated with a revision. A branch name denotes the tipmost revision - of that branch. Bookmark, tag, and branch names must not contain the ":" + of that branch. Bookmark, tag, and branch names must not contain the ":" character.
- The reserved name "tip" always identifies the most recent revision. + The reserved name "tip" always identifies the most recent revision.
- The reserved name "null" indicates the null revision. This is the + The reserved name "null" indicates the null revision. This is the revision of an empty repository, and the parent of revision 0.
- The reserved name "." indicates the working directory parent. If no + The reserved name "." indicates the working directory parent. If no working directory is checked out, it is equivalent to null. If an - uncommitted merge is in progress, "." is the revision of the first + uncommitted merge is in progress, "." is the revision of the first parent.
diff --git a/tests/test-minirst.py.out b/tests/test-minirst.py.out --- a/tests/test-minirst.py.out +++ b/tests/test-minirst.py.out @@ -605,7 +605,7 @@ Please see "hg add". html format: -----------------------------------------------------------------------Please see "hg add". +Please see "hg add".
---------------------------------------------------------------------- @@ -645,7 +645,7 @@ html format: