Mon, 15 May 2023 08:54:47 +0200 |
Pierre-Yves David |
transaction: use a ".bck" extension for all backup file
|
Thu, 23 Feb 2023 15:37:46 +0100 |
Pierre-Yves David |
transaction: use the standard transaction mechanism to backup branch
|
Thu, 16 Feb 2023 00:26:24 +0100 |
Pierre-Yves David |
rollback: detect "parentgone" case earlier
|
Wed, 15 Feb 2023 23:39:10 +0100 |
Pierre-Yves David |
rollback: avoid a `hg commit --addremove` at a critical point
|
Wed, 15 Feb 2023 20:48:51 +0100 |
Pierre-Yves David |
rollback: display some graphlog before/after a test piece
|
Wed, 15 Feb 2023 20:47:08 +0100 |
Pierre-Yves David |
rollback: show that the safety works in a associated test
|
Mon, 13 Feb 2023 17:42:32 +0100 |
Pierre-Yves David |
test: explicitly "add" file before some commit in test-rollback.t
|
Mon, 02 May 2022 17:47:38 +0200 |
Raphaël Gomès |
tests: use the `--quiet` flag for verify when applicable
|
Fri, 29 Jan 2021 12:16:55 -0800 |
Martin von Zweigbergk |
errors: use exit code 40 for when a hook fails
|
Mon, 20 Apr 2020 14:37:10 -0700 |
Martin von Zweigbergk |
commit: tell user what to do with .hg/last-message.txt
|
Wed, 22 Jan 2020 14:21:34 -0500 |
Valentin Gatien-Baron |
recover: don't verify by default
|
Wed, 16 Jan 2019 17:33:47 -0800 |
Martin von Zweigbergk |
localrepo: use context manager for transaction in commit()
|
Sat, 03 Nov 2018 18:17:30 +0900 |
Yuya Nishihara |
ui: add inner function to select write destination
|
Wed, 05 Sep 2018 01:19:48 +0300 |
Meirambek Omyrzak |
verify: make output less confusing (issue5924)
|
Sat, 03 Mar 2018 09:35:59 -0500 |
Augie Fackler |
tests: fix various test-check-module-imports.t violations
|
Wed, 28 Feb 2018 22:25:41 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-rollback.t
|
Wed, 11 Oct 2017 04:33:00 +0200 |
Boris Feld |
configitems: register the test 'ui.ioerrors' config
|
Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Tue, 15 Aug 2017 13:04:31 -0700 |
Gregory Szorc |
ui: restore behavior to ignore some I/O errors (issue5658)
stable
|
Mon, 14 Aug 2017 13:12:40 -0700 |
Gregory Szorc |
tests: test behavior of IOError during transactions (issue5658)
stable
|
Sun, 02 Apr 2017 01:28:05 -0400 |
Matt Harbison |
test-serve: kill daemons before deleting the access and error logs
|
Tue, 03 May 2016 16:33:25 -0400 |
Augie Fackler |
rollback: add a config knob for entirely disabling the command
|
Wed, 18 Nov 2015 01:36:58 -0800 |
Laurent Charignon |
localrepo: put bookmark move following commit in one transaction
|
Sun, 28 Sep 2014 00:49:36 -0700 |
Pierre-Yves David |
bookmarks: change bookmark within a transaction
|
Fri, 15 Aug 2014 10:47:03 -0500 |
Matt Mackall |
tests: fixup issue markers to make check-commit happy
|
Wed, 14 May 2014 12:49:55 -0700 |
Siddharth Agarwal |
update: when deactivating a bookmark, print a message
|
Mon, 17 Feb 2014 14:49:56 -0600 |
Matt Mackall |
journal: report parsing errors on recover/rollback (issue4172)
|
Mon, 11 Jun 2012 19:04:18 +0200 |
Adrian Buehlmann |
test-rollback: enable for Windows
|
Mon, 11 Jun 2012 01:40:51 +0200 |
Mads Kiilerich |
tests: add missing trailing 'cd ..'
|
Sun, 10 Jun 2012 14:41:14 +0200 |
Mads Kiilerich |
tests: consistently use a HGEDITOR pattern that works with msys on windows
|