projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8688804
)
Too much trouble to handle Git's lack of dir versioning in test_get_previous_children
author
W. Trevor King
<wking@drexel.edu>
Mon, 18 Jan 2010 13:02:52 +0000
(08:02 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 18 Jan 2010 13:02:52 +0000
(08:02 -0500)
libbe/storage/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/base.py
b/libbe/storage/base.py
index 1b0ceba91c5e4f7c4d99a2609b099677e7cd1721..d88f80267dda0b411042dd4411b196d7b7361edf 100644
(file)
--- a/
libbe/storage/base.py
+++ b/
libbe/storage/base.py
@@
-897,7
+897,7
@@
if TESTING == True:
children = []
for i in range(10):
new_child = str(i)
- self.s.add(new_child, 'parent'
, directory=(i % 2 == 0)
)
+ self.s.add(new_child, 'parent')
self.s.set(new_child, self.val)
revs.append(self.s.commit('%s: %d' % (self.commit_msg, i),
self.commit_body))