tests/test-treediscovery-legacy.t
changeset 45906 95c4cca641f6
parent 38250 d0abd7949ea3
child 45908 122f0b59f5f0
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
   120 Local is empty:
   120 Local is empty:
   121 
   121 
   122   $ cd empty1
   122   $ cd empty1
   123   $ hg incoming $remote --rev name1
   123   $ hg incoming $remote --rev name1
   124   comparing with http://localhost:$HGPORT/
   124   comparing with http://localhost:$HGPORT/
   125   abort: cannot look up remote changes; remote repository does not support the 'changegroupsubset' capability!
   125   abort: cannot look up remote changes; remote repository does not support the 'changegroupsubset' capability
   126   [255]
   126   [255]
   127   $ hg incoming $remote
   127   $ hg incoming $remote
   128   comparing with http://localhost:$HGPORT/
   128   comparing with http://localhost:$HGPORT/
   129   0 d57206cc072a: r0 
   129   0 d57206cc072a: r0 
   130   1 0019a3b924fd: r1 
   130   1 0019a3b924fd: r1 
   309   abort: partial pull cannot be done because other repository doesn't support changegroupsubset.
   309   abort: partial pull cannot be done because other repository doesn't support changegroupsubset.
   310   [255]
   310   [255]
   311   $ hg init partial; cd partial
   311   $ hg init partial; cd partial
   312   $ hg incoming $remote --rev name2
   312   $ hg incoming $remote --rev name2
   313   comparing with http://localhost:$HGPORT/
   313   comparing with http://localhost:$HGPORT/
   314   abort: cannot look up remote changes; remote repository does not support the 'changegroupsubset' capability!
   314   abort: cannot look up remote changes; remote repository does not support the 'changegroupsubset' capability
   315   [255]
   315   [255]
   316   $ hg pull $remote --rev name2
   316   $ hg pull $remote --rev name2
   317   pulling from http://localhost:$HGPORT/
   317   pulling from http://localhost:$HGPORT/
   318   abort: partial pull cannot be done because other repository doesn't support changegroupsubset.
   318   abort: partial pull cannot be done because other repository doesn't support changegroupsubset.
   319   [255]
   319   [255]