mercurial/commands.py
changeset 27568 34b01a51bd42
parent 27562 cb0cfa9fd340
child 27570 44f717c87903
--- a/mercurial/commands.py	Mon Dec 28 16:01:31 2015 +0000
+++ b/mercurial/commands.py	Wed Dec 23 19:07:34 2015 +0000
@@ -5303,10 +5303,10 @@
 
     This command is equivalent to::
 
-        hg log -r "parents()" or
-        hg log -r "parents(REV)" or
-        hg log -r "max(file(FILE))" or
-        hg log -r "max(::REV and file(FILE))"
+        hg log -r "p1()+p2()" or
+        hg log -r "p1(REV)+p2(REV)" or
+        hg log -r "max(::p1() and file(FILE))+max(::p2() and file(FILE))" or
+        hg log -r "max(::p1(REV) and file(FILE))+max(::p2(REV) and file(FILE))"
 
     See :hg:`summary` and :hg:`help revsets` for related information.