Mercurial > hg
view tests/test-issue433 @ 10422:600142e7a028
util: fix trailing whitespace found by check-code
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 08 Feb 2010 08:18:49 -0600 |
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