Mercurial > hg
graph
-
verify: convert an exception to bytes before logging stableThu, 11 Mar 2021 21:02:03 -0500, by Matt Harbison
-
typing: add an assertion to the upgrade engine to help pytype stableThu, 11 Mar 2021 19:50:14 -0500, by Matt Harbison
-
subrepo: handle unexpected file types from git gracefully stableThu, 11 Mar 2021 19:21:58 -0500, by Matt Harbison
-
patch: convert a UI message to bytes when editing a patch stableThu, 11 Mar 2021 18:45:18 -0500, by Matt Harbison
-
merge: force an exception message to bytes before printing as a warning stableThu, 11 Mar 2021 18:33:39 -0500, by Matt Harbison
-
hg: convert an exception to bytes in the repo creation exception handler stableThu, 11 Mar 2021 18:09:55 -0500, by Matt Harbison
-
typing: add an assertion instead of blacklisting mercurial/extensions.py stableThu, 11 Mar 2021 17:55:52 -0500, by Matt Harbison
-
debug: convert a few exceptions to bytes before wrapping in another error stableThu, 11 Mar 2021 17:27:31 -0500, by Matt Harbison
-
grep: convert an exception to bytes for a warning message stableThu, 11 Mar 2021 17:16:29 -0500, by Matt Harbison
-
morestatus: convert a UI message about merge conflicts to bytes stableThu, 11 Mar 2021 17:14:30 -0500, by Matt Harbison
-
changegroup: convert a warning message to bytes stableThu, 11 Mar 2021 17:12:08 -0500, by Matt Harbison
-
branchmap: force Exception to bytes before logging stableThu, 11 Mar 2021 17:10:52 -0500, by Matt Harbison
-
mail: convert SMTPException to bytes before passing to error.Abort() stableThu, 11 Mar 2021 17:04:58 -0500, by Matt Harbison
-
typing: switch an argument type to the generic form stableThu, 11 Mar 2021 17:02:28 -0500, by Matt Harbison
-
typing: ensure that error.Abort is given bytes stableThu, 11 Mar 2021 21:25:28 -0500, by Matt Harbison
-
typing: fix a suppression directive that was mangled by black formatting stableThu, 11 Mar 2021 21:21:41 -0500, by Matt Harbison
-
commit: reorder if-else conditional to give mergestate info priority stableThu, 04 Mar 2021 17:35:58 +0530, by Pulkit Goyal
-
enclink: check contents of symlinks not just size in case of fcrypt stableWed, 10 Mar 2021 15:24:52 +1000, by Corey Schuhen
-
rebase: inline simple function for finding obsolete subset of commitsFri, 12 Feb 2021 16:13:34 -0800, by Martin von Zweigbergk
-
ci: hook network-io tests into the pipelineThu, 25 Feb 2021 20:57:11 +0100, by Joerg Sonnenberger
-
merge: with stableFri, 12 Mar 2021 13:13:13 -0500, by Augie Fackler
-
test: update expected output in test-http.tWed, 10 Mar 2021 18:24:23 +0100, by Pierre-Yves David
-
remotefilelog: remove unused importWed, 10 Mar 2021 18:23:24 +0100, by Pierre-Yves David
-
wireprotov1peer: don't raise internal errors in some casesThu, 25 Feb 2021 10:08:33 -0500, by Valentin Gatien-Baron
-
sshpeer: don't fail forwarding output from closed connectionsThu, 25 Feb 2021 10:00:08 -0500, by Valentin Gatien-Baron
-
test: show internal exception with batchable rpcs over sshThu, 25 Feb 2021 09:59:23 -0500, by Valentin Gatien-Baron
-
rhg: Ignore trailing newlines in .hg/sharedpathThu, 04 Mar 2021 13:26:53 +0100, by Simon Sapin
-
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`Tue, 02 Mar 2021 21:31:12 +0100, by Simon Sapin
-
rhg: Add support for automatic fallback to PythonMon, 01 Mar 2021 20:36:06 +0100, by Simon Sapin
-
rhg: Add a `rhg.on-unsupported` configuration keyMon, 01 Mar 2021 16:18:42 +0100, by Simon Sapin
-
rhg: Make configuration available as early as possible in main()Mon, 01 Mar 2021 13:51:35 +0100, by Simon Sapin
-
rust: Upgrade Cargo.lock to the newer formatTue, 02 Mar 2021 09:55:52 +0100, by Simon Sapin
-
sshpeer: enable+fix warning about sshpeers not being closed explicitlyMon, 15 Feb 2021 14:48:36 -0500, by Valentin Gatien-Baron
-
sshpeer: add a develwarning if an sshpeer is not closed explicitlyMon, 15 Feb 2021 14:40:17 -0500, by Valentin Gatien-Baron
-
remotefilelog: rework workaround for sshpeer deadlocksMon, 15 Feb 2021 14:15:02 -0500, by Valentin Gatien-Baron
-
sshpeer: add a method to check if a doublepipe is closedMon, 15 Feb 2021 14:11:38 -0500, by Valentin Gatien-Baron
-
sshpeer: make sshpeer.close() close the underlying connectionMon, 15 Feb 2021 13:59:36 -0500, by Valentin Gatien-Baron
-
copies-rust: add a macro-based unit-testing frameworkMon, 11 Jan 2021 13:33:00 +0100, by Simon Sapin
-
copies-rust: rewrite ChangedFiles binary parsingWed, 06 Jan 2021 23:11:59 +0100, by Simon Sapin
-
tags: validate nodes in _getfnodes() and update cache in case of unknown nodesTue, 02 Mar 2021 00:02:25 +0530, by Pulkit Goyal
-
debugtagscache: verify that filenode is correctMon, 15 Feb 2021 17:08:18 +0530, by Pulkit Goyal
-
tests: demonstrate a case where a corrupt tag cache causes an abortThu, 24 Dec 2020 12:23:46 -0500, by Matt Harbison
-
debugcommands: prevent using `is False`Tue, 16 Feb 2021 20:38:14 +0530, by Pulkit Goyal
-
hgtagsfnodes: refactor code to compute fnode into separate fnTue, 16 Feb 2021 18:43:42 +0530, by Pulkit Goyal
-
error: remove shortening of node in error messageWed, 10 Feb 2021 17:24:54 +0530, by Pulkit Goyal
-
copies: filter out copies grafted from another branchThu, 04 Mar 2021 08:20:19 -0800, by Martin von Zweigbergk
-
copies: inline _backwardrenames() in pathcopies()Fri, 05 Mar 2021 14:26:56 -0800, by Martin von Zweigbergk
-
copies: extract function _backwardcopies() for reversing renamesFri, 05 Mar 2021 14:26:52 -0800, by Martin von Zweigbergk
-
tests: demonstrate how grafted copies are counted when tracing across branchesFri, 05 Mar 2021 10:16:44 -0800, by Martin von Zweigbergk
-
typing: add some type annotations to mercurial/pathutil.pySat, 06 Mar 2021 23:43:44 -0500, by Matt Harbison
-
typing: add some type annotations to mercurial/util.pySat, 06 Mar 2021 23:41:32 -0500, by Matt Harbison
-
typing: add some type annotations to mercurial/phases.pySat, 06 Mar 2021 18:51:33 -0500, by Matt Harbison
-
typing: add type annotations to the public methods of mercurial/subrepoutil.pySat, 06 Mar 2021 17:52:09 -0500, by Matt Harbison
-
typing: add type annotations to mercurial/i18n.pySat, 06 Mar 2021 15:58:23 -0500, by Matt Harbison
-
typing: add type annotations to mercurial/utils/dateutil.pySat, 06 Mar 2021 15:26:46 -0500, by Matt Harbison
-
shelve: fix conversion of exceptions to strings flagged by pytypeSat, 06 Mar 2021 15:08:22 -0500, by Matt Harbison
-
releasenotes: use the right API to access the 'sections'Sat, 06 Mar 2021 06:32:25 +0100, by Pierre-Yves David
-
requirements: also add a fncache constantWed, 03 Mar 2021 12:37:13 +0100, by Raphaël Gomès
-
requirements: also add a store constantWed, 03 Mar 2021 12:35:29 +0100, by Raphaël Gomès