Wed, 23 Oct 2019 13:21:35 -0700 |
Gregory Szorc |
packaging: remove hg-ssh.8.html from Inno installer
|
Wed, 23 Oct 2019 13:00:14 -0700 |
Gregory Szorc |
packaging: install .rc files to hgrc.d
|
Thu, 07 Nov 2019 11:13:31 +0100 |
Raphaël Gomès |
rust: introduce SIZE_FROM_OTHER_PARENT constant
|
Thu, 07 Nov 2019 10:32:26 +0100 |
Raphaël Gomès |
rust-status: refactor dispatch case for normal files
|
Thu, 07 Nov 2019 10:23:42 +0100 |
Raphaël Gomès |
rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entries
|
Wed, 06 Nov 2019 13:43:18 +0100 |
Raphaël Gomès |
rust-status: improve status performance
|
Sat, 09 Nov 2019 12:55:56 +0900 |
Yuya Nishihara |
bookmarks: accept explicit -r 'wdir()' when adding new bookmarks (issue6218)
|
Sat, 09 Nov 2019 12:44:00 +0900 |
Yuya Nishihara |
bookmarks: use changectx instead of remembering hex of hidden revision
|
Sat, 09 Nov 2019 12:32:20 +0900 |
Yuya Nishihara |
bookmarks: resolve target revision out of the bookmarks loop
|
Sat, 09 Nov 2019 12:09:50 +0900 |
Yuya Nishihara |
bookmarks: fix handling of multiple bookmarks with one to be deactivated
|
Tue, 12 Nov 2019 11:05:03 +0100 |
Denis Laxalde |
py3: avoid iterating over a literal bytes in highlight
stable
|
Mon, 11 Nov 2019 22:10:26 +0900 |
Yuya Nishihara |
import-checker: allow 'from typing import ...'
|
Tue, 29 Oct 2019 23:33:34 -0700 |
Martin von Zweigbergk |
match: drop support for passing '.' for root dir to visit*() methods
|
Wed, 16 Oct 2019 21:31:40 -0700 |
Gregory Szorc |
tests: use time.time() for relative start and stop times
|
Wed, 16 Oct 2019 21:25:08 -0700 |
Gregory Szorc |
tests: rename stopped and started variables to reflect times
|
Wed, 30 Oct 2019 00:00:21 -0700 |
Martin von Zweigbergk |
revset: simplify checkstatus() by using any()
|
Wed, 06 Nov 2019 18:28:11 -0800 |
Kyle Lippincott |
rebase: check for unfinished ops even when inmemory (issue6214)
|
Fri, 18 Oct 2019 23:18:47 -0700 |
Martin von Zweigbergk |
status: move initialization closer together
|
Sat, 19 Oct 2019 00:15:41 -0700 |
Martin von Zweigbergk |
largefiles: avoid dynamically subclassing context instances
|
Tue, 05 Nov 2019 13:31:40 -0800 |
Martin von Zweigbergk |
relnotes: copy "next" to "5.2" and clear "next"
stable
|
Fri, 08 Nov 2019 10:13:05 -0800 |
Martin von Zweigbergk |
py3: avoid `b'%s' % type(...)` in a ProgrammingError
stable
|
Fri, 18 Oct 2019 22:08:20 -0700 |
Martin von Zweigbergk |
largefiles: delete unused repo.status_nolfiles()
|
Fri, 18 Oct 2019 21:36:19 -0700 |
Martin von Zweigbergk |
largefiles: use context manager for wlock in repo.status() override
|
Fri, 18 Oct 2019 17:52:19 -0700 |
Martin von Zweigbergk |
largefiles: allow "lfstatus" context manager to set value to False
|
Fri, 18 Oct 2019 17:46:37 -0700 |
Martin von Zweigbergk |
largefiles: move lfstatus context manager to lfutil
|
Fri, 08 Nov 2019 14:35:53 -0800 |
Martin von Zweigbergk |
revlog: delete references to deleted nullid sentinel value
|
Sun, 10 Nov 2019 18:15:54 +0100 |
Pierre-Yves David |
revlog: remove the, now unused, `revlog._nodepos` attribute
|
Sat, 09 Nov 2019 10:31:58 +0100 |
Denis Laxalde |
py3: fix sorting of obsolete markers in obsutil (issue6217)
stable
|
Sun, 10 Nov 2019 18:12:50 +0100 |
Pierre-Yves David |
nodemap: use bytes for the error message
|
Sat, 09 Nov 2019 16:16:31 +0100 |
Denis Laxalde |
py3: use native strings when forming email headers in patchbomb
|