Show More
@@ -1,5 +1,3 b'' | |||||
1 | $ "$TESTDIR/hghave" serve || exit 80 |
|
|||
2 |
|
||||
3 | setup repo |
|
1 | setup repo | |
4 | $ hg init t |
|
2 | $ hg init t | |
5 | $ cd t |
|
3 | $ cd t | |
@@ -124,6 +122,7 b' same thing, but run $EDITOR' | |||||
124 |
|
122 | |||
125 | test rollback on served repository |
|
123 | test rollback on served repository | |
126 |
|
124 | |||
|
125 | #if serve | |||
127 | $ hg commit -m "precious commit message" |
|
126 | $ hg commit -m "precious commit message" | |
128 | $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
|
127 | $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | |
129 | $ cat hg.pid >> $DAEMON_PIDS |
|
128 | $ cat hg.pid >> $DAEMON_PIDS | |
@@ -148,6 +147,7 b' presents the correct tip changeset:' | |||||
148 | working directory now based on revision 0 |
|
147 | working directory now based on revision 0 | |
149 | $ hg id default |
|
148 | $ hg id default | |
150 | 791dd2169706 |
|
149 | 791dd2169706 | |
|
150 | #endif | |||
151 |
|
151 | |||
152 | update to older changeset and then refuse rollback, because |
|
152 | update to older changeset and then refuse rollback, because | |
153 | that would lose data (issue2998) |
|
153 | that would lose data (issue2998) |
General Comments 0
You need to be logged in to leave comments.
Login now