Mercurial > hg
view tests/test-requires @ 10194:a275c3997e03 stable
Added signature for changeset 296a0b14a686
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 01 Jan 2010 17:58:35 -0600 |
parents | 8f18e31c4441 |
children |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m test -d "1000000 0" rm .hg/requires hg tip echo indoor-pool > .hg/requires hg tip true