comparison tests/test-revset.t @ 24012:bc75f8750cde

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 03 Feb 2015 17:54:01 -0600
parents 8a2156780839 873eb5db89c8
children bb11081562d7
comparison
equal deleted inserted replaced
24011:d7d08337b3f6 24012:bc75f8750cde
784 $ log 'named("re:unknown")' 784 $ log 'named("re:unknown")'
785 abort: no namespace exists that match 'unknown'! 785 abort: no namespace exists that match 'unknown'!
786 [255] 786 [255]
787 $ log 'present(named("unknown"))' 787 $ log 'present(named("unknown"))'
788 $ log 'present(named("re:unknown"))' 788 $ log 'present(named("re:unknown"))'
789
790 $ log 'tag()'
791 6
792 $ log 'named("tags")'
793 6
794 9
789 795
790 issue2437 796 issue2437
791 797
792 $ log '3 and p1(5)' 798 $ log '3 and p1(5)'
793 3 799 3