tests/test-obsolete.t
changeset 957 2cde59f3cb5d
parent 956 b107f3549ec2
child 984 b286f77d680c
equal deleted inserted replaced
956:b107f3549ec2 957:2cde59f3cb5d
   181   adding manifests
   181   adding manifests
   182   adding file changes
   182   adding file changes
   183   added 5 changesets with 5 changes to 5 files (+1 heads)
   183   added 5 changesets with 5 changes to 5 files (+1 heads)
   184   OBSEXC: computing relevant nodes
   184   OBSEXC: computing relevant nodes
   185   OBSEXC: computing markers relevant to 5 nodes
   185   OBSEXC: computing markers relevant to 5 nodes
   186   OBSEXC: pushing 2 markers in 1 pushkey payload (154 bytes)
   186   OBSEXC: pushing 2 markers (123 bytes)
   187   OBSEXC: DONE
   187   OBSEXC: DONE
   188   $ hg -R ../other-new verify
   188   $ hg -R ../other-new verify
   189   checking changesets
   189   checking changesets
   190   checking manifests
   190   checking manifests
   191   crosschecking files in changesets and manifests
   191   crosschecking files in changesets and manifests
   238   adding manifests
   238   adding manifests
   239   adding file changes
   239   adding file changes
   240   added 1 changesets with 1 changes to 1 files (+1 heads)
   240   added 1 changesets with 1 changes to 1 files (+1 heads)
   241   OBSEXC: computing relevant nodes
   241   OBSEXC: computing relevant nodes
   242   OBSEXC: computing markers relevant to 5 nodes
   242   OBSEXC: computing markers relevant to 5 nodes
   243   OBSEXC: pushing 3 markers in 1 pushkey payload (230 bytes)
   243   OBSEXC: pushing 3 markers (184 bytes)
   244   OBSEXC: DONE
   244   OBSEXC: DONE
   245   $ qlog -R ../other-new
   245   $ qlog -R ../other-new
   246   5
   246   5
   247   - 95de7fc6918d
   247   - 95de7fc6918d
   248   3
   248   3
   263   pushing to ../other-new
   263   pushing to ../other-new
   264   searching for changes
   264   searching for changes
   265   no changes found
   265   no changes found
   266   OBSEXC: computing relevant nodes
   266   OBSEXC: computing relevant nodes
   267   OBSEXC: computing markers relevant to 5 nodes
   267   OBSEXC: computing markers relevant to 5 nodes
   268   OBSEXC: pushing 3 markers in 1 pushkey payload (230 bytes)
   268   OBSEXC: pushing 3 markers (184 bytes)
   269   OBSEXC: DONE
   269   OBSEXC: DONE
   270   [1]
   270   [1]
   271 
   271 
   272   $ hg up --hidden -q .^ # 3
   272   $ hg up --hidden -q .^ # 3
   273   working directory parent is obsolete!
   273   working directory parent is obsolete!
   546   adding manifests
   546   adding manifests
   547   adding file changes
   547   adding file changes
   548   added 2 changesets with 1 changes to [12] files (re)
   548   added 2 changesets with 1 changes to [12] files (re)
   549   OBSEXC: computing relevant nodes
   549   OBSEXC: computing relevant nodes
   550   OBSEXC: computing markers relevant to 5 nodes
   550   OBSEXC: computing markers relevant to 5 nodes
   551   OBSEXC: pushing 7 markers in 1 pushkey payload (565 bytes)
   551   OBSEXC: pushing 7 markers (452 bytes)
   552   OBSEXC: DONE
   552   OBSEXC: DONE
   553   $ hg up -q 10
   553   $ hg up -q 10
   554   $ mkcommit "obsol_d'''"
   554   $ mkcommit "obsol_d'''"
   555   created new head
   555   created new head
   556   $ hg debugobsolete `getid 11` `getid 12`
   556   $ hg debugobsolete `getid 11` `getid 12`
   561   adding manifests
   561   adding manifests
   562   adding file changes
   562   adding file changes
   563   added 1 changesets with 1 changes to 1 files (+1 heads)
   563   added 1 changesets with 1 changes to 1 files (+1 heads)
   564   OBSEXC: computing relevant nodes
   564   OBSEXC: computing relevant nodes
   565   OBSEXC: computing markers relevant to 5 nodes
   565   OBSEXC: computing markers relevant to 5 nodes
   566   OBSEXC: pushing 8 markers in 1 pushkey payload (642 bytes)
   566   OBSEXC: pushing 8 markers (513 bytes)
   567   OBSEXC: DONE
   567   OBSEXC: DONE
   568   $ cd ..
   568   $ cd ..
   569 
   569 
   570 check bumped detection
   570 check bumped detection
   571 (make an obsolete changeset public)
   571 (make an obsolete changeset public)