Mercurial > hg
view tests/test-basic @ 5823:2a66138c5e7e
keyword: (bugfix) only set changenode for kwtemplater when committing
kwexpand must always obtain changenode from filectx,
otherwise current changenode is expanded in every file.
Also fixes "hg cat <more than 1 file>".
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 09 Jan 2008 05:18:50 +0100 |
parents | ad3d5b4367cb |
children |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m test -d "1000000 0" hg history hg manifest --debug hg cat a hg verify