Mercurial > hg
view tests/test-issue1089 @ 11225:d6dbd5e4ee72
ui.username(): expand environment variables in username configuration value.
note: expansion of config variables must be handled on a case-by-case basis
because they can contain arbitrary data that may not be desirable to expand.
author | Chad Dombrova <chadrik@gmail.com> |
---|---|
date | Wed, 26 May 2010 14:03:29 -0700 |
parents | 2268edff1bec |
children |
line wrap: on
line source
#!/bin/sh hg init a cd a mkdir a echo a > a/b hg ci -Am m hg rm a hg ci -m m a mkdir a b echo a > a/b hg ci -Am m hg rm a cd b # relative delete hg ci -m m ../a