view tests/test-backwards-remove @ 618:4051b78c53c7

Handle unrecognised options correctly. # HG changeset patch # User Bryan O'Sullivan <bos@serpentine.com> # Node ID 837a023781a0228e5791e8e278129d2d54d13f99 # Parent d2994b5298fb20f87dc1d4747635b280db3c0526 Handle unrecognised options correctly.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 04 Jul 2005 12:39:35 -0800
parents 4862a134e2c2
children 7e4843b7efd2
line wrap: on
line source

#!/bin/sh -x
hg init
echo This is file a1 > a
hg add a
hg commit -t "commit #0" -d "0 0" -u user
ls
echo This is file b1 > b
hg add b
hg commit -t "commit #1" -d "0 0" -u user
hg co 0
# B should disappear
ls