3
"""Tests for revision properties."""
5
from bzrlib.branch import Branch
6
from bzrlib.selftest import TestCaseInTempDir
8
class TestRevProps(TestCaseInTempDir):
9
def test_simple_revprops(self):
10
"""Simple revision properties"""
11
b = Branch.initialize('.')
12
props = dict(flavor='choc-mint',
14
b.commit(message='initial null commit',
19
# TODO: Can't add non-string properties
21
# TODO: Properties are retrieved correctly