diff -r 80b3d574881f -r 4c2edcd84175 hgext/graphlog.py --- a/hgext/graphlog.py Wed Apr 11 11:29:12 2012 +0200 +++ b/hgext/graphlog.py Wed Apr 11 11:32:00 2012 +0200 @@ -340,7 +340,7 @@ # "a" and "b" while "file(a) and not file(b)" does # not. Besides, filesets are evaluated against the working # directory. - matchargs = ['r:'] + matchargs = ['r:', 'd:relpath'] for p in pats: matchargs.append('p:' + p) for p in opts.get('include', []):