Mercurial > hg-stable
view tests/test-issue433 @ 3938:0fab73b3f453
convert-repo: add some smarts
autodetect source and destination repo types
autodetect read and write capabilities of converters
default destination directory (<src>-hg)
default map file (<dest>/.hg/shamap)
more verbose by default
add a -q switch
add IO functions
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 20 Dec 2006 16:31:46 -0600 |
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