view tests/test-merge3.out @ 774:6592c4f5cd4f

Change sed patterns in tests to strip dates after spaces or tabs
author mpm@selenic.com
date Tue, 26 Jul 2005 19:03:45 -0800
parents 61ed30e82b27
children 122449dd89db
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'
removing b
b never committed!