~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testbranch.py

  • Committer: Robert Collins
  • Date: 2005-10-02 23:48:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20051002234811-4d9de53b6b5feb2e
reenable test of fetching a branch with ghosts

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        self.assertEqual(len(rev.parent_sha1s), 0)
112
112
        self.assertEqual(rev.parent_ids[0], 'non:existent@rev--ision--0--2')
113
113
 
114
 
# TODO:
 
114
# TODO 20051003 RBC:
115
115
# compare the gpg-to-sign info for a commit with a ghost and 
116
116
#     an identical tree without a ghost
117
117
# fetch missing should rewrite the TOC of weaves to list newly available parents.