tests/test-xdg.t
author Raphaël Gomès <rgomes@octobus.net>
Mon, 08 Jul 2024 17:51:56 +0200
branchstable
changeset 51664 b65ca8a0f674
parent 51607 a4b3b8dee0a8
permissions -rw-r--r--
Added tag 6.8 for changeset 11f41248595b

#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