Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Mon, 12 Apr 2021 19:25:34 -0700 |
Kyle Lippincott |
split: avoid strip if split is a no-op (identical to original)
|
Mon, 12 Apr 2021 17:52:46 -0700 |
Kyle Lippincott |
split: fix issue with empty splits adjusting phases
|
Tue, 30 Mar 2021 02:32:30 +0200 |
Joerg Sonnenberger |
refactor: prefer checks against nullrev over nullid
|
Fri, 12 Mar 2021 09:15:40 -0800 |
Martin von Zweigbergk |
split: close transaction in the unlikely event of a conflict while rebasing
|
Tue, 17 Nov 2020 15:51:09 -0800 |
Martin von Zweigbergk |
errors: raise InputError in `hg split`
|
Fri, 13 Nov 2020 09:41:49 -0800 |
Martin von Zweigbergk |
split: disable color while rendering template for use in commit message
|
Tue, 27 Oct 2020 10:06:17 -0700 |
Martin von Zweigbergk |
split: use default one-line summary
|
Tue, 17 Dec 2019 11:09:22 -0800 |
Martin von Zweigbergk |
split: use rewriteutil.precheck() instead of reimplementing it
|
Thu, 14 Nov 2019 15:25:48 -0500 |
Augie Fackler |
split: use field names instead of field numbers on scmutil.status
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 13 Mar 2019 11:30:04 -0700 |
Martin von Zweigbergk |
split: use the new movedirstate() we now have in scmutil
|
Fri, 12 Oct 2018 18:49:11 +0200 |
Rodrigo Damazio |
help: adding a proper declaration for shortlist/basic commands (API)
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
Tue, 19 Jun 2018 13:49:06 -0700 |
Martin von Zweigbergk |
split: preserve phase of commit that is being split
|
Sat, 19 May 2018 18:25:18 +0530 |
Pulkit Goyal |
py3: fix kwargs handling in hgext/split.py
|
Sat, 24 Feb 2018 11:20:24 -0800 |
Gregory Szorc |
split: use ctx.rev() instead of %d % ctx
|
Sat, 24 Feb 2018 16:18:40 +0530 |
Pulkit Goyal |
py3: fix handling of keyword arguments at more places
|
Sat, 24 Jun 2017 23:03:41 -0700 |
Jun Wu |
split: new extension to split changesets
|