~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testrevisionnamespaces.py

merge up with martin I hope... default merge base told me I was adding builtins.py ..

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class TestRevisionNamespaces(TestCaseInTempDir):
24
24
    def test_revision_namespaces(self):
25
 
        """Functional tests for hashcache"""
 
25
        """Test revision specifiers.
 
26
 
 
27
        These identify revisions by date, etc."""
26
28
        from bzrlib.errors import NoSuchRevision
27
29
        from bzrlib.branch import Branch
28
30
        from bzrlib.revisionspec import RevisionSpec