tests/test-simple4server.t
changeset 1042 86bd794f6037
parent 1040 640f3280559e
child 1087 82873af0cf10
equal deleted inserted replaced
1041:7632f1f79946 1042:86bd794f6037
    48   remote: added 2 changesets with 2 changes to 2 files
    48   remote: added 2 changesets with 2 changes to 2 files
    49   $ hg pull
    49   $ hg pull
    50   pulling from http://localhost:$HGPORT/
    50   pulling from http://localhost:$HGPORT/
    51   searching for changes
    51   searching for changes
    52   no changes found
    52   no changes found
    53   pull obsolescence markers
       
    54   $ hg pull -R ../other
    53   $ hg pull -R ../other
    55   pulling from http://localhost:$HGPORT/
    54   pulling from http://localhost:$HGPORT/
    56   requesting all changes
    55   requesting all changes
    57   adding changesets
    56   adding changesets
    58   adding manifests
    57   adding manifests
   114   (run 'hg heads' to see heads)
   113   (run 'hg heads' to see heads)
   115   $ hg -R ../other pull
   114   $ hg -R ../other pull
   116   pulling from http://localhost:$HGPORT/
   115   pulling from http://localhost:$HGPORT/
   117   searching for changes
   116   searching for changes
   118   no changes found
   117   no changes found
   119   pull obsolescence markers
       
   120 
   118 
   121   $ cd ..
   119   $ cd ..
   122 
   120 
   123 Test disabling obsolete advertisement
   121 Test disabling obsolete advertisement
   124 ===========================================
   122 ===========================================