tests/test-commandserver.t
changeset 26142 7332bf4ae959
parent 25290 8f88f768e24c
child 26251 5c0f5db65c6b
equal deleted inserted replaced
26141:fa6ba7c9600b 26142:7332bf4ae959
   587   *** runcommand init repo2
   587   *** runcommand init repo2
   588   *** runcommand id -R repo2
   588   *** runcommand id -R repo2
   589   000000000000 tip
   589   000000000000 tip
   590 
   590 
   591 
   591 
       
   592 don't fall back to cwd if invalid -R path is specified (issue4805):
       
   593 
       
   594   $ cd repo
       
   595   $ hg serve --cmdserver pipe -R ../nonexistent
       
   596   abort: repository ../nonexistent not found!
       
   597   [255]
       
   598   $ cd ..
       
   599 
       
   600 
   592 unix domain socket:
   601 unix domain socket:
   593 
   602 
   594   $ cd repo
   603   $ cd repo
   595   $ hg update -q
   604   $ hg update -q
   596 
   605