tests/test-glog.t
changeset 46046 1bf2b44c4007
parent 45921 95c4cca641f6
equal deleted inserted replaced
46045:9c0db3671008 46046:1bf2b44c4007
  1436   []
  1436   []
  1437   (or
  1437   (or
  1438     (list
  1438     (list
  1439       (func
  1439       (func
  1440         (symbol 'user')
  1440         (symbol 'user')
  1441         (string 'test'))
  1441         (string 'literal:test'))
  1442       (func
  1442       (func
  1443         (symbol 'user')
  1443         (symbol 'user')
  1444         (string 'not-a-user'))))
  1444         (string 'literal:not-a-user'))))
  1445   <filteredset
  1445   <filteredset
  1446     <spanset- 0:37>,
  1446     <spanset- 0:37>,
  1447     <addset
  1447     <addset
  1448       <filteredset
  1448       <filteredset
  1449         <fullreposet+ 0:37>,
  1449         <fullreposet+ 0:37>,
  1450         <user 'test'>>,
  1450         <user 'literal:test'>>,
  1451       <filteredset
  1451       <filteredset
  1452         <fullreposet+ 0:37>,
  1452         <fullreposet+ 0:37>,
  1453         <user 'not-a-user'>>>>
  1453         <user 'literal:not-a-user'>>>>
  1454   $ testlog -b not-a-branch
  1454   $ testlog -b not-a-branch
  1455   abort: unknown revision 'not-a-branch'
  1455   abort: unknown revision 'not-a-branch'
  1456   abort: unknown revision 'not-a-branch'
  1456   abort: unknown revision 'not-a-branch'
  1457   abort: unknown revision 'not-a-branch'
  1457   abort: unknown revision 'not-a-branch'
  1458   $ testlog -b 35 -b 36 --only-branch branch
  1458   $ testlog -b 35 -b 36 --only-branch branch
  1459   []
  1459   []
  1460   (or
  1460   (or
  1461     (list
  1461     (list
  1462       (func
  1462       (func
  1463         (symbol 'branch')
  1463         (symbol 'branch')
  1464         (string 'default'))
  1464         (string 'literal:default'))
  1465       (or
  1465       (or
  1466         (list
  1466         (list
  1467           (func
  1467           (func
  1468             (symbol 'branch')
  1468             (symbol 'branch')
  1469             (string 'branch'))
  1469             (string 'literal:branch'))
  1470           (func
  1470           (func
  1471             (symbol 'branch')
  1471             (symbol 'branch')
  1472             (string 'branch'))))))
  1472             (string 'literal:branch'))))))
  1473   <filteredset
  1473   <filteredset
  1474     <spanset- 0:37>,
  1474     <spanset- 0:37>,
  1475     <addset
  1475     <addset
  1476       <filteredset
  1476       <filteredset
  1477         <fullreposet+ 0:37>,
  1477         <fullreposet+ 0:37>,
  1478         <branch 'default'>>,
  1478         <branch 'literal:default'>>,
  1479       <addset
  1479       <addset
  1480         <filteredset
  1480         <filteredset
  1481           <fullreposet+ 0:37>,
  1481           <fullreposet+ 0:37>,
  1482           <branch 'branch'>>,
  1482           <branch 'literal:branch'>>,
  1483         <filteredset
  1483         <filteredset
  1484           <fullreposet+ 0:37>,
  1484           <fullreposet+ 0:37>,
  1485           <branch 'branch'>>>>>
  1485           <branch 'literal:branch'>>>>>
  1486   $ testlog -k expand -k merge
  1486   $ testlog -k expand -k merge
  1487   []
  1487   []
  1488   (or
  1488   (or
  1489     (list
  1489     (list
  1490       (func
  1490       (func