Mercurial > hg
view tests/test-strict @ 9682:bd70f645cfb0
patch: initialize all attributes of the hunk class
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 31 Oct 2009 18:01:08 +0100 |
parents | 6c82beaaa11a |
children |
line wrap: on
line source
#!/bin/sh hg init echo a > a hg ci -Ama hg an a echo "[ui]" >> $HGRCPATH echo "strict=True" >> $HGRCPATH hg an a hg annotate a echo % should succeed - up is an alias, not an abbreviation hg up