Mercurial > public > mercurial-scm > hg-stable
diff hgext/graphlog.py @ 16148:184cc3c3e0a6
graphlog: multiple --user must be or'ed
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Wed, 22 Feb 2012 12:30:15 +0100 |
parents | 5607d829bf17 |
children | 6acbbb0c7381 |
line wrap: on
line diff
--- a/hgext/graphlog.py Wed Feb 22 12:30:15 2012 +0100 +++ b/hgext/graphlog.py Wed Feb 22 12:30:15 2012 +0100 @@ -260,7 +260,7 @@ 'keyword': ('keyword($)', ' and '), 'only_branch': ('branch($)', ' and '), 'prune': ('not ($ or ancestors($))', ' and '), - 'user': ('user($)', ' and '), + 'user': ('user($)', ' or '), } optrevset = [] revset = []