Mercurial > hg
changeset 5057:99a4592ea886
The >| redirection does not exist in plain sh.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 02 Aug 2007 14:51:49 +0200 |
parents | 34a54cc5df1b |
children | 2ef14e29e538 |
files | tests/test-double-merge |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-double-merge Thu Aug 02 14:04:51 2007 +0200 +++ b/tests/test-double-merge Thu Aug 02 14:51:49 2007 +0200 @@ -15,7 +15,7 @@ # 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"