hgext/graphlog.py
changeset 16150 0424f3c7d7ac
parent 16149 6acbbb0c7381
child 16157 4a828d3bc04a
equal deleted inserted replaced
16149:6acbbb0c7381 16150:0424f3c7d7ac
   255         'removed':     ('removes("*")', None),
   255         'removed':     ('removes("*")', None),
   256         'date':        ('date($)', None),
   256         'date':        ('date($)', None),
   257         'branch':      ('branch($)', ' or '),
   257         'branch':      ('branch($)', ' or '),
   258         'exclude':     ('not file($)', ' and '),
   258         'exclude':     ('not file($)', ' and '),
   259         'include':     ('file($)', ' and '),
   259         'include':     ('file($)', ' and '),
   260         'keyword':     ('keyword($)', ' and '),
   260         'keyword':     ('keyword($)', ' or '),
   261         'only_branch': ('branch($)', ' and '),
   261         'only_branch': ('branch($)', ' and '),
   262         'prune':       ('not ($ or ancestors($))', ' and '),
   262         'prune':       ('not ($ or ancestors($))', ' and '),
   263         'user':        ('user($)', ' or '),
   263         'user':        ('user($)', ' or '),
   264         }
   264         }
   265     optrevset = []
   265     optrevset = []