##// END OF EJS Templates
revset: add test demonstrating a bug with commonancestor()...
Valentin Gatien-Baron -
r39858:572cd30e stable
parent child Browse files
Show More
@@ -1063,6 +1063,14 b' test common ancestors'
1063 8
1063 8
1064 9
1064 9
1065
1065
1066 $ hg log -T '{rev}\n' -r 'commonancestors(8 + 9)'
1067 0
1068 1
1069 2
1070 4
1071 8
1072 9
1073
1066 test ancestor variants of empty revision
1074 test ancestor variants of empty revision
1067
1075
1068 $ log 'ancestor(none())'
1076 $ log 'ancestor(none())'
General Comments 0
You need to be logged in to leave comments. Login now