tests/test-glog.t
changeset 35644 7a0a90d63a8c
parent 35643 668c5a527eff
child 35646 a177c6aa055a
equal deleted inserted replaced
35643:668c5a527eff 35644:7a0a90d63a8c
  1498   (or
  1498   (or
  1499     (list
  1499     (list
  1500       (func
  1500       (func
  1501         (symbol 'branch')
  1501         (symbol 'branch')
  1502         (string 'default'))
  1502         (string 'default'))
  1503       (func
  1503       (or
  1504         (symbol 'branch')
  1504         (list
  1505         (string 'branch'))
  1505           (func
  1506       (func
  1506             (symbol 'branch')
  1507         (symbol 'branch')
  1507             (string 'branch'))
  1508         (string 'branch'))))
  1508           (func
       
  1509             (symbol 'branch')
       
  1510             (string 'branch'))))))
  1509   <filteredset
  1511   <filteredset
  1510     <spanset- 0:37>,
  1512     <spanset- 0:37>,
  1511     <addset
  1513     <addset
  1512       <filteredset
  1514       <filteredset
  1513         <fullreposet+ 0:37>,
  1515         <fullreposet+ 0:37>,
  1569   $ hg log -G -d 'brace ) in a date'
  1571   $ hg log -G -d 'brace ) in a date'
  1570   hg: parse error: invalid date: 'brace ) in a date'
  1572   hg: parse error: invalid date: 'brace ) in a date'
  1571   [255]
  1573   [255]
  1572   $ testlog --prune 31 --prune 32
  1574   $ testlog --prune 31 --prune 32
  1573   []
  1575   []
  1574   (and
  1576   (not
  1575     (not
  1577     (or
  1576       (func
  1578       (list
  1577         (symbol 'ancestors')
  1579         (func
  1578         (string '31')))
  1580           (symbol 'ancestors')
  1579     (not
  1581           (string '31'))
  1580       (func
  1582         (func
  1581         (symbol 'ancestors')
  1583           (symbol 'ancestors')
  1582         (string '32'))))
  1584           (string '32')))))
  1583   <filteredset
  1585   <filteredset
  1584     <filteredset
  1586     <spanset- 0:37>,
  1585       <spanset- 0:37>,
  1587     <not
  1586       <not
  1588       <addset
  1587         <filteredset
  1589         <filteredset
  1588           <spanset- 0:37>,
  1590           <spanset- 0:37>,
  1589           <generatorsetdesc+>>>>,
  1591           <generatorsetdesc+>>,
  1590     <not
  1592         <filteredset
  1591       <filteredset
  1593           <spanset- 0:37>,
  1592         <spanset- 0:37>,
  1594           <generatorsetdesc+>>>>>
  1593         <generatorsetdesc+>>>>
       
  1594 
  1595 
  1595 Dedicated repo for --follow and paths filtering. The g is crafted to
  1596 Dedicated repo for --follow and paths filtering. The g is crafted to
  1596 have 2 filelog topological heads in a linear changeset graph.
  1597 have 2 filelog topological heads in a linear changeset graph.
  1597 
  1598 
  1598   $ cd ..
  1599   $ cd ..