copy & rename can ignore removed source files
As mercurial now distinguishes deleted files from removed files,
we can skip removed source files while copying or renaming.
#!/bin/shhg initecho This is file a1 > ahg add ahg commit -m "commit #0" -d "0 0"touch bhg add brm bhg commit -A -m"comment #1" -d "0 0"