# HG changeset patch # User timeless # Date 1450464745 0 # Node ID 5df74b2f296df7f44a08106df4f9dd97a5aa726a # Parent f209c85183a72873a9428e2f68b617e56bd09d7f diff: clarify comparison as first parent diff -r f209c85183a7 -r 5df74b2f296d mercurial/commands.py --- 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. diff -r f209c85183a7 -r 5df74b2f296d tests/test-help.t --- a/tests/test-help.t Fri Dec 18 06:19:22 2015 +0000 +++ b/tests/test-help.t Fri Dec 18 18:52:25 2015 +0000 @@ -505,7 +505,7 @@ When two revision arguments are given, then changes are shown 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. + the working directory files are compared 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.