# HG changeset patch
# User Wagner Bruna <wbruna@softwareexpress.com.br>
# Date 1308349660 10800
#      Fri Jun 17 19:27:40 2011 -0300
# Branch stable
# 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 @@
 
 ``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;