Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Thu, 11 Feb 2021 22:52:43 -0800 |
Martin von Zweigbergk |
fix: remove unnecessary and overly strict check for divergence
|
file |
diff |
annotate
|
Mon, 18 Oct 2021 10:14:44 +0200 |
Raphaël Gomès |
fix: appease pyflakes and make unused variables more obvious
|
file |
diff |
annotate
|
Thu, 02 Sep 2021 14:08:45 -0700 |
Danny Hooper |
fix: reduce number of tool executions
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
file |
diff |
annotate
|
Mon, 30 Aug 2021 12:25:57 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Sun, 22 Aug 2021 16:32:06 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|
Wed, 28 Jul 2021 13:47:21 +0300 |
Anton Shestakov |
fix: use obsolete.isenabled() to check for experimental.allowdivergence
|
file |
diff |
annotate
|
Fri, 27 Aug 2021 13:51:44 -0700 |
Martin von Zweigbergk |
fix: again allow formatting the working copy while merging
stable 5.9.1
|
file |
diff |
annotate
|
Wed, 28 Jul 2021 13:47:21 +0300 |
Anton Shestakov |
fix: use obsolete.isenabled() to check for experimental.allowdivergence
stable
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 10:59:35 -0700 |
Martin von Zweigbergk |
fix: use scmutil.movedirstate() instead of reimplementing
stable
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 10:56:56 -0700 |
Martin von Zweigbergk |
fix: rewrite writeworkingdir() to explicitly not work with merges
stable
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 05:41:32 +0200 |
Pierre-Yves David |
fix: use `set_possibly_dirty` instead of `normallookup`
|
file |
diff |
annotate
|
Sun, 28 Mar 2021 21:53:39 +0200 |
Joerg Sonnenberger |
fix: merge imports
|
file |
diff |
annotate
|
Mon, 18 May 2020 17:29:53 -0400 |
Augie Fackler |
cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 19:35:37 -0500 |
Matt Harbison |
formatting: drop a few extra double quotes in docstrings
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 16:00:32 -0700 |
Martin von Zweigbergk |
fix: only check for obsolete commits in the --rev case
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 15:02:46 -0700 |
Martin von Zweigbergk |
fix: don't include obsolete descendants with -s
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 15:05:43 -0700 |
Martin von Zweigbergk |
fix: suggest --source instead of --rev on empty revset
|
file |
diff |
annotate
|
Fri, 09 Oct 2020 00:33:50 -0400 |
Matt Harbison |
fix: update commit hash references in the new commits
|
file |
diff |
annotate
|
Fri, 24 Jul 2020 08:38:19 -0700 |
Martin von Zweigbergk |
fix: update documentation to reflect preference for --source over --rev
|
file |
diff |
annotate
|
Thu, 09 Jul 2020 20:46:52 -0700 |
Rodrigo Damazio Bovendorp |
fix: prefetch file contents
|
file |
diff |
annotate
|
Thu, 09 Jul 2020 20:45:35 -0700 |
Rodrigo Damazio Bovendorp |
fix: obtain base paths before starting workers
|
file |
diff |
annotate
|
Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
file |
diff |
annotate
|
Fri, 13 Mar 2020 12:16:20 -0700 |
Martin von Zweigbergk |
fix: mark -r as advanced
|
file |
diff |
annotate
|
Fri, 13 Mar 2020 12:16:00 -0700 |
Martin von Zweigbergk |
fix: add a -s option to format a revision and its descendants
|
file |
diff |
annotate
|
Thu, 12 Dec 2019 16:32:01 -0800 |
Martin von Zweigbergk |
fix: move handling of --all into getrevstofix() for consistency
|
file |
diff |
annotate
|