discovery: remove duplication for new remote head discovery
#!/bin/sh# test that 'hg commit' does not crash if the user removes a # newly added filehg initecho This is file a1 > ahg add ahg commit -m "commit #0" -d "1000000 0"touch bhg add brm bhg commit -A -m"comment #1" -d "1000000 0"exit 0