Mercurial > hg
view tests/test-bad-extension @ 4596:8e37342cb05d
patchbomb: flush ui before delegating to pager.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 17 Jun 2007 19:40:02 +0200 |
parents | 01454af644b8 |
children | 96e21337dc03 |
line wrap: on
line source
#!/bin/sh echo 'syntax error' > badext.py abspath=`pwd`/badext.py echo '[extensions]' >> $HGRCPATH echo "badext = $abspath" >> $HGRCPATH hg -q help help