comparison tests/test-revset.t @ 30782:db38cfc7c29d

revset: stop lowercasing the regex pattern for 'author' It was probably unintentional for regex, as the meaning of some sequences like \S and \s is actually inverted by changing the case. For backward compatibility however, the matching is forced to case insensitive.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 11 Jan 2017 22:42:10 -0500
parents 8b1d87243710
children 931a60880df4
comparison
equal deleted inserted replaced
30781:f2c069bf78ee 30782:db38cfc7c29d
863 5 863 5
864 6 864 6
865 7 865 7
866 8 866 8
867 9 867 9
868 $ log 'author(r"re:\S")'
869 0
870 1
871 2
872 3
873 4
874 5
875 6
876 7
877 8
878 9
868 $ log 'branch(é)' 879 $ log 'branch(é)'
869 8 880 8
870 9 881 9
871 $ log 'branch(a)' 882 $ log 'branch(a)'
872 0 883 0