Mercurial > hg
view tests/test-issue433 @ 11349:cf8a9154a362
revset: fix call to ctx.extra() in closed()
author | Georg Brandl <georg@python.org> |
---|---|
date | Sun, 13 Jun 2010 23:25:27 +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