docs/user-guide.rst
changeset 4615 8406d9b06130
parent 2931 83d2c9637e89
child 4616 a78310b900e3
equal deleted inserted replaced
4614:091eab1223a4 4615:8406d9b06130
   286 Under the hood: Prune an unwanted changeset
   286 Under the hood: Prune an unwanted changeset
   287 ===========================================
   287 ===========================================
   288 
   288 
   289 ``prune`` (example 4 above) is the simplest history modification
   289 ``prune`` (example 4 above) is the simplest history modification
   290 command provided by ``evolve``. All it does is mark the specified
   290 command provided by ``evolve``. All it does is mark the specified
   291 changeset(s) obsolete, with no successor/precursor relationships
   291 changeset(s) obsolete, with no successor/predecessor relationships
   292 involved. (If the working directory parent was one of the obsoleted
   292 involved. (If the working directory parent was one of the obsoleted
   293 changesets, ``prune`` updates back to a suitable ancestor.)
   293 changesets, ``prune`` updates back to a suitable ancestor.)
   294 
   294 
   295 .. figure:: figures/figure-ug03.svg
   295 .. figure:: figures/figure-ug03.svg
   296 
   296