tests/test-revset2.t
changeset 48368 8c4881c07f57
parent 48360 e4acdf5d94a2
child 49510 e02dcc625171
equal deleted inserted replaced
48367:0b8e076e878c 48368:8c4881c07f57
   868   $ HGPLAIN=1
   868   $ HGPLAIN=1
   869   $ export HGPLAIN
   869   $ export HGPLAIN
   870   $ try m
   870   $ try m
   871   (symbol 'm')
   871   (symbol 'm')
   872   abort: unknown revision 'm'
   872   abort: unknown revision 'm'
   873   [255]
   873   [10]
   874 
   874 
   875   $ HGPLAINEXCEPT=revsetalias
   875   $ HGPLAINEXCEPT=revsetalias
   876   $ export HGPLAINEXCEPT
   876   $ export HGPLAINEXCEPT
   877   $ try m
   877   $ try m
   878   (symbol 'm')
   878   (symbol 'm')
  1059     (symbol 'descendants')
  1059     (symbol 'descendants')
  1060     (func
  1060     (func
  1061       (symbol 'max')
  1061       (symbol 'max')
  1062       (string '$1')))
  1062       (string '$1')))
  1063   abort: unknown revision '$1'
  1063   abort: unknown revision '$1'
  1064   [255]
  1064   [10]
  1065 
  1065 
  1066 test scope of alias expansion: 'universe' is expanded prior to 'shadowall(0)',
  1066 test scope of alias expansion: 'universe' is expanded prior to 'shadowall(0)',
  1067 but 'all()' should never be substituted to '0()'.
  1067 but 'all()' should never be substituted to '0()'.
  1068 
  1068 
  1069   $ echo 'universe = all()' >> .hg/hgrc
  1069   $ echo 'universe = all()' >> .hg/hgrc