Mercurial > hg
view tests/test-issue1089 @ 9313:8736b1c853ff
notify: do not mime encode multipart templates
Mulitpart templates should take care of this themselves.
See http://www.selenic.com/pipermail/mercurial/2009-July/027017.html
Also catch potential parsing errors gracefully.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 05 Aug 2009 17:19:08 +0200 |
parents | 2268edff1bec |
children |
line wrap: on
line source
#!/bin/sh hg init a cd a mkdir a echo a > a/b hg ci -Am m hg rm a hg ci -m m a mkdir a b echo a > a/b hg ci -Am m hg rm a cd b # relative delete hg ci -m m ../a