293
293
def test_log_nonexistent_revno(self):
294
294
self.make_minimal_branch()
296
296
"does not exist in branch:"],
299
299
def test_log_nonexistent_dotted_revno(self):
300
300
self.make_minimal_branch()
302
302
"does not exist in branch:"],
305
305
def test_log_change_nonexistent_revno(self):
306
306
self.make_minimal_branch()
308
308
"does not exist in branch:"],
311
311
def test_log_change_nonexistent_dotted_revno(self):
312
312
self.make_minimal_branch()
314
314
"does not exist in branch:"],