diff mercurial/help/revsets.txt @ 14692:0be6dc3d8083 stable

help/revsets: clean up whitespace between paragraphs
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Fri, 17 Jun 2011 19:27:40 -0300
parents 9f5a0acb0056
children f9c056f48018
line wrap: on
line diff
--- a/mercurial/help/revsets.txt	Fri Jun 17 19:14:47 2011 -0300
+++ b/mercurial/help/revsets.txt	Fri Jun 17 19:27:40 2011 -0300
@@ -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;