/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tests/test_push.py

  • Committer: Jelmer Vernooij
  • Author(s): Chadrik
  • Date: 2010-07-26 14:02:05 UTC
  • mto: (0.312.1 master) (6883.23.1 bundle-git)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20100726140205-m45dyrhi1ifg0fck
Fix 'bzr status' after 'bzr add' in native git working trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        self.assertEquals([], list(self.interrepo.missing_revisions([])))
63
63
 
64
64
    def test_missing_revisions_unknown_stop_rev(self):
65
 
        self.assertEquals([],
66
 
                list(self.interrepo.missing_revisions([(None, "unknown")])))
 
65
        self.assertRaises(errors.NoSuchRevision,
 
66
                self.interrepo.missing_revisions, ["unknown"])