tests/test-narrow-widen-no-ellipsis.t
changeset 40071 8feae5b989bc
parent 39964 693dda764efe
child 40337 cb516a854bc7
equal deleted inserted replaced
40070:fd4d59cf2ebb 40071:8feae5b989bc
   102   sending protocaps command
   102   sending protocaps command
   103   query 1; heads
   103   query 1; heads
   104   sending batch command
   104   sending batch command
   105   searching for changes
   105   searching for changes
   106   all local heads known remotely
   106   all local heads known remotely
   107   no changes found
   107   sending narrow_widen command
   108   sending getbundle command
       
   109   bundle2-input-bundle: with-transaction
   108   bundle2-input-bundle: with-transaction
   110   bundle2-input-part: "changegroup" (params: * mandatory) supported (glob)
   109   bundle2-input-part: "changegroup" (params: * mandatory) supported (glob)
   111   adding changesets
   110   adding changesets
   112   adding manifests
   111   adding manifests
   113   adding widest/ revisions (tree !)
   112   adding widest/ revisions (tree !)
   114   adding file changes
   113   adding file changes
   115   adding widest/f revisions (tree !)
   114   adding widest/f revisions (tree !)
   116   added 0 changesets with 1 changes to 1 files
   115   added 0 changesets with 1 changes to 1 files
   117   bundle2-input-part: total payload size * (glob)
   116   bundle2-input-part: total payload size * (glob)
   118   bundle2-input-part: "listkeys" (params: 1 mandatory) supported
   117   bundle2-input-bundle: 0 parts total
   119   bundle2-input-part: "phase-heads" supported
       
   120   bundle2-input-part: total payload size 24
       
   121   bundle2-input-bundle: 2 parts total
       
   122   checking for updated bookmarks
       
   123   3 local changesets published
       
   124    widest/f: add from widened narrow clone -> g
   118    widest/f: add from widened narrow clone -> g
   125   getting widest/f
   119   getting widest/f
   126   $ hg tracked
   120   $ hg tracked
   127   I path:inside
   121   I path:inside
   128   I path:widest/f
   122   I path:widest/f
   141   adding changesets
   135   adding changesets
   142   adding manifests
   136   adding manifests
   143   adding file changes
   137   adding file changes
   144   added 5 changesets with 4 changes to 2 files
   138   added 5 changesets with 4 changes to 2 files
   145   new changesets *:* (glob)
   139   new changesets *:* (glob)
       
   140   3 local changesets published
   146   (run 'hg update' to get a working copy)
   141   (run 'hg update' to get a working copy)
   147   $ hg update -r 'desc("add wider")'
   142   $ hg update -r 'desc("add wider")'
   148   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   143   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   149 
   144 
   150   $ cat widest/f
   145   $ cat widest/f
   177 widen the narrow spec to include the wider file
   172 widen the narrow spec to include the wider file
   178 
   173 
   179   $ hg tracked --addinclude wider
   174   $ hg tracked --addinclude wider
   180   comparing with ssh://user@dummy/master
   175   comparing with ssh://user@dummy/master
   181   searching for changes
   176   searching for changes
   182   no changes found
       
   183   adding changesets
   177   adding changesets
   184   adding manifests
   178   adding manifests
   185   adding file changes
   179   adding file changes
   186   added 0 changesets with 1 changes to 1 files
   180   added 0 changesets with 1 changes to 1 files
   187   5 local changesets published
       
   188   $ hg tracked
   181   $ hg tracked
   189   I path:inside
   182   I path:inside
   190   I path:wider
   183   I path:wider
   191   I path:widest/f
   184   I path:widest/f
   192   $ hg update 'desc("add widest")'
   185   $ hg update 'desc("add widest")'
   282   1: add d1/f
   275   1: add d1/f
   283   0: add d0/f
   276   0: add d0/f
   284   $ hg tracked --addinclude d1
   277   $ hg tracked --addinclude d1
   285   comparing with ssh://user@dummy/upstream
   278   comparing with ssh://user@dummy/upstream
   286   searching for changes
   279   searching for changes
   287   no changes found
       
   288   adding changesets
   280   adding changesets
   289   adding manifests
   281   adding manifests
   290   adding file changes
   282   adding file changes
   291   added 0 changesets with 1 changes to 1 files
   283   added 0 changesets with 1 changes to 1 files
   292   11 local changesets published
       
   293   $ hg tracked
   284   $ hg tracked
   294   I path:d0
   285   I path:d0
   295   I path:d1
   286   I path:d1
   296   I path:d3
   287   I path:d3
   297   I path:d6
   288   I path:d6
   374   0: add d0/f
   365   0: add d0/f
   375   $ hg bookmarks bookmark
   366   $ hg bookmarks bookmark
   376   $ hg --config hooks.pretxnchangegroup.bad=false tracked --addinclude d1
   367   $ hg --config hooks.pretxnchangegroup.bad=false tracked --addinclude d1
   377   comparing with ssh://user@dummy/upstream
   368   comparing with ssh://user@dummy/upstream
   378   searching for changes
   369   searching for changes
   379   no changes found
       
   380   adding changesets
   370   adding changesets
   381   adding manifests
   371   adding manifests
   382   adding file changes
   372   adding file changes
   383   added 0 changesets with 1 changes to 1 files
   373   added 0 changesets with 1 changes to 1 files
   384   11 local changesets published
       
   385   $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
   374   $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
   386   11: local
   375   11: local
   387   10: add d10/f
   376   10: add d10/f
   388   9: add d9/f
   377   9: add d9/f
   389   8: add d8/f
   378   8: add d8/f