3
3
"""Tests for revision properties."""
5
5
from bzrlib.branch import Branch
8
8
class TestRevProps(TestCaseInTempDir):
9
9
def test_simple_revprops(self):
10
10
"""Simple revision properties"""
13
13
props = dict(flavor='choc-mint',
14
14
condiment='orange\n mint\n\tcandy')