Sat, 05 Jan 2019 05:21:37 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Fri, 04 Jan 2019 19:17:38 -0500 |
Matt Harbison |
tests: conditionalize some output for Windows
stable
|
Fri, 04 Jan 2019 18:49:53 -0500 |
Matt Harbison |
test-pyflakes: use '/' when printing the files to check
stable
|
Fri, 04 Jan 2019 18:46:46 -0500 |
Matt Harbison |
tests: fix PYTHONPATH manipulation on Windows
stable
|
Thu, 03 Jan 2019 00:01:54 -0500 |
Matt Harbison |
exthelper: update documentation with some examples for using registrar aliases
|
Thu, 27 Dec 2018 23:46:35 -0500 |
Matt Harbison |
exthelper: simplify the ability to register filesets
|
Thu, 27 Dec 2018 21:55:22 -0500 |
Matt Harbison |
exthelper: simplify the ability to register templates
|
Thu, 27 Dec 2018 21:26:17 -0500 |
Matt Harbison |
exthelper: simplify the ability to register revsets
|
Sun, 23 Dec 2018 21:54:56 -0500 |
Matt Harbison |
exthelper: support the option argument when registering a command
|
Sat, 22 Dec 2018 22:26:36 -0500 |
Matt Harbison |
exthelper: simplify configitem registration
|
Thu, 27 Dec 2018 21:26:17 -0500 |
Matt Harbison |
exthelper: avoid a [] default arg to wrapcommand()
|
Fri, 04 Jan 2019 00:10:44 -0500 |
Matt Harbison |
configitems: move the default values to the registrar decorator
|
Wed, 26 Dec 2018 22:14:23 +0800 |
Anton Shestakov |
topic: make revsets like foo#stack[-1] work too
|
Sun, 16 Dec 2018 11:22:04 +0800 |
Anton Shestakov |
topic: make revsets like 'foo#stack[0]' work
|
Sat, 22 Dec 2018 01:29:59 -0500 |
Matt Harbison |
exthelper: remove '_' in final_xxx() function names to conform to hg style
|
Mon, 24 Dec 2018 18:38:25 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Mon, 24 Dec 2018 18:36:25 +0100 |
Pierre-Yves David |
packaging: mark as development version
stable
|
Mon, 24 Dec 2018 18:01:30 +0100 |
Pierre-Yves David |
Added tag 8.3.3 for changeset 97b18934d6db
stable
|
Mon, 24 Dec 2018 17:55:25 +0100 |
Pierre-Yves David |
packaging: prepare version 8.3.3
stable 8.3.3
|
Mon, 24 Dec 2018 17:47:40 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
|
Mon, 24 Dec 2018 17:47:31 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
|
Mon, 24 Dec 2018 17:47:29 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
|
Mon, 24 Dec 2018 17:47:28 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.7 into mercurial-4.6
mercurial-4.6
|
Mon, 24 Dec 2018 17:47:27 +0100 |
Pierre-Yves David |
test-compat: merge stable into mercurial-4.7
mercurial-4.7
|
Fri, 21 Dec 2018 13:14:59 +0800 |
Pierre-Yves David |
evolve: detect unresolved conflict during evolve --continue (issue5966)
stable
|
Thu, 20 Dec 2018 13:59:07 +0800 |
Anton Shestakov |
tests: filter out uninteresting log events
|
Fri, 21 Dec 2018 20:14:26 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
|
Fri, 21 Dec 2018 20:14:23 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
|
Fri, 21 Dec 2018 20:14:21 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
|
Fri, 21 Dec 2018 20:14:20 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.7 into mercurial-4.6
mercurial-4.6
|
Fri, 21 Dec 2018 20:14:18 +0100 |
Pierre-Yves David |
test-compat: merge stable into mercurial-4.7
mercurial-4.7
|
Fri, 21 Dec 2018 19:48:01 +0100 |
Pierre-Yves David |
linter: silence rightful complains about unused variable
stable
|
Mon, 03 Dec 2018 14:41:03 +0800 |
Anton Shestakov |
topic: merge _showlasttouched logic into _listtopics
|
Mon, 03 Dec 2018 14:15:00 +0800 |
Anton Shestakov |
topic: simplify _showlasttouched and _getlasttouched (and its data structure)
|
Thu, 13 Dec 2018 18:57:49 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Thu, 13 Dec 2018 17:40:41 +0000 |
Boris Feld |
split: add a --interactive flag
|
Wed, 21 Feb 2018 14:39:48 +0100 |
Boris Feld |
split: take file patterns to limit selection on matching file patterns
|
Wed, 21 Feb 2018 12:39:17 +0100 |
Boris Feld |
split: only accept explicit revision through the `-r` option
|
Thu, 13 Dec 2018 17:41:06 +0100 |
James Reynolds |
issue-6028: resolves 6028 - return (False, ".") instead of (False, '')
stable
|
Thu, 13 Dec 2018 17:26:26 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Wed, 12 Dec 2018 01:19:30 +0800 |
Anton Shestakov |
tests: add sparserevlog cap since hg now has sparse revlogs by default
|
Wed, 12 Dec 2018 17:22:58 +0100 |
Pierre-Yves David |
split: rework the prompt to be more standard
|
Tue, 20 Feb 2018 09:35:16 +0100 |
Pierre-Yves David |
split: add a option to discard remaining change during split
|
Tue, 20 Feb 2018 09:35:16 +0100 |
Pierre-Yves David |
split: add a way to abort a split from the prompt
|
Tue, 20 Feb 2018 09:36:55 +0100 |
Pierre-Yves David |
split: add a help entry to the final prompt
|
Wed, 05 Dec 2018 23:15:29 +0800 |
Anton Shestakov |
topic: make revset argument messages be similar to such messages in core
stable
|
Wed, 05 Dec 2018 23:13:26 +0800 |
Anton Shestakov |
tests: don't forget to add hg serve pid to DAEMON_PIDS in test-wireproto.t
stable
|
Tue, 04 Dec 2018 13:33:51 +0100 |
Pierre-Yves David |
test: adapt to change output change on default
|
Sat, 01 Dec 2018 16:08:42 +0800 |
Anton Shestakov |
safeguard: don't reimplement auto-publish if it's in core (will be in 4.9)
|
Sat, 01 Dec 2018 16:07:55 +0800 |
Anton Shestakov |
safeguard: the new default for auto-publish is 'publish'
|
Fri, 21 Sep 2018 11:44:34 -0400 |
James Reynolds |
stack: add a --children flag to stack
|
Sun, 02 Dec 2018 16:52:14 +0100 |
Matt Harbison |
extensions: avoid shadowing imported module names with exthelper methods
|
Fri, 30 Nov 2018 22:10:39 -0500 |
Matt Harbison |
extensions: add fileset support to exthelper
|
Sun, 02 Dec 2018 16:48:05 +0100 |
Matt Harbison |
extensions: add uipopulate() support to exthelper
|
Sun, 02 Dec 2018 16:45:08 +0100 |
Pierre-Yves David |
exthelper: clarify copyright and licence for the module
|
Tue, 27 Nov 2018 04:46:35 +0100 |
Pierre-Yves David |
packaging: merge with version 8.3.2
|
Tue, 27 Nov 2018 04:42:45 +0100 |
Pierre-Yves David |
packaging: mark development version
stable
|
Tue, 27 Nov 2018 12:53:24 +0100 |
Pierre-Yves David |
Added tag 8.3.2 for changeset 7edc5c148df0
stable
|
Tue, 27 Nov 2018 04:31:03 +0100 |
Pierre-Yves David |
packagin: prepare release 8.3.2
stable 8.3.2
|
Tue, 27 Nov 2018 04:07:38 +0100 |
Pierre-Yves David |
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
|