This revision was automatically updated to reflect the committed changes.
Closed by commit rHG572cd30eaffb: revset: add test demonstrating a bug with 
commonancestor() (authored by valentin.gatienbaron, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4737?vs=11354&id=11363

REVISION DETAIL
  https://phab.mercurial-scm.org/D4737

AFFECTED FILES
  tests/test-revset.t

CHANGE DETAILS

diff --git a/tests/test-revset.t b/tests/test-revset.t
--- a/tests/test-revset.t
+++ b/tests/test-revset.t
@@ -1063,6 +1063,14 @@
   8
   9
 
+  $ hg log -T '{rev}\n' -r 'commonancestors(8 + 9)'
+  0
+  1
+  2
+  4
+  8
+  9
+
 test ancestor variants of empty revision
 
   $ log 'ancestor(none())'



To: valentin.gatienbaron, #hg-reviewers
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to