Mercurial > hg
view tests/test-issue433 @ 11221:e655b378ce73 stable
doc: clarify that sections can be split
author | Angel Ezquerra |
---|---|
date | Tue, 25 May 2010 18:19:40 +0200 |
parents | 1de6e7e1bb9f |
children |
line wrap: on
line source
#!/bin/sh # http://mercurial.selenic.com/bts/issue433 hg init a cd a echo a > a hg commit -Ama hg parents -r 0 doesnotexist true