tests/test-bundle.t
branchstable
changeset 16107 a3dcc59054ca
parent 16039 093b75c7b44b
child 16736 025b3b763ba9
equal deleted inserted replaced
16106:d75aa756149b 16107:a3dcc59054ca
    83 
    83 
    84   $ hg --cwd test pull ../full.hg
    84   $ hg --cwd test pull ../full.hg
    85   pulling from ../full.hg
    85   pulling from ../full.hg
    86   searching for changes
    86   searching for changes
    87   no changes found
    87   no changes found
    88   [1]
       
    89 
    88 
    90 Pull full.hg into empty (using --cwd)
    89 Pull full.hg into empty (using --cwd)
    91 
    90 
    92   $ hg --cwd empty pull ../full.hg
    91   $ hg --cwd empty pull ../full.hg
    93   pulling from ../full.hg
    92   pulling from ../full.hg
   118 
   117 
   119   $ hg -R test pull full.hg
   118   $ hg -R test pull full.hg
   120   pulling from full.hg
   119   pulling from full.hg
   121   searching for changes
   120   searching for changes
   122   no changes found
   121   no changes found
   123   [1]
       
   124 
   122 
   125 Pull full.hg into empty (using -R)
   123 Pull full.hg into empty (using -R)
   126 
   124 
   127   $ hg -R empty pull full.hg
   125   $ hg -R empty pull full.hg
   128   pulling from full.hg
   126   pulling from full.hg
   129   searching for changes
   127   searching for changes
   130   no changes found
   128   no changes found
   131   [1]
       
   132 
   129 
   133 Rollback empty
   130 Rollback empty
   134 
   131 
   135   $ hg -R empty rollback
   132   $ hg -R empty rollback
   136   repository tip rolled back to revision -1 (undo pull)
   133   repository tip rolled back to revision -1 (undo pull)