Tue, 06 Aug 2019 15:06:38 +0200 |
Raphaël Gomès |
python3: use format-source to run byteify-strings in .py files
|
file |
diff |
annotate
|
Sun, 05 May 2019 18:24:59 +0530 |
Sushil khanchi |
evolve: consider using three way merge to get the user for div resolution
|
file |
diff |
annotate
|
Wed, 30 Jan 2019 10:03:00 -0800 |
Martin von Zweigbergk |
prompts: use 1-indexing in revselectionprompt()
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 09:14:38 -0800 |
Martin von Zweigbergk |
evolve: adapt for deprecated ui.progress()
|
file |
diff |
annotate
|
Fri, 04 Jan 2019 00:10:44 -0500 |
Matt Harbison |
configitems: move the default values to the registrar decorator
|
file |
diff |
annotate
|
Thu, 01 Nov 2018 21:33:15 +0300 |
Pulkit Goyal |
utility: don't translate commit messages in revselection prompt (issue6016)
stable
|
file |
diff |
annotate
|
Thu, 25 Oct 2018 18:09:08 +0200 |
Pierre-Yves David |
evolve: do not try to display stack index of changeset who do not have one
stable
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 11:33:30 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
file |
diff |
annotate
|
Thu, 11 Oct 2018 13:38:38 +0200 |
Pierre-Yves David |
caches: no longer warm the cache on strip in "auto" mode
stable
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 13:20:30 +0530 |
Sushil khanchi |
utility: add a template alias that will be used in evolve msgs
|
file |
diff |
annotate
|
Fri, 31 Aug 2018 00:31:01 +0200 |
Pierre-Yves David |
obshashrange: enable by default
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 16:12:01 -0700 |
Martin von Zweigbergk |
builddependencies: extract function for getting successors
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 16:23:25 -0700 |
Martin von Zweigbergk |
builddependencies: share code between single- and multi-successor cases
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 14:33:48 -0700 |
Martin von Zweigbergk |
builddependencies: build inverse dict from forward dict
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 14:21:49 -0700 |
Martin von Zweigbergk |
builddependencies: remove a use of defaultdict
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 15:30:37 -0700 |
Martin von Zweigbergk |
builddependencies: don't remove found deps when divergence found (issue5946)
stable
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 14:47:16 -0700 |
Martin von Zweigbergk |
builddependencies: don't add dependency on revision outside input set
stable
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 15:16:25 -0700 |
Martin von Zweigbergk |
builddependencies: consider all divergent successors
stable
|
file |
diff |
annotate
|
Tue, 22 May 2018 23:51:57 +0530 |
Pulkit Goyal |
utility: use ui.interactive() instead of checking config value
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 16:12:37 +0200 |
Pierre-Yves David |
compat: drop compatibility layer for successorssets
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 20:13:27 +0530 |
Pulkit Goyal |
utility: convert node from MultipleSuccessorsError to rev numbers (issue5832)
|
file |
diff |
annotate
|
Wed, 21 Mar 2018 16:52:46 +0530 |
Pulkit Goyal |
utility: make sure prompt text is internationalized
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 17:59:53 +0530 |
Pulkit Goyal |
utility: add a function to prompt user to choose a revision
|
file |
diff |
annotate
|
Sun, 21 Jan 2018 20:28:06 +0530 |
Pulkit Goyal |
evolve: move builddependencies() and _singlesuccessor() to utility module
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 17:29:48 +0530 |
Pulkit Goyal |
utility: move MultipleSuccessorsError from __init__.py
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 20:41:58 +0100 |
Pierre-Yves David |
caches: fix automatic warming trigger
stable
|
file |
diff |
annotate
|
Fri, 05 Jan 2018 04:37:19 +0100 |
Pierre-Yves David |
caches: switch to 'auto' warming by default
|
file |
diff |
annotate
|
Fri, 05 Jan 2018 04:26:59 +0100 |
Pierre-Yves David |
caches: add a 'auto' option for obshashrange cache warming
|
file |
diff |
annotate
|
Fri, 05 Jan 2018 04:26:51 +0100 |
Pierre-Yves David |
caches: extract some config reading in 'shouldwarmcache'
|
file |
diff |
annotate
|
Fri, 05 Jan 2018 03:35:07 +0100 |
Pierre-Yves David |
caches: pass the transaction to the "shouldwarncache" logic
|
file |
diff |
annotate
|
Thu, 21 Dec 2017 03:30:13 +0100 |
Pierre-Yves David |
stablerange: use mergepoint based algorithm for the official stable range
|
file |
diff |
annotate
|
Thu, 21 Dec 2017 02:01:58 +0100 |
Pierre-Yves David |
caches: factorise the cache warming check
|
file |
diff |
annotate
|
Mon, 18 Dec 2017 06:48:49 +0100 |
Pierre-Yves David |
parents: add a utility to filter parents
|
file |
diff |
annotate
|
Sun, 23 Jul 2017 05:42:41 +0200 |
Pierre-Yves David |
commands: move the touch to the 'evocommands' module
|
file |
diff |
annotate
|
Sat, 18 Mar 2017 22:48:26 +0100 |
Pierre-Yves David |
stablerange: move 'depth' inside a new 'stablerange' module
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 12:15:08 -0800 |
Pierre-Yves David |
depth: use lower lever function to compute missing
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 10:26:30 -0800 |
Pierre-Yves David |
depth: update depth to code to reuse ancestors depth
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 09:08:20 -0800 |
Pierre-Yves David |
obsdiscovery: extract a smarted depth in utility
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 14:29:43 +0100 |
Pierre-Yves David |
discovery: split discovery related code in 'obsdiscovery'
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 12:27:01 +0100 |
Pierre-Yves David |
serveronly: give the sub extension a way to access to the 'evolve' module
|
file |
diff |
annotate
|