view tests/test-merge3.out @ 755:87e2b094ab86

Show filenames for hg export in verbose mode on a separate lines. This makes parsing by external tools much easier.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 22 Jul 2005 07:42:47 +0100
parents 7e4843b7efd2
children 61ed30e82b27
line wrap: on
line source

+ hg init
+ echo This is file a1
+ hg add a
+ hg commit -m 'commit #0' -d '0 0'
+ touch b
+ hg add b
+ rm b
+ hg commit -A '-mcomment #1' -d '0 0'
b never committed!