tests/test-simple4server.t
changeset 1038 45c4739e85dc
parent 1037 bddee73b361e
child 1039 657a38cd2ae3
equal deleted inserted replaced
1037:bddee73b361e 1038:45c4739e85dc
    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
    53   $ hg pull -R ../other
    54   $ hg pull -R ../other
    54   pulling from http://localhost:$HGPORT/
    55   pulling from http://localhost:$HGPORT/
    55   requesting all changes
    56   requesting all changes
    56   adding changesets
    57   adding changesets
    57   adding manifests
    58   adding manifests
    58   adding file changes
    59   adding file changes
    59   added 2 changesets with 2 changes to 2 files
    60   added 2 changesets with 2 changes to 2 files
       
    61   pull obsolescence markers
    60   (run 'hg update' to get a working copy)
    62   (run 'hg update' to get a working copy)
    61   $ hg push -R ../other
    63   $ hg push -R ../other
    62   pushing to http://localhost:$HGPORT/
    64   pushing to http://localhost:$HGPORT/
    63   searching for changes
    65   searching for changes
    64   no changes found
    66   no changes found
   105   searching for changes
   107   searching for changes
   106   adding changesets
   108   adding changesets
   107   adding manifests
   109   adding manifests
   108   adding file changes
   110   adding file changes
   109   added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re)
   111   added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re)
       
   112   pull obsolescence markers
   110   (run 'hg heads' to see heads)
   113   (run 'hg heads' to see heads)
   111   $ hg -R ../other pull
   114   $ hg -R ../other pull
   112   pulling from http://localhost:$HGPORT/
   115   pulling from http://localhost:$HGPORT/
   113   searching for changes
   116   searching for changes
   114   no changes found
   117   no changes found
       
   118   pull obsolescence markers
   115 
   119 
   116   $ cd ..
   120   $ cd ..
   117 
   121 
   118 Test disabling obsolete advertisement
   122 Test disabling obsolete advertisement
   119 ===========================================
   123 ===========================================