The >| redirection does not exist in plain sh.

This commit is contained in:
Thomas Arendsen Hein 2007-08-02 14:51:49 +02:00
parent e1556e1cd2
commit 7f36ffc2b5

View File

@ -15,7 +15,7 @@ hg ci -m 'cp foo bar; change both' -d "1000000 0"
# in another branch, change foo in a way that doesn't conflict with
# the other changes
hg up -qC 0
echo line 0 >| foo
echo line 0 > foo
hg cat foo >> foo
hg ci -m 'change foo' -d "1000000 0"