tests/test-paths.t
branchstable
changeset 28038 72f2a19c5f88
parent 27728 294037159c64
child 28218 41dcd7545266
equal deleted inserted replaced
27988:61f4d59e9a0b 28038:72f2a19c5f88
    95     "name": "insecure",
    95     "name": "insecure",
    96     "url": "http://foo:insecure@example.com/"
    96     "url": "http://foo:insecure@example.com/"
    97    }
    97    }
    98   ]
    98   ]
    99 
    99 
       
   100 zeroconf wraps ui.configitems(), which shouldn't crash at least:
       
   101 
       
   102   $ hg paths --config extensions.zeroconf=
       
   103   dupe = $TESTTMP/b#tip (glob)
       
   104   dupe:pushurl = https://example.com/dupe
       
   105   expand = $TESTTMP/a/$SOMETHING/bar (glob)
       
   106   insecure = http://foo:***@example.com/
       
   107 
   100   $ cd ..
   108   $ cd ..
   101 
   109 
   102 sub-options for an undeclared path are ignored
   110 sub-options for an undeclared path are ignored
   103 
   111 
   104   $ hg init suboptions
   112   $ hg init suboptions