tests/test-hgrc.out
branchstable
changeset 12795 3cb0559e44d0
parent 12793 469850088fc1
parent 12794 6bf8d48bec8e
child 12796 bc69ba99e34b
equal deleted inserted replaced
12793:469850088fc1 12795:3cb0559e44d0
     1 hg: parse error at $HGRCPATH:1: invalid
       
     2 updating to branch default
       
     3 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
     4 [paths]
       
     5 default = .../foo%bar
       
     6 default = .../foo%bar
       
     7 bundle.mainreporoot=.../foobar
       
     8 paths.default=.../foo%bar
       
     9 hg: parse error at $HGRCPATH:2:   x = y
       
    10 foo.bar=a\nb\nc\nde\nfg
       
    11 foo.baz=bif cb
       
    12 hg: parse error at $HGRCPATH:1: cannot include /path/to/nowhere/no-such-file (No such file or directory)
       
    13 % username expansion
       
    14 John Doe
       
    15 ui.username=$FAKEUSER
       
    16 % customized hgrc
       
    17 read config from: .../.hgrc
       
    18 .../.hgrc:13: alias.log=log -g
       
    19 .../.hgrc:11: defaults.identify=-n
       
    20 .../.hgrc:2: ui.debug=true
       
    21 .../.hgrc:3: ui.fallbackencoding=ASCII
       
    22 .../.hgrc:4: ui.quiet=true
       
    23 .../.hgrc:5: ui.slash=true
       
    24 .../.hgrc:6: ui.traceback=true
       
    25 .../.hgrc:7: ui.verbose=true
       
    26 .../.hgrc:8: ui.style=~/.hgstyle
       
    27 .../.hgrc:9: ui.logtemplate={node}
       
    28 % plain hgrc
       
    29 read config from: .../.hgrc
       
    30 none: ui.traceback=True
       
    31 none: ui.verbose=False
       
    32 none: ui.debug=True
       
    33 none: ui.quiet=False