Mercurial > hg
view tests/test-strict @ 10106:cb3f6da91646
bookmarks: write() can simply access repo._bookmarks
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 21 Dec 2009 15:23:03 +0900 |
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