[CHANGE] Ensure that the hg logs are ordered in the desired way:
authorRobin Luckey <robin@ohloh.net>
Wed, 4 Feb 2009 23:29:14 +0000 (15:29 -0800)
committerRobin Luckey <robin@ohloh.net>
Wed, 4 Feb 2009 23:29:14 +0000 (15:29 -0800)
commit4a5f0ee7827d0d7aecbd6907eb61f5d0408b49c2
treea82b9d4bde47f709649a918ef91261ed85d238ae
parent6ee3fefc76c5bb42c01ce85826b80d7f4374af32
[CHANGE] Ensure that the hg logs are ordered in the desired way:
           1. oldest first (parents before children)
           2. first parent before branch parents
           3. use the --follow behavior so that only actual ancestors are returned
19 files changed:
lib/scm/adapters/hg/commits.rb
test/repositories/graph.tgz [deleted file]
test/repositories/hg_walk/.hg/00changelog.i [new file with mode: 0644]
test/repositories/hg_walk/.hg/branch [new file with mode: 0644]
test/repositories/hg_walk/.hg/branch.cache [new file with mode: 0644]
test/repositories/hg_walk/.hg/dirstate [new file with mode: 0644]
test/repositories/hg_walk/.hg/merge/69e27356ef629022720d868ab0c0e3394775b6c1 [new file with mode: 0644]
test/repositories/hg_walk/.hg/merge/state [new file with mode: 0644]
test/repositories/hg_walk/.hg/requires [new file with mode: 0644]
test/repositories/hg_walk/.hg/store/00changelog.i [new file with mode: 0644]
test/repositories/hg_walk/.hg/store/00manifest.i [new file with mode: 0644]
test/repositories/hg_walk/.hg/store/data/_r_e_a_d_m_e.i [new file with mode: 0644]
test/repositories/hg_walk/.hg/store/fncache [new file with mode: 0644]
test/repositories/hg_walk/.hg/store/undo [new file with mode: 0644]
test/repositories/hg_walk/.hg/undo.branch [new file with mode: 0644]
test/repositories/hg_walk/.hg/undo.dirstate [new file with mode: 0644]
test/repositories/hg_walk/README [new file with mode: 0644]
test/unit/git_rev_list_test.rb
test/unit/hg_rev_list_test.rb [new file with mode: 0644]