##// END OF EJS Templates
show: fix corrupt json output with no bookmarks
show: fix corrupt json output with no bookmarks

File last commit:

r30941:35402007 default
r31859:8e282aa3 default
Show More
test-xdg.t
11 lines | 252 B | text/troff | Tads3Lexer
David Demelier
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc...
r30941 #if no-windows no-osx
$ 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
foobar
#endif