tests/test-phases-exchange.t
branchstable
changeset 16023 90f8b8dd0326
parent 16013 2a1d97630f7f
child 16039 093b75c7b44b
equal deleted inserted replaced
16022:04604d1a9fc3 16023:90f8b8dd0326
    96   
    96   
    97   $ hg push ../beta
    97   $ hg push ../beta
    98   pushing to ../beta
    98   pushing to ../beta
    99   searching for changes
    99   searching for changes
   100   no changes found
   100   no changes found
       
   101   [1]
   101   $ hgph
   102   $ hgph
   102   @  3 public a-D - b555f63b6063
   103   @  3 public a-D - b555f63b6063
   103   |
   104   |
   104   o  2 public a-C - 54acac6f23ab
   105   o  2 public a-C - 54acac6f23ab
   105   |
   106   |
   370 
   371 
   371   $ hg push ../alpha # from nu
   372   $ hg push ../alpha # from nu
   372   pushing to ../alpha
   373   pushing to ../alpha
   373   searching for changes
   374   searching for changes
   374   no changes found
   375   no changes found
       
   376   [1]
   375   $ cd ..
   377   $ cd ..
   376   $ cd alpha
   378   $ cd alpha
   377   $ hgph
   379   $ hgph
   378   o  6 public n-B - 145e75495359
   380   o  6 public n-B - 145e75495359
   379   |
   381   |
   553   $ cd ../beta
   555   $ cd ../beta
   554   $ hg push ../alpha
   556   $ hg push ../alpha
   555   pushing to ../alpha
   557   pushing to ../alpha
   556   searching for changes
   558   searching for changes
   557   no changes found
   559   no changes found
       
   560   [1]
   558   $ hgph
   561   $ hgph
   559   o  6 public a-F - b740e3e5c05d
   562   o  6 public a-F - b740e3e5c05d
   560   |
   563   |
   561   o  5 public a-E - e9f537e46dea
   564   o  5 public a-E - e9f537e46dea
   562   |
   565   |
   657 (in mu)
   660 (in mu)
   658   $ hg push ../alpha
   661   $ hg push ../alpha
   659   pushing to ../alpha
   662   pushing to ../alpha
   660   searching for changes
   663   searching for changes
   661   no changes found
   664   no changes found
       
   665   [1]
   662   $ hgph
   666   $ hgph
   663   o  9 public a-H - 967b449fbc94
   667   o  9 public a-H - 967b449fbc94
   664   |
   668   |
   665   | o  8 public a-F - b740e3e5c05d
   669   | o  8 public a-F - b740e3e5c05d
   666   | |
   670   | |
   930 
   934 
   931   $ hg push -r b555f63b6063 http://localhost:$HGPORT/
   935   $ hg push -r b555f63b6063 http://localhost:$HGPORT/
   932   pushing to http://localhost:$HGPORT/
   936   pushing to http://localhost:$HGPORT/
   933   searching for changes
   937   searching for changes
   934   no changes found
   938   no changes found
       
   939   [1]
   935   $ hg phase f54f1bb90ff3
   940   $ hg phase f54f1bb90ff3
   936   2: draft
   941   2: draft
   937 
   942 
   938 put the changeset in the draft state again
   943 put the changeset in the draft state again
   939 (first test after this one expect to be able to copy)
   944 (first test after this one expect to be able to copy)