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
Wed, 14 Oct 2020 17:46:28 +0200 Pierre-Yves David clonebundle: move the manifest filename to a constant
Thu, 15 Oct 2020 15:57:36 +0200 Pierre-Yves David clonebundles: move a bundle of clone bundle related code to a new module
Wed, 01 Jul 2020 15:14:59 +0530 Pulkit Goyal config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
Fri, 18 Sep 2020 18:52:38 +0530 Pulkit Goyal dispatch: load shared source repository config in share-safe mode
Fri, 18 Sep 2020 17:28:22 +0530 Pulkit Goyal tests: add test showing broken extension loading in case of share-safe
Fri, 09 Oct 2020 10:33:19 +0200 Pierre-Yves David dirstate-tree: simplify the control flow in the Node.insert method
Wed, 21 Oct 2020 01:48:09 +0200 Joerg Sonnenberger revlog: use LRU for the chain cache
Wed, 14 Oct 2020 08:38:58 -0700 Martin von Zweigbergk tests: add notes about broken `hg log --follow <file>` with copies in extras
Thu, 22 Oct 2020 10:57:11 -0700 Martin von Zweigbergk config: move message about leading spaces in config to config.py
Thu, 22 Oct 2020 09:58:05 -0700 Martin von Zweigbergk errors: name arguments to ParseError constructor
Tue, 20 Oct 2020 08:58:20 -0700 Martin von Zweigbergk errors: remove unnecessary override of __bytes__ in RevlogError
Thu, 15 Oct 2020 22:23:02 -0700 Martin von Zweigbergk commit: leverage cmdutil.check_incompatible_arguments()
Tue, 27 Oct 2020 10:06:17 -0700 Martin von Zweigbergk split: use default one-line summary
Tue, 27 Oct 2020 10:22:36 -0700 Martin von Zweigbergk phabsend: use default one-line summary
Tue, 27 Oct 2020 15:33:15 -0700 Martin von Zweigbergk rebase: change and standarize template for rebase's one-line summary
Thu, 22 Oct 2020 23:10:06 -0700 Martin von Zweigbergk rebase: make summary template configurable, with default to shared template
Thu, 22 Oct 2020 22:29:22 -0700 Martin von Zweigbergk rebase: use hard-coded template for one-line commit description
Mon, 26 Oct 2020 10:33:32 -0700 Martin von Zweigbergk config: move ui.pre-merge-tool-output-template into [command-templates]
Fri, 23 Oct 2020 15:59:32 -0700 Martin von Zweigbergk config: rename ui.mergemarkertemplate to command-templates.mergemarker
Fri, 23 Oct 2020 15:27:33 -0700 Martin von Zweigbergk config: rename ui.graphnodetemplate to command-templates.graphnode
Fri, 23 Oct 2020 10:56:18 -0700 Martin von Zweigbergk config: add a new [command-templates] section for templates defined by hg
Thu, 29 Oct 2020 11:12:25 +0100 Dan Villiom Podlaski Christiansen i18n: fix coding tag unsupported by xgettext stable 5.6
Thu, 29 Oct 2020 11:11:54 +0100 Dan Villiom Podlaski Christiansen py3: hggettext stable
Thu, 29 Oct 2020 11:37:22 -0700 Martin von Zweigbergk relnotes: copy "next" to "5.6" and clear "next" stable
Fri, 23 Oct 2020 22:20:08 -0400 Matt Harbison repoview: only pin obsolete wdir parents while there are unresolved conflicts stable
Wed, 28 Oct 2020 17:41:25 +0100 Dan Villiom Podlaski Christiansen backout: don't assume that tip as what we just committed stable
Fri, 23 Oct 2020 20:33:36 +0900 Yuya Nishihara url: do not continue HTTP authentication with user=None (issue6425) stable
Fri, 23 Oct 2020 20:10:17 +0900 Yuya Nishihara ui: fix echo back of ui.prompt() to not concatenate None as bytes stable
Thu, 29 Oct 2020 07:51:13 +0100 Dan Villiom Podlaski Christiansen commit: don't change phases for preexisting commits stable
Mon, 26 Oct 2020 10:08:22 -0700 Martin von Zweigbergk branching: merge with stable
Thu, 22 Oct 2020 18:38:41 -0400 Matt Harbison demandimport: don't raise AttributeError if `exec_module` is missing stable
Thu, 22 Oct 2020 12:31:26 -0400 Mitchell Plamann test: avoid bashisms in test-transaction-rollback-on-sigpipe.t stable
Wed, 21 Oct 2020 22:53:15 -0700 Gregory Szorc automation: upload Python 3.9 Windows wheels stable
Wed, 21 Oct 2020 21:53:19 -0700 Gregory Szorc contrib: split Windows requirements into multiple files stable
Sat, 17 Oct 2020 13:06:18 +0900 Yuya Nishihara relnotes: add diffcontains() to new features list stable
Sat, 17 Oct 2020 13:00:04 +0900 Yuya Nishihara revset: rename diff(pattern) to diffcontains(pattern) stable
Sun, 18 Oct 2020 22:48:00 -0700 Gregory Szorc pyoxidizer: update to PyOxidizer 0.9 stable
Tue, 20 Oct 2020 22:06:30 +0530 Pulkit Goyal Added signature for changeset 0e06a7ab9e0d stable
Tue, 20 Oct 2020 22:06:23 +0530 Pulkit Goyal Added tag 5.6rc0 for changeset 0e06a7ab9e0d stable
Tue, 20 Oct 2020 22:04:04 +0530 Pulkit Goyal merge with default for 5.6rc0 stable 5.6rc0
Thu, 15 Oct 2020 22:57:30 -0700 Martin von Zweigbergk tag: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:17 -0700 Martin von Zweigbergk serve: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:08 -0700 Martin von Zweigbergk revert: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:45 -0700 Martin von Zweigbergk incoming: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:35 -0700 Martin von Zweigbergk grep: levarage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:48:43 -0700 Martin von Zweigbergk import: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:44:03 -0700 Martin von Zweigbergk backout: leverage cmdutil.check_incompatible_arguments()
Mon, 12 Oct 2020 12:52:45 -0700 Martin von Zweigbergk transaction: use ProgrammingError for when an committed transaction is used
Mon, 05 Oct 2020 17:18:39 -0400 Mitchell Plamann hook: ignore EPIPE when flushing stdout/stderr
Mon, 05 Oct 2020 13:23:16 -0400 Mitchell Plamann test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
Tue, 13 Oct 2020 05:14:37 +0200 Pierre-Yves David upgrade: allow sidedata upgrade to modify revision flag
Tue, 13 Oct 2020 03:30:49 +0200 Pierre-Yves David sidedata: return enough data to set the proper flag in the future
Tue, 13 Oct 2020 02:49:03 +0200 Pierre-Yves David test: move upgrade run and check earlier in test-copies-chain-merge
Tue, 13 Oct 2020 02:45:24 +0200 Pierre-Yves David copies: split creation of the graph and actual checking again
Thu, 15 Oct 2020 10:28:27 -0700 Martin von Zweigbergk copy: clarify in help text that `hg co --forget` takes a *destination* file
Thu, 15 Oct 2020 15:57:31 +0200 Pierre-Yves David test: check server error output in `test-pull-bundle.t`
Tue, 06 Oct 2020 01:51:56 +0200 Joerg Sonnenberger unbundle: free temporary objects after use
Tue, 13 Oct 2020 03:23:17 +0200 Pierre-Yves David changing-files: add a shorthand property to check for copy relevant info
Wed, 14 Oct 2020 17:51:56 +0200 Pierre-Yves David pycompat: add an entry for unnamedtmpfile
Wed, 14 Oct 2020 21:47:14 +0200 Pierre-Yves David pycompat: update comment about unnamedtempfile
Tue, 08 Sep 2020 18:16:24 +0900 Yuya Nishihara revset: add diff(pattern) predicate for "grep --diff"
Mon, 05 Oct 2020 20:40:39 +0900 Yuya Nishihara stringutil: add function to compile stringmatcher pattern into regexp
Wed, 14 Oct 2020 22:10:48 +0900 Yuya Nishihara py3: fix stringmatcher() to byte-stringify exception message
Mon, 05 Oct 2020 20:53:34 +0900 Yuya Nishihara stringutil: extract helper function that splits stringmatcher() pattern
Wed, 09 Sep 2020 17:17:38 +0900 Yuya Nishihara grep: extract main search loop as searcher method
Sun, 04 Oct 2020 13:17:57 +0900 Yuya Nishihara scmutil: move walkchangerevs() from cmdutil
Wed, 09 Sep 2020 17:04:44 +0900 Yuya Nishihara grep: extract public function to register file to be skipped
Tue, 13 Oct 2020 16:44:57 -0400 Matt Harbison posix: avoid a leaked file descriptor in a unix domain socket exception case
Tue, 13 Oct 2020 16:41:01 -0400 Matt Harbison posix: use context managers in a couple of places
Wed, 14 Oct 2020 14:43:39 -0700 Kyle Lippincott record: when backing up, avoid generating very long filenames
Sat, 10 Oct 2020 12:43:04 +0530 Pulkit Goyal mergestate: add `allextras()` to get all extras
Tue, 06 Oct 2020 19:11:34 +0530 Pulkit Goyal mergestate: document `o` merge record state in _mergestate_base docs
Fri, 09 Oct 2020 00:33:50 -0400 Matt Harbison fix: update commit hash references in the new commits
Fri, 09 Oct 2020 00:14:07 -0400 Matt Harbison absorb: update commit hash references in the new commits
Thu, 08 Oct 2020 23:33:04 -0400 Matt Harbison rewriteutil: handle dropped commits when updating description hashes
Fri, 09 Oct 2020 10:20:53 +0200 Pierre-Yves David dirstate-tree: move a conditional in an explicit boolean
Thu, 08 Oct 2020 18:50:46 +0200 Pierre-Yves David rust: cleanup some white space in a dock
Sat, 10 Oct 2020 13:19:25 +0530 Pulkit Goyal commit: pass ChangingFiles object as argument to _process_files
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip