tests/test-init.t
branchstable
changeset 24812 e4e69cebeedd
parent 22647 5b6cd8526d56
child 25476 46727fea7a00
equal deleted inserted replaced
24811:a2dcf460e141 24812:e4e69cebeedd
   109   remote: adding changesets
   109   remote: adding changesets
   110   remote: adding manifests
   110   remote: adding manifests
   111   remote: adding file changes
   111   remote: adding file changes
   112   remote: added 1 changesets with 1 changes to 1 files
   112   remote: added 1 changesets with 1 changes to 1 files
   113 
   113 
       
   114 The largefiles extension doesn't crash
       
   115   $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles=
       
   116   searching for changes
       
   117   remote: adding changesets
       
   118   remote: adding manifests
       
   119   remote: adding file changes
       
   120   remote: added 1 changesets with 1 changes to 1 files
       
   121 
   114 init to existing repo
   122 init to existing repo
   115 
   123 
   116   $ hg init -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote1
   124   $ hg init -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote1
   117   abort: repository remote1 already exists!
   125   abort: repository remote1 already exists!
   118   abort: could not create remote repo!
   126   abort: could not create remote repo!
   131   Got arguments 1:user@dummy 2:hg init remote2
   139   Got arguments 1:user@dummy 2:hg init remote2
   132   Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio
   140   Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio
   133   Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio
   141   Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio
   134   Got arguments 1:user@dummy 2:hg init remote1
   142   Got arguments 1:user@dummy 2:hg init remote1
   135   Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio
   143   Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio
       
   144   Got arguments 1:user@dummy 2:hg init remotelf
       
   145   Got arguments 1:user@dummy 2:hg -R remotelf serve --stdio
   136   Got arguments 1:user@dummy 2:hg init remote1
   146   Got arguments 1:user@dummy 2:hg init remote1
   137   Got arguments 1:user@dummy 2:hg init remote1
   147   Got arguments 1:user@dummy 2:hg init remote1
   138 
   148 
   139 comparing repositories
   149 comparing repositories
   140 
   150