Mercurial > hg-stable
comparison tests/test-log.t @ 18468:275224c6e89c stable
tests: add regression tests for another revrange edge case
These tests would've passed before ac0c12123743 and e441657b372b.
Inserting them to make sure that continues to be the case.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Wed, 23 Jan 2013 11:55:39 -0600 |
parents | ac0c12123743 |
children | e945bcb87973 |
comparison
equal
deleted
inserted
replaced
18467:e441657b372b | 18468:275224c6e89c |
---|---|
1302 $ hg log -r :null | 1302 $ hg log -r :null |
1303 changeset: -1:000000000000 | 1303 changeset: -1:000000000000 |
1304 user: | 1304 user: |
1305 date: Thu Jan 01 00:00:00 1970 +0000 | 1305 date: Thu Jan 01 00:00:00 1970 +0000 |
1306 | 1306 |
1307 $ hg log -r null:null | |
1308 changeset: -1:000000000000 | |
1309 user: | |
1310 date: Thu Jan 01 00:00:00 1970 +0000 | |
1311 | |
1307 | 1312 |
1308 $ cd .. | 1313 $ cd .. |