diff mercurial/commands.py @ 27452:5df74b2f296d

diff: clarify comparison as first parent
author timeless <timeless@mozdev.org>
date Fri, 18 Dec 2015 18:52:25 +0000
parents 71d0fd3c2e24
children 8914296e74a2
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Dec 18 06:19:22 2015 +0000
+++ b/mercurial/commands.py	Fri Dec 18 18:52:25 2015 +0000
@@ -3541,7 +3541,7 @@
     between those revisions. If only one revision is specified then
     that revision is compared to the working directory, and, when no
     revisions are specified, the working directory files are compared
-    to its parent.
+    to its first parent.
 
     Alternatively you can specify -c/--change with a revision to see
     the changes in that changeset relative to its first parent.