tests/test-glog.t
changeset 16182 bd12ef347680
parent 16181 1fd352aa08fc
child 16183 112a70c56d6a
equal deleted inserted replaced
16181:1fd352aa08fc 16182:bd12ef347680
  1661   o  0 add a   copies:
  1661   o  0 add a   copies:
  1662   
  1662   
  1663 Test "set:..." and parent revision
  1663 Test "set:..." and parent revision
  1664 
  1664 
  1665   $ hg up -q 4
  1665   $ hg up -q 4
       
  1666   $ testlog "set:copied()"
       
  1667   ('group', ('group', ('func', ('symbol', '_matchfiles'), ('list', ('string', 'r:'), ('string', 'p:set:copied()')))))
  1666   $ testlog --include "set:copied()"
  1668   $ testlog --include "set:copied()"
  1667   ('group', ('group', ('func', ('symbol', '_matchfiles'), ('list', ('string', 'r:'), ('string', 'i:set:copied()')))))
  1669   ('group', ('group', ('func', ('symbol', '_matchfiles'), ('list', ('string', 'r:'), ('string', 'i:set:copied()')))))
  1668   $ testlog -r "sort(file('set:copied()'), -rev)"
  1670   $ testlog -r "sort(file('set:copied()'), -rev)"
  1669   ('group', ('group', ('func', ('symbol', 'sort'), ('list', ('func', ('symbol', 'file'), ('string', 'set:copied()')), ('negate', ('symbol', 'rev'))))))
  1671   ('group', ('group', ('func', ('symbol', 'sort'), ('list', ('func', ('symbol', 'file'), ('string', 'set:copied()')), ('negate', ('symbol', 'rev'))))))