log

age author description
Tue, 05 Nov 2019 14:11:30 -0800 Martin von Zweigbergk repoview: move changelog.__contains__() override to filteredchangelog
Tue, 05 Nov 2019 14:07:08 -0800 Martin von Zweigbergk repoview: move changelog.tiprev() override to filteredchangelog
Tue, 05 Nov 2019 14:06:11 -0800 Martin von Zweigbergk repoview: wrap changelog class when filtering
Tue, 05 Nov 2019 14:00:46 -0800 Martin von Zweigbergk repoview: extract a function for wrapping changelog
Tue, 05 Nov 2019 14:42:08 -0800 Martin von Zweigbergk revlog: move tiprev() from changelog up to revlog
Tue, 05 Nov 2019 18:25:13 -0500 Matt Harbison tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`
Tue, 29 Oct 2019 17:16:28 +0100 Raphaël Gomès rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
Tue, 05 Nov 2019 13:19:24 -0800 Martin von Zweigbergk merge with stable
Mon, 04 Nov 2019 00:16:44 +0100 Pierre-Yves David perf: add a way to benchmark `dirstate.status`
Thu, 24 Oct 2019 11:12:17 -0700 Martin von Zweigbergk largefiles: delete obsolete and unused repo.push()
Tue, 22 Oct 2019 10:01:48 -0400 Jordi Gutiérrez Hermoso censor: document that some commands simply ignore censored data
Tue, 22 Oct 2019 09:56:40 -0400 Jordi Gutiérrez Hermoso grep: warn on censored revisions instead of erroring out
Tue, 15 Oct 2019 22:44:55 +0900 Yuya Nishihara py3: enable legacy fs encoding to fix filename compatibility on Windows
Sat, 19 Oct 2019 14:30:19 +0900 Yuya Nishihara rust-cpython: run cargo fmt
Sat, 05 Oct 2019 09:33:01 -0400 Yuya Nishihara rust-cpython: remove useless PyResult<> from leak_immutable()
Sat, 05 Oct 2019 09:01:25 -0400 Yuya Nishihara rust-cpython: remove useless PyRefMut wrapper
Sat, 05 Oct 2019 08:59:09 -0400 Yuya Nishihara rust-cpython: drop manual management of mutably_borrowed
Sat, 05 Oct 2019 08:56:15 -0400 Yuya Nishihara rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref
Sat, 12 Oct 2019 20:48:30 +0900 Yuya Nishihara rust-cpython: remove useless Option<$leaked> from py_shared_iterator
Sat, 12 Oct 2019 20:26:38 +0900 Yuya Nishihara rust-cpython: allow mutation unless leaked reference is borrowed
Sat, 05 Oct 2019 08:27:57 -0400 Yuya Nishihara rust-cpython: add generation counter to leaked reference
Sat, 12 Oct 2019 19:26:23 +0900 Yuya Nishihara rust-cpython: add stub wrapper that'll prevent leaked data from being mutated
Sat, 12 Oct 2019 19:10:51 +0900 Yuya Nishihara rust-cpython: rename PyLeakedRef to PyLeaked
Tue, 05 Nov 2019 08:42:42 -0800 Martin von Zweigbergk py3: don't use bytes with vars() or __dict__ stable
Tue, 05 Nov 2019 12:10:38 -0500 Augie Fackler Added signature for changeset ca3dca416f8d stable
Tue, 05 Nov 2019 12:10:38 -0500 Augie Fackler Added tag 5.2 for changeset ca3dca416f8d stable
Tue, 05 Nov 2019 21:35:19 +0900 Yuya Nishihara py3: add inline comment about encoding issue of str(Abort()) stable 5.2
Tue, 05 Nov 2019 21:29:40 +0900 Yuya Nishihara py3: do not reimplement Abort.__str__() on Python 2 stable
Mon, 04 Nov 2019 20:57:31 -0800 Gregory Szorc tests: write out file using bytes I/O stable
Mon, 04 Nov 2019 20:46:19 -0800 Gregory Szorc import-checker: open all source files as utf-8 stable