Submitter | phabricator |
---|---|
Date | May 14, 2019, 4:34 p.m. |
Message ID | <differential-rev-PHID-DREV-aakliyzpfjk3xttutkxi-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40016/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/logcmdutil.py b/mercurial/logcmdutil.py --- a/mercurial/logcmdutil.py +++ b/mercurial/logcmdutil.py @@ -743,7 +743,7 @@ return match expr = _makerevset(repo, match, pats, slowpath, opts) - if opts.get('graph') and opts.get('rev'): + if opts.get('graph'): # User-specified revs might be unsorted, but don't sort before # _makerevset because it might depend on the order of revs if not (revs.isdescending() or revs.istopo()):