~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_foreign.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-16 08:41:33 UTC
  • mto: (5777.7.6 bound-commit-lossy)
  • mto: This revision was merged to the branch mainline in revision 5791.
  • Revision ID: jelmer@samba.org-20110416084133-fyadgwoile0sjhp7
Fix revision id generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                (str(self._timestamp), str(self._timezone), "UNKNOWN"))
111
111
            self.random_revid = False
112
112
        else:
113
 
            self._new_revision_id = None
 
113
            self._new_revision_id = self._gen_revision_id()
114
114
            self.random_revid = True
115
115
 
116
116