Mon, 23 Nov 2020 12:20:19 +0100 |
Simon Sapin |
bisect: use tuple literal instead of split on string literal
|
Mon, 23 Nov 2020 11:58:52 +0100 |
Simon Sapin |
hgignore: add VS Code config
|
Mon, 23 Nov 2020 11:56:10 -0800 |
Martin von Zweigbergk |
tests: make test-worker.t pass on py2
|
Mon, 23 Nov 2020 11:30:43 -0800 |
Martin von Zweigbergk |
tests: update test-https.t's #no-defaultcacertsloaded block with new exit code
|
Sun, 22 Nov 2020 23:53:09 +0530 |
Pulkit Goyal |
chg: fix test-check-clang-format.t failure
|
Tue, 17 Nov 2020 21:30:50 -0500 |
Sebastien Boisvert |
log: add bookmark option to "hg log"
|
Sat, 21 Nov 2020 16:55:07 -0500 |
Matt Harbison |
extensions: gracefully warn when doing min version check with no local version
|
Sat, 21 Nov 2020 15:34:54 -0500 |
Matt Harbison |
make: switch the PYTHON default to `py.exe -3` on Windows
|
Fri, 20 Nov 2020 21:06:38 +0100 |
Georges Racinet |
heptapod-ci: hosting base image on registry.heptapod.net
|
Fri, 20 Nov 2020 07:37:09 +0100 |
Pierre-Yves David |
context: small update to ctx.status doc
|
Mon, 16 Nov 2020 16:00:50 -0800 |
Martin von Zweigbergk |
errors: use exit code 10 for parse errors
|
Fri, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
Mon, 16 Nov 2020 10:56:54 -0800 |
Martin von Zweigbergk |
histedit: don't crash if commit message is empty
|
Mon, 02 Nov 2020 11:03:56 +0100 |
Pierre-Yves David |
copies: cache the ancestor checking call when tracing copy
|
Fri, 20 Nov 2020 10:34:26 -0800 |
Martin von Zweigbergk |
errors: remove ParseError.args
|
Fri, 20 Nov 2020 13:55:32 -0800 |
Martin von Zweigbergk |
errors: let ParseError use Abort.__bytes__
|
Fri, 20 Nov 2020 10:31:56 -0800 |
Martin von Zweigbergk |
config: clean up message about ignored untrusted config
|
Fri, 20 Nov 2020 10:22:58 -0800 |
Martin von Zweigbergk |
tests: use new ParseError.format() in test-trusted.py
|
Thu, 19 Nov 2020 15:13:39 -0800 |
Martin von Zweigbergk |
errors: make ParseError a subtype of Abort
|
Fri, 20 Nov 2020 13:24:45 -0800 |
Martin von Zweigbergk |
tests: make doctests not depend on str(ParseError()) format
|
Fri, 20 Nov 2020 09:17:38 -0800 |
Martin von Zweigbergk |
errors: format "abort: " text in a new Abort.format() method
|
Fri, 20 Nov 2020 08:51:45 -0800 |
Martin von Zweigbergk |
errors: make formatparse() an instance method on ParseError
|
Thu, 19 Nov 2020 11:23:59 -0800 |
Martin von Zweigbergk |
errors: create "similarity hint" for UnknownIdentifier eagerly in constructor
|
Thu, 19 Nov 2020 12:20:26 -0800 |
Martin von Zweigbergk |
errors: move similarity_hint() to error module
|
Thu, 19 Nov 2020 09:19:44 -0800 |
Martin von Zweigbergk |
errors: morph reportsimilar() into similarity_hint()
|
Thu, 19 Nov 2020 10:29:06 -0800 |
Martin von Zweigbergk |
errors: restructure formatparse() to clarify conditions a bit
|
Thu, 19 Nov 2020 14:55:55 -0500 |
Augie Fackler |
pyoxidizer: run buildifier
|
Tue, 17 Nov 2020 16:23:57 -0800 |
Martin von Zweigbergk |
errors: raise InputError in `hg absorb`
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
Tue, 17 Nov 2020 15:51:09 -0800 |
Martin von Zweigbergk |
errors: raise InputError in `hg split`
|
Tue, 17 Nov 2020 15:42:42 -0800 |
Martin von Zweigbergk |
errors: raise StateError in `hg bisect`
|
Tue, 17 Nov 2020 15:37:18 -0800 |
Martin von Zweigbergk |
errors: raise InputError in `hg debugobsolete`
|
Mon, 16 Nov 2020 16:25:04 -0800 |
Martin von Zweigbergk |
errors: raise InputError when line range to followlines() is out of bounds
|
Sat, 07 Nov 2020 22:31:29 +0100 |
Joerg Sonnenberger |
transaction: split new files into a separate set
|
Sat, 07 Nov 2020 21:34:09 +0100 |
Joerg Sonnenberger |
transaction: change list of journal entries into a dictionary
|
Sat, 07 Nov 2020 19:24:12 +0100 |
Joerg Sonnenberger |
transaction: rename find to findoffset and drop backup file support
|
Sat, 07 Nov 2020 17:56:01 +0100 |
Joerg Sonnenberger |
transaction: drop per-file extra data support
|
Thu, 12 Nov 2020 14:07:34 -0800 |
Martin von Zweigbergk |
templates: define a {onelinesummary} keyword
|
Fri, 30 Oct 2020 12:46:38 -0700 |
Martin von Zweigbergk |
relnotes: document new [command-templates] section
|
Fri, 30 Oct 2020 13:26:18 -0700 |
Martin von Zweigbergk |
help: document the new [command-templates] config section
|
Sun, 08 Nov 2020 16:23:35 -0500 |
Valentin Gatien-Baron |
strip: move into core
|
Sat, 07 Nov 2020 16:36:19 -0800 |
Gregory Szorc |
revlog: pass sidedata argument to flagutil.processflagswrite()
|
Sat, 07 Nov 2020 16:45:58 -0800 |
Gregory Szorc |
pure: guard against empty blocks
|
Mon, 16 Nov 2020 16:38:57 +0100 |
Raphaël Gomès |
rust-status: don't bubble up os errors, translate them to bad matches
|
Mon, 16 Nov 2020 16:36:00 +0100 |
Raphaël Gomès |
rust-status: properly translate OSError to Python
|
Mon, 16 Nov 2020 21:28:42 -0800 |
Martin von Zweigbergk |
shelve: clear merge state after partial shelve
|
Mon, 16 Nov 2020 22:38:36 -0800 |
Martin von Zweigbergk |
tests: show that interactive shelve can leave the repo with a merge state
|
Mon, 16 Nov 2020 10:30:53 -0800 |
Martin von Zweigbergk |
histedit: disable color while rendering template for use in plan
|
Mon, 16 Nov 2020 10:30:06 -0800 |
Martin von Zweigbergk |
tests: show how `hg histedit` can put color codes in histedit plan
|
Fri, 13 Nov 2020 09:41:49 -0800 |
Martin von Zweigbergk |
split: disable color while rendering template for use in commit message
|
Thu, 12 Nov 2020 17:06:45 -0800 |
Martin von Zweigbergk |
tests: show how `hg split` can put color codes in commit template
|
Mon, 16 Nov 2020 16:00:13 -0800 |
Martin von Zweigbergk |
dispatch: move some helper functions down into scmutil
|
Mon, 16 Nov 2020 15:11:51 -0800 |
Martin von Zweigbergk |
errors: raise more specific errors from rewriteutil
|
Tue, 17 Nov 2020 19:29:08 +0900 |
Yuya Nishihara |
chgserver: backport py3 buffered I/O workarounds from procutil
|
Tue, 03 Nov 2020 11:24:21 +0900 |
Yuya Nishihara |
chg: reset errno prior to calling strtol()
stable
|
Tue, 03 Nov 2020 11:15:50 +0900 |
Yuya Nishihara |
chg: do not close dir fd while iterating
stable
|
Tue, 03 Nov 2020 11:12:25 +0900 |
Yuya Nishihara |
chg: show debug message for each fd to be closed
stable
|
Tue, 03 Nov 2020 11:06:15 +0900 |
Yuya Nishihara |
chg: apply clang-format
stable
|
Thu, 12 Nov 2020 15:28:06 -0800 |
Martin von Zweigbergk |
errors: use InputError for some errors on `hg clone`
|
Thu, 12 Nov 2020 13:22:40 -0800 |
Martin von Zweigbergk |
errors: raise InputError when given non-existent paths etc
|
Thu, 12 Nov 2020 10:35:33 -0800 |
Martin von Zweigbergk |
errors: use InputError for errors about bad label names (tags etc)
|
Thu, 12 Nov 2020 09:53:14 -0800 |
Martin von Zweigbergk |
errors: use InputError for errors about bad paths
|
Tue, 10 Nov 2020 09:14:01 -0800 |
Martin von Zweigbergk |
destutil: raise more specific error when histedit.defaultrev is empty
|
Tue, 20 Oct 2020 08:56:00 -0700 |
Martin von Zweigbergk |
errors: raise more specific errors when default remote not configured
|
Thu, 22 Oct 2020 13:56:01 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 30 for config errors
|
Mon, 12 Oct 2020 12:44:18 -0700 |
Martin von Zweigbergk |
errors: introduce StateError and use it from commands and cmdutil
|
Thu, 22 Oct 2020 13:31:34 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 100 for some remote errors
|
Thu, 12 Nov 2020 21:56:52 -0800 |
Martin von Zweigbergk |
errors: catch urllib errors specifically instead of using safehasattr()
|
Thu, 12 Nov 2020 08:29:55 -0800 |
Martin von Zweigbergk |
errors: raise InputError in fancyopts
|
Fri, 06 Nov 2020 17:32:23 +0100 |
Mathias De Mare |
packaging: switch centos 7 packaging to python 3
|
Fri, 06 Nov 2020 11:24:54 +0100 |
Mathias De Mare |
packaging: remove centos5 and centos6 support
|
Wed, 11 Nov 2020 22:01:45 +0100 |
Mathias De Mare |
test-filecache: use sys.executable to call python
|
Tue, 01 Sep 2020 11:03:47 -0400 |
Augie Fackler |
make: add a pyoxidizer target
|
Tue, 10 Nov 2020 12:44:15 -0500 |
Augie Fackler |
pyoxidizer: switch to modern config using run_command instead of run_mode
|
Tue, 03 Nov 2020 16:25:33 -0500 |
Augie Fackler |
pyoxidizer: default to one-file binary on non-Windows platforms
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Mon, 09 Nov 2020 09:58:44 -0800 |
Martin von Zweigbergk |
tests: use python from environment in test-parseindex2.py
|
Thu, 22 Oct 2020 13:38:14 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 20 for locking errors
|
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
|
Sat, 07 Nov 2020 21:50:28 -0800 |
Martin von Zweigbergk |
worker: raise exception instead of calling sys.exit() with child's code
|
Tue, 03 Nov 2020 09:56:02 -0800 |
Martin von Zweigbergk |
config: read system hgrc in lexicographical order
|
Sun, 08 Nov 2020 20:12:32 +0100 |
Joerg Sonnenberger |
relnotes: drop 5.6 release entries from next
|
Sat, 07 Nov 2020 15:02:53 -0500 |
Augie Fackler |
merge with stable
|
Mon, 05 Oct 2020 19:46:31 -0700 |
Gregory Szorc |
makefile: use Python 3 by default (BC)
|
Tue, 03 Nov 2020 20:28:23 -0800 |
Martin von Zweigbergk |
hgweb: don't call sys.exit() in httpservice.run()
|
Tue, 03 Nov 2020 20:20:49 -0800 |
Martin von Zweigbergk |
serve: simply return instead of calling sys.exit() in `hg serve --stdio`
|
Tue, 03 Nov 2020 20:18:26 -0800 |
Martin von Zweigbergk |
httpservice: move sys.exit() out of serve_forever()
|
Mon, 22 Jun 2020 22:47:43 -0700 |
Martin von Zweigbergk |
copies: handle more cases where a file got replaced by a copy
|
Mon, 22 Jun 2020 22:47:33 -0700 |
Martin von Zweigbergk |
tests: test more cases where a file got replaced by a copy
|
Wed, 07 Oct 2020 03:00:26 +0200 |
Joerg Sonnenberger |
unionrepo: don't insert index tuples with None as int field
|
Wed, 07 Oct 2020 03:00:01 +0200 |
Joerg Sonnenberger |
bundlerepo: don't insert index tuples with full nodes as linkrev
|
Tue, 20 Oct 2020 15:09:08 +0200 |
Antoine cezar |
rhg: add full node id support for `debugdata` command
|
Thu, 29 Oct 2020 13:54:25 +0100 |
Dan Villiom Podlaski Christiansen |
commit: warn the user when a commit already exists
|
Tue, 06 Oct 2020 13:34:51 +0200 |
Joerg Sonnenberger |
revlog: don't cache parsed tuples in the C module
|
Fri, 16 Oct 2020 16:00:32 -0700 |
Martin von Zweigbergk |
fix: only check for obsolete commits in the --rev case
|
Fri, 16 Oct 2020 15:02:46 -0700 |
Martin von Zweigbergk |
fix: don't include obsolete descendants with -s
|
Fri, 16 Oct 2020 11:15:00 -0700 |
Martin von Zweigbergk |
tests: add test showing how `hg fix -s` deals with obsolete and orphan nodes
|
Fri, 16 Oct 2020 15:05:43 -0700 |
Martin von Zweigbergk |
fix: suggest --source instead of --rev on empty revset
|
Mon, 28 Sep 2020 17:13:15 +0200 |
Antoine cezar |
hg-core: fix path encoding usage
|
Mon, 26 Oct 2020 11:45:32 +0100 |
Dan Villiom Podlaski Christiansen |
push: add --all-bookmarks option
|
Thu, 29 Oct 2020 19:25:33 +0100 |
Antoine cezar |
rhg: strip copied files metadata from `cat` output
|
Mon, 02 Nov 2020 14:39:43 -0500 |
Augie Fackler |
merge with stable
|
Mon, 02 Nov 2020 11:58:34 +0100 |
Mathias De Mare |
chg: close file descriptors when starting the daemon
stable
|
Sat, 31 Oct 2020 17:42:31 -0400 |
Barret Rennie |
crecord: render chunkpad on Windows (issue6427)
stable
|
Mon, 02 Nov 2020 14:26:19 -0500 |
Augie Fackler |
Added signature for changeset 18c17d63fdab
stable
|
Mon, 02 Nov 2020 14:26:18 -0500 |
Augie Fackler |
Added tag 5.6 for changeset 18c17d63fdab
stable
|
Tue, 13 Oct 2020 05:15:44 +0200 |
Pierre-Yves David |
copies: make sure deleted copy info do not overwriting unrelated ones
|
Wed, 21 Oct 2020 22:30:42 +0200 |
Joerg Sonnenberger |
utils: helper function to print top memory allocation site
|
Thu, 29 Oct 2020 09:03:08 -0700 |
Martin von Zweigbergk |
templates: include all non-branch namespaces in default one-line summary
|
Thu, 29 Oct 2020 13:29:05 +0100 |
Joerg Sonnenberger |
relnotes: mention improved memory use and underlaying API changes
|
Thu, 29 Oct 2020 00:17:12 -0700 |
Martin von Zweigbergk |
branching: merge with stable
|
Sat, 17 Oct 2020 21:57:21 +0900 |
Yuya Nishihara |
help: update command synopsis to clarify "cp --forget" only takes destinations
|
Tue, 13 Oct 2020 14:16:21 -0400 |
Matt Harbison |
rebase: update commit hash references in the new commits
|
Thu, 22 Oct 2020 23:35:04 -0700 |
Martin von Zweigbergk |
histedit: drop fallback to empty string from rendertemplate()
|
Tue, 20 Oct 2020 17:32:45 +0200 |
Joerg Sonnenberger |
phases: convert registernew users to use revision sets
|
Mon, 19 Oct 2020 02:54:12 +0200 |
Joerg Sonnenberger |
phases: allow registration and boundary advancement with revision sets
|
Sun, 18 Oct 2020 22:18:02 +0200 |
Joerg Sonnenberger |
revlog: extend addgroup() with callback for duplicates
|
Wed, 07 Oct 2020 14:26:47 +0530 |
Pulkit Goyal |
tags: add safety check for len(record) while reading hgtagsfnodescache
|
Wed, 14 Oct 2020 17:52:18 +0200 |
Pierre-Yves David |
procutil: allow to specify arbitrary stdin bytes to runbgcommand
|