Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Thu, 10 Jun 2021 14:55:10 -0700 |
Martin von Zweigbergk |
cmdutil: make amend() take str-keyed opts
|
Tue, 06 Apr 2021 18:55:19 +0200 |
Pierre-Yves David |
revlog-compression: use zstd by default (if available)
|
Wed, 10 Mar 2021 13:14:32 +0530 |
Pulkit Goyal |
commit: get info from mergestate whether a file was merged or not
|
Fri, 24 Apr 2020 16:36:04 +0200 |
Joerg Sonnenberger |
bundle: optional advisory obsolescence parts
|
Mon, 23 Nov 2020 11:18:48 -0800 |
Martin von Zweigbergk |
errors: remove trailing "!" from some error messages for consistency
|
Tue, 17 Nov 2020 15:37:18 -0800 |
Martin von Zweigbergk |
errors: raise InputError in `hg debugobsolete`
|
Wed, 23 Sep 2020 15:36:15 -0700 |
Martin von Zweigbergk |
repoview: don't crash if mergestate points to non-existent node
stable
|
Wed, 23 Sep 2020 16:07:14 -0700 |
Martin von Zweigbergk |
tests: demonstrate crash caused by pinning of non-existent mergestate node
stable
|
Thu, 23 Jul 2020 16:57:56 +0200 |
Pierre-Yves David |
exchange: backout changeset c26335fa4225
stable
|
Fri, 17 Jul 2020 08:21:31 +0200 |
Manuel Jacob |
exchange: check actually missing revs for obsolete / unstable revs (issue6372)
|
Fri, 17 Jul 2020 07:59:20 +0200 |
Manuel Jacob |
tests: test that push doesn’t complain about unstable changesets if no changes
|
Mon, 13 Apr 2020 01:19:09 -0400 |
Matt Harbison |
revset: import `unstable()` from the evolve extension
|
Sat, 29 Feb 2020 12:58:38 +0530 |
Pulkit Goyal |
pull: add `--confirm` flag to confirm before writing changes
|
Sun, 14 Oct 2018 13:19:24 +0200 |
Pierre-Yves David |
debugobsolete: also issue the "new obsmarkers" messsage
|
Sun, 23 Dec 2018 02:01:35 +0530 |
Sushil khanchi |
obsutil: fix the issue5686
|
Fri, 05 Oct 2018 01:55:51 +0300 |
Zharaskhan Aman |
obsolete: fix ValueError when stored note contains ':' char (issue5783)
|
Thu, 27 Sep 2018 16:55:06 +0200 |
Boris Feld |
pullreport: rev duplicated and extinct into account
|
Thu, 27 Sep 2018 16:52:25 +0200 |
Boris Feld |
pullreport: issue a message about "extinct" pulled changesets
|
Thu, 30 Aug 2018 01:53:21 +0200 |
Boris Feld |
phase: report number of non-public changeset alongside the new range
|
Wed, 06 Jun 2018 13:31:24 -0400 |
Augie Fackler |
merge with stable
|
Sat, 19 May 2018 16:50:30 -0400 |
Augie Fackler |
tests: port inline extensions in test-obsolete.t to Python 3
|
Mon, 07 May 2018 19:43:43 -0700 |
Martin von Zweigbergk |
update: print warning about hidden changeset after update
|
Sat, 05 May 2018 19:00:03 -0700 |
Gregory Szorc |
tests: remove pid file by default
|
Tue, 08 May 2018 14:17:46 -0700 |
Boris Feld |
bundle2: mark the bundle2 part as advisory (issue5872)
stable
|
Tue, 08 May 2018 11:39:38 +0200 |
Boris Feld |
debugbundle: also display if a part is mandatory or advisory
stable
|
Fri, 13 Apr 2018 22:58:49 +0900 |
Yuya Nishihara |
formatter: convert timestamp to int
|
Sun, 15 Apr 2018 18:37:22 +0800 |
Anton Shestakov |
tests: make custom templates that use {whyunstable} terser
|
Mon, 26 Mar 2018 17:00:12 +0800 |
Anton Shestakov |
templates: add whyunstable template keyword
|
Wed, 04 Apr 2018 14:04:18 -0700 |
Gregory Szorc |
tests: conditionalize tests for various repo features
|