--- a/tests/test-obsolete.t Mon Jun 25 12:40:42 2012 +0200
+++ b/tests/test-obsolete.t Tue Jun 26 11:11:52 2012 +0200
@@ -5,7 +5,7 @@
> [phases]
> publish=False
> [alias]
- > odiff=diff --rev 'limit(obsparents(.),1)' --rev .
+ > odiff=diff --rev 'limit(precursors(.),1)' --rev .
> [extensions]
> hgext.graphlog=
> EOF
@@ -54,7 +54,7 @@
Test that obsolete parent a properly computed
- $ qlog -r 'obsparents(.)' --hidden
+ $ qlog -r 'precursors(.)' --hidden
2
- 4538525df7e2
$ qlog -r .
@@ -89,7 +89,7 @@
- 4538525df7e2
3
- 0d3f46688ccc
- $ qlog -r 'obsancestors(4)' --hidden
+ $ qlog -r 'allprecursors(4)' --hidden
2
- 4538525df7e2
3