~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisionnamespaces.py

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
        These identify revisions by date, etc."""
33
33
 
34
 
        b = Branch.initialize('.')
 
34
        b = Branch.initialize(u'.')
35
35
 
36
36
        b.working_tree().commit('Commit one', rev_id='a@r-0-1', timestamp=time.time() - 60*60*24)
37
37
        b.working_tree().commit('Commit two', rev_id='a@r-0-2')