14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24
22
def test_revision_namespaces(self):
25
23
"""Functional tests for hashcache"""
26
24
from bzrlib.errors import NoSuchRevision
27
25
from bzrlib.branch import Branch
29
29
b = Branch('.', init=True)