# HG changeset patch # User Adrian Buehlmann # Date 2012-06-11 17:04:18 # Node ID c76175cd1415cfaa008ca4b3936172510f8dc979 # Parent ccebe526d32167dd948c49ba1e0127a736738af4 test-rollback: enable for Windows but without the part that needs serve diff --git a/tests/test-rollback.t b/tests/test-rollback.t --- a/tests/test-rollback.t +++ b/tests/test-rollback.t @@ -1,5 +1,3 @@ - $ "$TESTDIR/hghave" serve || exit 80 - setup repo $ hg init t $ cd t @@ -124,6 +122,7 @@ same thing, but run $EDITOR test rollback on served repository +#if serve $ hg commit -m "precious commit message" $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log $ cat hg.pid >> $DAEMON_PIDS @@ -148,6 +147,7 @@ presents the correct tip changeset: working directory now based on revision 0 $ hg id default 791dd2169706 +#endif update to older changeset and then refuse rollback, because that would lose data (issue2998)