+ hg init + echo This is file a1 + hg add a + hg commit -m 'commit #0' -d '0 0' + touch b + hg add b + rm b + hg commit -A '-mcomment #1' -d '0 0' b never committed!