# HG changeset patch # User Franz Glasner # Date 1546637978 -3600 # Node ID 5b4acabe2c9eb1320f1bc2ce673af1e0f0ff27c8 # Parent b4920c0ed54dfdb8fdb7d93eda27a88117e1ce6f Use the canonical "hg commit" instead of "hg ci" diff -r b4920c0ed54d -r 5b4acabe2c9e tests/lib-test-timestamps.sh --- a/tests/lib-test-timestamps.sh Fri Jan 04 22:38:37 2019 +0100 +++ b/tests/lib-test-timestamps.sh Fri Jan 04 22:39:38 2019 +0100 @@ -51,7 +51,7 @@ timestamps=$LOCAL_TESTDIR/../extensions/timestamps.py EOF hg add .hgtimestamps - hg ci -m 'Activate timestamps' + hg commit -m 'Activate timestamps' if [ "$SHOW_OUTPUT" = "1" ]; then echo "# Check that .hgtimestamps.db is created and included automatically" hg manifest @@ -64,7 +64,7 @@ mkdir untracked-directory touch -d 2017-12-01T01:02:03Z untracked-directory/untracked.txt hg add untracked-directory/untracked.txt - hg ci -m 'Add a tracked and untracked file' + hg commit -m 'Add a tracked and untracked file' if [ "$SHOW_OUTPUT" = "1" ]; then echo "# Check the content of .hgtimestamps.db" cat .hgtimestamps.db @@ -73,7 +73,7 @@ CHANGED EOF touch -d 2017-12-01T02:03:04Z files/test1.txt - hg ci -m 'Changed the ts-tracked file' + hg commit -m 'Changed the ts-tracked file' if [ "$SHOW_OUTPUT" = "1" ]; then echo "# Check the content of .hgtimestampb.db after changing" cat .hgtimestamps.db @@ -81,14 +81,14 @@ cat >>untracked-directory/untracked.txt <>files/test2.txt $ touch -d 2018-01-01T11:12:13Z files/test2.txt - $ hg ci -m 'Explicit ci of test1.txt' files/test1.txt + $ hg commit -m 'Explicit ci of test1.txt' files/test1.txt $ hg status M files/test2.txt $ cat .hgtimestamps.db