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