##// END OF EJS Templates
interfaces: convert `repository.irevisiondelta` from zope `Attribute` attrs...
interfaces: convert `repository.irevisiondelta` from zope `Attribute` attrs This is the same transformation as b455dfddfed0 did for dirstate.

File last commit:

r52500:a4b3b8de default
r53366:2aada52e default
Show More
test-xdg.t
11 lines | 257 B | text/troff | Tads3Lexer
Hraban Luyat
hgrc: search XDG_CONFIG_HOME on mac...
r52500 #if no-windows
David Demelier
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc...
r30941
$ 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
Durham Goode
tests: hide warning from test-xdg.t...
r32429 $ hg config ui.username 2>/dev/null
David Demelier
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc...
r30941 foobar
#endif