storage:base: add tests to catch grandchildren in .children() output.
authorW. Trevor King <wking@tremily.us>
Thu, 23 Aug 2012 14:35:43 +0000 (10:35 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 23 Aug 2012 14:35:43 +0000 (10:35 -0400)
commit89c608d8e3c5ac48b84057b30614ded4f0183c43
tree435a14ae76955be93974b20642e1111aa34350b0
parent200c02b015b4bee355c71ae2c0563711c5a76863
storage:base: add tests to catch grandchildren in .children() output.

With a tree like:

  a
  `-- b
      `-- c

children(a) should return [b], not [b, c] or [c].  This catches a bug
in the Mercurial backend.  Fix to follow.
libbe/storage/base.py