Submitter | Mike Hommey |
---|---|
Date | Aug. 31, 2014, 10:57 a.m. |
Message ID | <1751a7952a4c4b8bd5eb.1409482643@build.glandium.org> |
Download | mbox | patch |
Permalink | /patch/5674/ |
State | Accepted |
Headers | show |
Comments
On Sun, 2014-08-31 at 19:57 +0900, Mike Hommey wrote: > # HG changeset patch > # User Mike Hommey <mh@glandium.org> > # Date 1409481783 -32400 > # Node ID 1751a7952a4c4b8bd5eb11ef6ac9966d33cb1f8c > # Parent 188b8aa2120b03eead618ba150319074f4e3b42b > Fix typo in repoview.changelog I've queued this for stable as it seems to be a worthwhile bugfix. Congratulations on your first Mercurial patch. (contrib/check-commit has some advice for you on our standard summary line format, but I'm in a hurry to cut a release.)
On Sun, 2014-08-31 at 19:57 +0900, Mike Hommey wrote: > # HG changeset patch > # User Mike Hommey <mh@glandium.org> > # Date 1409481783 -32400 > # Node ID 1751a7952a4c4b8bd5eb11ef6ac9966d33cb1f8c > # Parent 188b8aa2120b03eead618ba150319074f4e3b42b > Fix typo in repoview.changelog I've queued this for stable as it seems to be a worthwhile bugfix. Congratulations on your first Mercurial patch. (contrib/check-commit has some advice for you on our standard summary line format, but I'm in a hurry to cut a release.)
Patch
diff -r 188b8aa2120b -r 1751a7952a4c mercurial/repoview.py --- a/mercurial/repoview.py Sat Aug 30 18:44:59 2014 +0200 +++ b/mercurial/repoview.py Sun Aug 31 19:43:03 2014 +0900 @@ -287,7 +287,7 @@ # without change in the cachekey. oldfilter = cl.filteredrevs try: - cl.filterrevs = () # disable filtering for tip + cl.filteredrevs = () # disable filtering for tip curkey = (len(cl), cl.tip(), hash(oldfilter)) finally: cl.filteredrevs = oldfilter