add +x to test-update-renames, removed by the merge on 24ed7a541f23
#!/bin/sh# test update logic when there are renames# update with local changes across a file renamehg init acd aecho a > ahg add ahg ci -m ahg mv a bhg ci -m renameecho b > bhg ci -m changehg up -q 0echo c > ahg upcd ..