##// END OF EJS Templates
revset: fix commonancestor test so it demonstrates correct behavior...
Valentin Gatien-Baron -
r39857:f28812c7 stable
parent child Browse files
Show More
@@ -1049,7 +1049,7 b' test common ancestors'
1049 2
1049 2
1050 4
1050 4
1051
1051
1052 $ hg log -T '{rev}\n' -r 'commonancestors(head())'
1052 $ hg log -T '{rev}\n' -r 'commonancestors(heads(all()))'
1053 0
1053 0
1054 1
1054 1
1055 2
1055 2
General Comments 0
You need to be logged in to leave comments. Login now