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

testcase for issue705 (fixed by 316ce5e85b3e)

parent b0bc8cf4
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
hg init hg init t
cd t
echo foo > a echo foo > a
hg add a hg add a
hg commit -m "1" -d "1000000 0" hg commit -m "1" -d "1000000 0"
...@@ -12,4 +13,5 @@ ...@@ -12,4 +13,5 @@
chmod -w .hg/store/data/a.i chmod -w .hg/store/data/a.i
echo barber > a echo barber > a
hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed 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