Mercurial > hg
view tests/test-issue433 @ 4333:4f721e96f1de
Add test for issue 529 - "mq aborts when merging patch deleting files".
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sat, 07 Apr 2007 19:42:26 +0100 |
parents | 199dcb97a5b6 |
children | 7a7d4937272b |
line wrap: on
line source
#!/bin/sh # http://www.selenic.com/mercurial/bts/issue433 hg init a cd a echo a > a hg commit -Ama hg parents -r 0 doesnotexist true