Mercurial > hg
view tests/test-commit-copy @ 7649:a489e3a94443
i18n: new build_mo command for setup.py
This command will generate .mo files under locale/ for the .po files
found under i18n/.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Thu, 15 Jan 2009 00:11:54 +0100 |
parents | c0b449154a90 |
children |
line wrap: on
line source
#!/bin/sh hg init dir cd dir echo bleh > bar hg add bar hg ci -m 'add bar' hg cp bar foo echo >> bar hg ci -m 'cp bar foo; change bar' hg debugrename foo hg debugindex .hg/store/data/bar.i