Skip to content
Snippets Groups Projects
Commit 551958d5082c authored by Benoit Boissinot's avatar Benoit Boissinot
Browse files

testcase for issue705 (fixed by 316ce5e85b3e)

parent b0bc8cf41ffc
No related merge requests found
#!/bin/sh
hg init
hg init t
cd t
echo foo > a
hg add a
hg commit -m "1" -d "1000000 0"
......@@ -12,4 +13,5 @@
chmod -w .hg/store/data/a.i
echo barber > a
hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
chmod -w ../t
hg diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment