tests/test-glog-beautifygraph.t
changeset 39707 5abc47d4ca6b
parent 39058 a271466cb53a
child 42621 99ebde4fec99
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
  1807     <spanset- 0:5>,
  1807     <spanset- 0:5>,
  1808     <matchfiles patterns=['a', 'e'], include=['a', 'e'] exclude=['b', 'e'], default='relpath', rev=2147483647>>
  1808     <matchfiles patterns=['a', 'e'], include=['a', 'e'] exclude=['b', 'e'], default='relpath', rev=2147483647>>
  1809 
  1809 
  1810 Test glob expansion of pats
  1810 Test glob expansion of pats
  1811 
  1811 
  1812   $ expandglobs=`$PYTHON -c "import mercurial.util; \
  1812   $ expandglobs=`"$PYTHON" -c "import mercurial.util; \
  1813   >   print(mercurial.util.expandglobs and 'true' or 'false')"`
  1813   >   print(mercurial.util.expandglobs and 'true' or 'false')"`
  1814   $ if [ $expandglobs = "true" ]; then
  1814   $ if [ $expandglobs = "true" ]; then
  1815   >    testlog 'a*';
  1815   >    testlog 'a*';
  1816   > else
  1816   > else
  1817   >    testlog a*;
  1817   >    testlog a*;