tests/test-glog.t
changeset 35643 668c5a527eff
parent 35556 b58964b9b541
child 35644 7a0a90d63a8c
equal deleted inserted replaced
35642:e64baf32782a 35643:668c5a527eff
  1571   [255]
  1571   [255]
  1572   $ testlog --prune 31 --prune 32
  1572   $ testlog --prune 31 --prune 32
  1573   []
  1573   []
  1574   (and
  1574   (and
  1575     (not
  1575     (not
  1576       (or
  1576       (func
  1577         (list
  1577         (symbol 'ancestors')
  1578           (string '31')
  1578         (string '31')))
  1579           (func
       
  1580             (symbol 'ancestors')
       
  1581             (string '31')))))
       
  1582     (not
  1579     (not
  1583       (or
  1580       (func
  1584         (list
  1581         (symbol 'ancestors')
  1585           (string '32')
  1582         (string '32'))))
  1586           (func
       
  1587             (symbol 'ancestors')
       
  1588             (string '32'))))))
       
  1589   <filteredset
  1583   <filteredset
  1590     <filteredset
  1584     <filteredset
  1591       <spanset- 0:37>,
  1585       <spanset- 0:37>,
  1592       <not
  1586       <not
  1593         <addset
       
  1594           <baseset [31]>,
       
  1595           <filteredset
       
  1596             <spanset- 0:37>,
       
  1597             <generatorsetdesc+>>>>>,
       
  1598     <not
       
  1599       <addset
       
  1600         <baseset [32]>,
       
  1601         <filteredset
  1587         <filteredset
  1602           <spanset- 0:37>,
  1588           <spanset- 0:37>,
  1603           <generatorsetdesc+>>>>>
  1589           <generatorsetdesc+>>>>,
       
  1590     <not
       
  1591       <filteredset
       
  1592         <spanset- 0:37>,
       
  1593         <generatorsetdesc+>>>>
  1604 
  1594 
  1605 Dedicated repo for --follow and paths filtering. The g is crafted to
  1595 Dedicated repo for --follow and paths filtering. The g is crafted to
  1606 have 2 filelog topological heads in a linear changeset graph.
  1596 have 2 filelog topological heads in a linear changeset graph.
  1607 
  1597 
  1608   $ cd ..
  1598   $ cd ..