Mercurial > public > mercurial-scm > hg-stable
view tests/test-issue433 @ 9037:a232b90ffb51
compat: remove unnecessary diamond-shaped multiple inheritance
author | Alejandro Santos <alejolp@alejolp.com> |
---|---|
date | Sun, 05 Jul 2009 11:06:41 +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