52
52
(u'tree/a/b', 'tree,1', 'add')],
53
53
list(node.get_history()))
55
self.assertEqual([('', urllib.quote(CURRENT_REVISION), 'add')], list(node.get_history()))
55
self.assertEqual([('', CURRENT_REVISION, 'add')], list(node.get_history()))
57
57
def test_get_dir_history(self):
58
58
self.commit_foo_bar_baz()