|
if maildomain: # for those who don't use "p4 user" email addresses email= '%s@%s' % (user, maildomain) if user != ignore_author: + if ignore_git_fusion and P4GF_REVIEWS_USERS in user:
Lester Cheung (on p4review.py, line 315) commented
11 years ago
Just to be pedantic, I'd suggest:
instead. |
Reply ·0 | |
|
|
|
Joel Kovisto commented
11 years ago
Thanks, that's a better test. I looked for that, but somehow didn't see it documented (just rfind). Got no help from vi. |
Reply ·0 | |
|