Mercurial > hg
view tests/test-issue433 @ 11589:e8d22fe2ddab
protocol: clean up call-like functions in http and ssh clients
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 14 Jul 2010 17:07:10 -0500 |
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