log

age author description
Tue, 16 Feb 2021 15:37:19 +0530 Sushil khanchi tests: add a test to demonstrate a bug in `hg diff --git` (issue6486) stable
Thu, 10 Dec 2020 14:25:36 +0100 Pierre-Yves David test-copies: reinstall initial identical (empty) files for chained copied
Wed, 10 Feb 2021 17:08:34 +0530 Pulkit Goyal upgrade: speed up when we have only nodemap to downgrade
Mon, 15 Feb 2021 15:13:20 +0530 Pulkit Goyal upgrade: write nodemap for manifests too
Tue, 23 Feb 2021 12:29:41 -0800 Martin von Zweigbergk windows: fix parsing of version number to match format from D9955
Tue, 23 Feb 2021 12:26:52 -0800 Martin von Zweigbergk build: make version from .hg_archival.txt consistent with that from .hg/
Fri, 19 Feb 2021 10:04:53 -0500 Matt Harbison helptext: fix a recent typo stable
Wed, 24 Feb 2021 15:16:22 +0100 Pierre-Yves David re2: byteify some regex used to get check re2 availability stable
Thu, 11 Feb 2021 11:22:53 -0800 Kyle Lippincott packaging: add Provides: python3-mercurial and Homepage to debian package
Fri, 12 Feb 2021 09:53:48 +0100 Raphaël Gomès bundle2: pass the operation source down to the changegroup
Fri, 12 Feb 2021 13:27:03 -0800 Kyle Lippincott gendoc: use an empty comment so aliases are separated from previous elements
Fri, 12 Feb 2021 11:06:56 -0800 Kyle Lippincott gendoc: add support for loading extensions from config settings
Fri, 12 Feb 2021 11:04:03 -0800 Kyle Lippincott gendoc: support defaults on customopts a bit better
Wed, 10 Feb 2021 09:49:50 -0800 Martin von Zweigbergk softstrip: fix a reference to an undefined variable
Wed, 10 Feb 2021 09:45:48 -0800 Martin von Zweigbergk softstrip: move _bookmarkmovements() call to where it's needed
Fri, 12 Feb 2021 12:51:28 +0100 Raphaël Gomès tests: fix differing output between py2 and py3
Thu, 04 Feb 2021 23:11:42 +0100 Joerg Sonnenberger build: fake PEP440 versions
Thu, 04 Feb 2021 11:32:08 -0800 Kyle Lippincott tests: add a comment in a test that will hopefully save someone some time
Wed, 27 Jan 2021 03:07:14 +0100 Joerg Sonnenberger changegroup: don't convert revisions to node for duplicate handling
Wed, 27 Jan 2021 02:34:51 +0100 Joerg Sonnenberger revlog: change addgroup callbacks to take revision numbers
Wed, 27 Jan 2021 01:43:17 +0100 Joerg Sonnenberger revlog: change addrevision to return the new revision, not node
Wed, 27 Jan 2021 00:55:20 +0100 Joerg Sonnenberger revlog: change addrawrevision to return the revision
Tue, 26 Jan 2021 23:56:11 +0100 Joerg Sonnenberger revlog: change _addrevision to return the new revision
Mon, 08 Feb 2021 23:41:58 +0100 Simon Sapin rhg: add limited support for the `config` sub-command
Mon, 08 Feb 2021 23:08:44 +0100 Simon Sapin rhg: Add support for --config CLI arguments
Mon, 08 Feb 2021 21:37:30 +0100 Simon Sapin rhg: Add support for -R and --repository command-line arguments
Mon, 08 Feb 2021 21:28:52 +0100 Simon Sapin rhg: Replace subcommand boilerplate with a macro
Mon, 08 Feb 2021 21:05:36 +0100 Simon Sapin rhg: Move subcommand CLI arguments definitions to respective modules
Mon, 08 Feb 2021 20:33:04 +0100 Simon Sapin rhg: replace command structs with functions
Mon, 08 Feb 2021 11:13:56 +0100 Simon Sapin rust: Use the DisplayBytes trait in config printing