Mercurial > hg
view tests/test-xdg.t @ 51706:541292a02e09
rust: change minimum supported version everywhere applicable
This will help users and downstream packaging.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 14:25:23 +0200 |
parents | a4b3b8dee0a8 |
children |
line wrap: on
line source
#if no-windows $ mkdir -p xdgconf/hg $ echo '[ui]' > xdgconf/hg/hgrc $ echo 'username = foobar' >> xdgconf/hg/hgrc $ XDG_CONFIG_HOME="`pwd`/xdgconf" ; export XDG_CONFIG_HOME $ unset HGRCPATH $ hg config ui.username 2>/dev/null foobar #endif