tests/test-glog.t
changeset 39707 5abc47d4ca6b
parent 39059 2e37bd614879
child 42307 264a2cbb25d0
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
  1657     <spanset- 0:5>,
  1657     <spanset- 0:5>,
  1658     <matchfiles patterns=['a', 'e'], include=['a', 'e'] exclude=['b', 'e'], default='relpath', rev=2147483647>>
  1658     <matchfiles patterns=['a', 'e'], include=['a', 'e'] exclude=['b', 'e'], default='relpath', rev=2147483647>>
  1659 
  1659 
  1660 Test glob expansion of pats
  1660 Test glob expansion of pats
  1661 
  1661 
  1662   $ expandglobs=`$PYTHON -c "import mercurial.util; \
  1662   $ expandglobs=`"$PYTHON" -c "import mercurial.util; \
  1663   >   print(mercurial.util.expandglobs and 'true' or 'false')"`
  1663   >   print(mercurial.util.expandglobs and 'true' or 'false')"`
  1664   $ if [ $expandglobs = "true" ]; then
  1664   $ if [ $expandglobs = "true" ]; then
  1665   >    testlog 'a*';
  1665   >    testlog 'a*';
  1666   > else
  1666   > else
  1667   >    testlog a*;
  1667   >    testlog a*;