# HG changeset patch # User Wagner Bruna # Date 2011-06-17 22:27:40 # Node ID 0be6dc3d80833c4bd14b10895e854ceb2bdd8721 # Parent b1efd75cdafe9fe28cd4bcd666f67fc392dd7188 help/revsets: clean up whitespace between paragraphs diff --git a/mercurial/help/revsets.txt b/mercurial/help/revsets.txt --- a/mercurial/help/revsets.txt +++ b/mercurial/help/revsets.txt @@ -42,7 +42,7 @@ These are the supported infix operators: ``x - y`` Changesets in x but not in y. - + ``x^n`` The nth parent of x, n == 0, 1, or 2. For n == 0, x; for n == 1, the first parent of each changeset in x;