log tests/test-ancestor.py @ 29494:3b5389ef5cfe

age author description
Sun, 03 Apr 2016 19:48:47 +0900 Yuya Nishihara tests: alias ui as uimod in test-ancestor
Sat, 02 Apr 2016 17:33:11 +0300 Robert Stanca py3: use print_function in test-ancestor.py
Sun, 06 Dec 2015 22:07:13 -0800 Gregory Szorc tests/test-ancestor: use absolute_import
Fri, 14 Nov 2014 19:40:30 -0800 Siddharth Agarwal ancestor: add a way to remove ancestors of bases from a given set
Fri, 14 Nov 2014 17:21:00 -0800 Siddharth Agarwal ancestor: add a way to add to bases of a missing ancestor object
Sat, 15 Nov 2014 19:26:20 -0800 Siddharth Agarwal test-ancestor: add support for multiple tests against one incremental object
Fri, 14 Nov 2014 23:50:01 -0800 Siddharth Agarwal test-ancestor: move naive missing ancestor algorithm into a class