Mon, 10 Jul 2023 19:34:04 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in various tests
|
Mon, 02 May 2022 11:27:20 +0200 |
Raphaël Gomès |
verify: also check dirstate
|
Sun, 20 Feb 2022 15:35:09 -0700 |
Gregory Szorc |
py2: drop some more from __future__ statements
|
Wed, 02 Feb 2022 17:24:05 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 01 Feb 2022 16:36:20 +0100 |
Pierre-Yves David |
dirstate-v2: rename the configuration to enable the format
stable
|
Fri, 19 Nov 2021 16:16:21 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code for RepoLookupError
|
Wed, 20 Oct 2021 00:57:02 +0200 |
Pierre-Yves David |
dirstate-v2: freeze the on-disk format
|
Tue, 19 Oct 2021 19:04:11 +0200 |
Raphaël Gomès |
backout: backed out changeset 6edc8800dbc3
|
Tue, 02 Mar 2021 09:33:25 -0800 |
Martin von Zweigbergk |
dispatch: use detailed exit code 250 for keyboard interrupt
|
Tue, 28 Sep 2021 15:11:22 -0700 |
Martin von Zweigbergk |
errors: raise InputError from revsingle() iff revset provided by the user
|
Mon, 02 Aug 2021 21:10:42 -0400 |
Valentin Gatien-Baron |
tests: setup dummyssh as the default ssh
|
Wed, 28 Jul 2021 13:18:13 +0200 |
Pierre-Yves David |
run-tests: use a small timeout for chg instance
stable
|
Fri, 09 Jul 2021 20:42:26 +0200 |
Pierre-Yves David |
tests: blacklist a handful of test with `rhg` or `chg`
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Update the expected output of some tests for new requirement
|
Fri, 29 Jan 2021 12:16:55 -0800 |
Martin von Zweigbergk |
errors: use exit code 40 for when a hook fails
|
Wed, 02 Dec 2020 20:10:27 +0100 |
Pierre-Yves David |
run-tests: allow some slack about 'waiting on lock' message
|
Mon, 23 Nov 2020 11:18:48 -0800 |
Martin von Zweigbergk |
errors: remove trailing "!" from some error messages for consistency
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
Wed, 21 Oct 2020 19:00:16 -0700 |
Martin von Zweigbergk |
errors: add config that lets user get more detailed exit codes
|
Fri, 23 Oct 2020 10:56:18 -0700 |
Martin von Zweigbergk |
config: add a new [command-templates] section for templates defined by hg
|
Sat, 27 Jun 2020 21:46:23 +0900 |
Yuya Nishihara |
cmdserver: add option to not exit from message loop on SIGINT
|
Mon, 24 Feb 2020 13:28:49 +0900 |
Yuya Nishihara |
py3: fix EOL detection in commandserver.channeledinput
stable
|
Sun, 14 Oct 2018 13:19:24 +0200 |
Pierre-Yves David |
debugobsolete: also issue the "new obsmarkers" messsage
|
Sat, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Wed, 31 Oct 2018 21:57:11 +0900 |
Yuya Nishihara |
commandserver: pass around option to hook repo instance creation
|
Sat, 10 Nov 2018 18:16:33 +0900 |
Yuya Nishihara |
test-commandserver: change way of triggering early crash
|
Thu, 15 Nov 2018 17:38:51 -0500 |
Matt Harbison |
tests: stabilize test-commandserver.t on Windows
|
Sun, 04 Nov 2018 12:51:14 +0900 |
Yuya Nishihara |
commandserver: send raw progress information to message channel
|
Sun, 04 Nov 2018 12:38:49 +0900 |
Yuya Nishihara |
commandserver: make getpass() request distinct from normal prompt
|
Sun, 04 Nov 2018 12:17:20 +0900 |
Yuya Nishihara |
commandserver: attach prompt default and choices to message
|
Thu, 08 Nov 2018 22:25:04 +0900 |
Yuya Nishihara |
test-commandserver: clean up quoting and location of dbgui extension
|
Sun, 18 Jan 2015 17:55:28 +0900 |
Yuya Nishihara |
ui: extract helpers to write message with type or label
|
Sun, 18 Jan 2015 18:49:59 +0900 |
Yuya Nishihara |
commandserver: add experimental option to use separate message channel
|
Thu, 01 Nov 2018 14:29:21 +0100 |
Boris Feld |
run-tests: define the default merge tool through configuration
|
Tue, 16 Oct 2018 08:48:23 +0200 |
Yuya Nishihara |
py3: get around IOError variants in test-commandserver.t
|
Tue, 16 Oct 2018 08:41:58 +0200 |
Yuya Nishihara |
py3: don't use traceback.print_exc() in commandserver.py
|
Tue, 16 Oct 2018 07:52:56 +0200 |
Yuya Nishihara |
py3: import StringIO from test utility to test-commandserver.t
|
Tue, 16 Oct 2018 07:38:31 +0200 |
Yuya Nishihara |
py3: use bprint() helper in test-commandserver.t
|
Tue, 16 Oct 2018 07:35:29 +0200 |
Yuya Nishihara |
py3: byte-stringify most literals in test-commandserver.t
|
Mon, 01 Oct 2018 23:26:24 -0400 |
Matt Harbison |
py3: suppress the output from .write() calls in more tests
|
Wed, 05 Sep 2018 01:19:48 +0300 |
Meirambek Omyrzak |
verify: make output less confusing (issue5924)
|
Wed, 04 Apr 2018 16:32:51 -0700 |
Gregory Szorc |
tests: conditionalize test-commandserver.t based on extra extensions
|
Sun, 25 Mar 2018 12:15:33 +0900 |
Yuya Nishihara |
procutil: redirect ui.fout to stderr while stdio is protected
|
Tue, 13 Mar 2018 09:45:56 -0700 |
Gregory Szorc |
hgweb: allow defining Server response header for HTTP server
|
Sun, 25 Feb 2018 23:51:32 -0500 |
Augie Fackler |
http: drop custom http client logic
|
Sun, 18 Feb 2018 18:28:45 +0530 |
Pulkit Goyal |
py3: use range instead of xrange in tests/test-commandserver.t
|
Wed, 06 Dec 2017 22:56:15 -0500 |
Matt Harbison |
lfs: introduce a user level cache for lfs files
|
Thu, 23 Nov 2017 22:17:03 +0900 |
Yuya Nishihara |
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
stable
|
Tue, 24 Oct 2017 11:15:30 -0700 |
Siddharth Agarwal |
merge: disable path conflict checking by default (issue5716)
stable
|
Thu, 19 Oct 2017 12:32:42 +0200 |
Boris Feld |
obsfate: rename obsfate into obsolete in changeset_printer
|
Thu, 28 Sep 2017 18:19:06 +0100 |
Boris Feld |
config: use 'experimental.evolution.create-markers'
|
Thu, 05 Oct 2017 15:25:18 +0200 |
Boris Feld |
log: add obsfate by default in changeset printer
|
Fri, 13 Oct 2017 23:53:06 +0200 |
Boris Feld |
configitems: register the test 'failafterfinalize.fail' config
|
Mon, 02 Oct 2017 14:05:30 -0700 |
Mark Thomas |
merge: check for path conflicts when merging (issue5628)
|
Tue, 22 Aug 2017 14:26:25 -0400 |
Augie Fackler |
tests: update test-commandserver to pass our import checker
|
Tue, 22 Aug 2017 16:37:56 -0400 |
Augie Fackler |
tests: add blank output lines to test-commandserver
|
Fri, 04 Aug 2017 18:41:16 +0200 |
Boris Feld |
test: update evolution config
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Tue, 01 Aug 2017 21:03:25 +0900 |
Yuya Nishihara |
tests: show cache of audited paths is never invalidated
stable
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|