Mercurial > hg
comparison tests/test-update-reverse @ 1443:3a0b69ea5708
Remove deprecated commit -t option
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 24 Oct 2005 20:42:20 -0700 |
parents | 2073e5a71008 |
children | 7544700fd931 |
comparison
equal
deleted
inserted
replaced
1442:d32dbf86b88d | 1443:3a0b69ea5708 |
---|---|
5 hg add a | 5 hg add a |
6 hg commit -m "Added a" -d "0 0" | 6 hg commit -m "Added a" -d "0 0" |
7 | 7 |
8 touch main | 8 touch main |
9 hg add main | 9 hg add main |
10 hg commit -t "Added main" -d "0 0" | 10 hg commit -m "Added main" -d "0 0" |
11 hg checkout 0 | 11 hg checkout 0 |
12 | 12 |
13 echo Main should be gone | 13 echo Main should be gone |
14 ls | 14 ls |
15 | 15 |