Sat, 21 Nov 2020 17:00:32 +0100 |
Pierre-Yves David |
copies-rust: start recording overwrite as they happens
|
Wed, 02 Dec 2020 16:11:35 +0100 |
Pierre-Yves David |
copies-rust: rename Oracle.is_ancestor to Oracle.is_overwrite
|
Wed, 02 Dec 2020 11:04:11 +0100 |
Pierre-Yves David |
copies-rust: use the `entry` API for copy information too
|
Wed, 02 Dec 2020 10:51:40 +0100 |
Pierre-Yves David |
copies-rust: use the entry API to overwrite deleted entry
|
Sat, 25 Apr 2020 12:37:46 +0200 |
Pierre-Yves David |
copies-rust: tokenize all paths into integer
|
Fri, 20 Nov 2020 13:46:14 +0100 |
Pierre-Yves David |
copies: no longer cache the ChangedFiles during copy tracing
|
Mon, 14 Dec 2020 11:32:24 +0100 |
Pierre-Yves David |
copies: iterate over children directly (instead of parents)
|
Mon, 14 Dec 2020 11:32:20 +0100 |
Pierre-Yves David |
copies: document the current algorithm step
|
Thu, 24 Dec 2020 15:58:08 +0900 |
Yuya Nishihara |
log: update documentation about --follow with/without --rev (issue6459)
stable
|
Sat, 12 Dec 2020 15:27:58 +0530 |
Pulkit Goyal |
contrib: run python3+chg tests too in heptapod CI
|
Fri, 18 Dec 2020 13:53:26 +0530 |
Pulkit Goyal |
chgserver: respect detailed exit code in case of ConfigError
|
Thu, 17 Dec 2020 18:08:25 +0100 |
Joerg Sonnenberger |
cext: shut-up sign compare warnings
|
Thu, 17 Dec 2020 10:43:43 -0800 |
Martin von Zweigbergk |
errors: respect ui.detailed-exit-code in chg
|
Thu, 17 Dec 2020 13:33:27 -0500 |
Matt Harbison |
relnotes: document automatically setting `HGPLAIN=1` for external hooks
|
Sat, 28 Nov 2020 22:27:12 +0100 |
Joerg Sonnenberger |
cext: isolate hash size in the revlog handling in a single place
|
Thu, 17 Dec 2020 12:28:39 +0100 |
Simon Sapin |
rust: document how to enable debug information in optimized builds
|
Mon, 14 Dec 2020 18:09:37 -0800 |
Martin von Zweigbergk |
filemerge: add support for the new "mergediff" marker style to premerge
|
Mon, 14 Dec 2020 14:31:15 +0100 |
Pierre-Yves David |
test-narrow: mitigate the flakyness of test-narrow-shallow
|
Mon, 14 Dec 2020 18:03:29 -0500 |
Matt Harbison |
hook: set `HGPLAIN=1` for external hooks
|
Mon, 14 Dec 2020 17:59:10 -0500 |
Matt Harbison |
setup: exclude the git extension from py2 builds
|
Mon, 14 Dec 2020 14:59:23 +0100 |
Simon Sapin |
rust: replace most "operation" structs with functions
|
Mon, 14 Dec 2020 13:47:44 +0100 |
Simon Sapin |
rust: change &PathBuf parameters to &Path
|
Wed, 16 Dec 2020 21:06:29 -0800 |
Martin von Zweigbergk |
extdiff: add --from/--to and deprecate -r, as was done for `hg diff`
|
Wed, 16 Dec 2020 22:30:07 -0800 |
Martin von Zweigbergk |
extdiff: fix crash when showing diff from wdir()
|
Wed, 16 Dec 2020 22:16:05 -0800 |
Martin von Zweigbergk |
extdiff: pass contexts instead of nodeids into diffrevs()
|
Wed, 16 Dec 2020 21:40:27 -0800 |
Martin von Zweigbergk |
tests: remove undefined (empty) $opt from test-extdiff.t
|
Tue, 21 Apr 2020 15:13:13 +0200 |
Pierre-Yves David |
copies-rust: pre-introduce a PathToken type and use it where applicable
|
Sat, 21 Nov 2020 09:40:52 +0100 |
Pierre-Yves David |
copies-rust: add smarter approach for merging small mapping with large mapping
|
Sat, 21 Nov 2020 10:50:14 +0100 |
Pierre-Yves David |
copies-rust: hide most of the comparison details inside a closure
|
Sat, 21 Nov 2020 09:31:34 +0100 |
Pierre-Yves David |
copies-rust: move the mapping merging into a else clause
|
Sat, 21 Nov 2020 09:30:34 +0100 |
Pierre-Yves David |
copies-rust: extract conflicting value comparison in its own function
|
Thu, 17 Dec 2020 00:48:36 -0500 |
Matt Harbison |
mergetools: alphabetize the config settings
|
Mon, 14 Dec 2020 19:48:35 +0100 |
Joerg Sonnenberger |
share: properly copy cache files when cloning from a share
|
Mon, 14 Dec 2020 18:19:58 +0100 |
Joerg Sonnenberger |
tests: workaround for a flaky test
|
Sun, 13 Dec 2020 00:19:03 +0100 |
Joerg Sonnenberger |
revlog: support none compression
|
Thu, 12 Nov 2020 10:41:03 -0800 |
Martin von Zweigbergk |
errors: raise InputError on recursive template definition
|
Mon, 23 Nov 2020 16:39:53 -0800 |
Martin von Zweigbergk |
errors: raise StateError when push fails because it creates new heads
|
Mon, 23 Nov 2020 10:38:05 -0800 |
Martin von Zweigbergk |
errors: raise InputError on early parse error in dispatch
|
Wed, 18 Nov 2020 23:37:09 -0800 |
Martin von Zweigbergk |
errors: raise more specifc errors from narrowcommands
|
Wed, 09 Dec 2020 19:40:30 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code 50 for StorageError
|
Wed, 09 Dec 2020 20:22:25 -0800 |
Martin von Zweigbergk |
errors: raise InputError if an ambiguous revision id prefix is used
|
Thu, 10 Dec 2020 01:18:15 -0800 |
Martin von Zweigbergk |
localrepo: delete obsolete comment about `prefix in repo` raising exception
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Sun, 13 Dec 2020 18:29:22 -0800 |
Martin von Zweigbergk |
branching: merge with stable
|
Fri, 11 Dec 2020 15:25:11 +0100 |
Pierre-Yves David |
debugdiscovery: fix swapped heads and roots
|
Fri, 11 Dec 2020 12:51:09 +0100 |
Pierre-Yves David |
debugdiscovery: display the number of roundtrip used
|
Fri, 11 Dec 2020 13:39:56 -0800 |
Kyle Lippincott |
copies: make calculating lazy for dir move detection's "addedfiles"
|
Tue, 08 Dec 2020 16:45:13 -0800 |
Martin von Zweigbergk |
mergetools: add new conflict marker format with diffs in
|
Thu, 10 Dec 2020 14:39:22 -0800 |
Martin von Zweigbergk |
diff: deprecate -r option
|
Thu, 10 Dec 2020 12:06:55 -0800 |
Martin von Zweigbergk |
diff: update synopsis to use --from/--to instead of -r
|
Thu, 10 Dec 2020 12:00:45 -0800 |
Martin von Zweigbergk |
diff: describe behavior by using --from/--to instead of varying revision count
|
Thu, 10 Dec 2020 13:15:15 -0500 |
Augie Fackler |
histedit: adjust comment describing `edit` action for clarity
|
Thu, 10 Dec 2020 11:42:49 -0500 |
Augie Fackler |
histedit: tweak `edit` message to try and guide users to our workflow
|
Thu, 10 Dec 2020 14:03:46 +0530 |
Pulkit Goyal |
procutil: don't assign stdin to None, use os.devnull instead
|
Thu, 10 Dec 2020 13:51:56 +0530 |
Pulkit Goyal |
dispatch: move IOError handling and flushing of streams to `dispatch()`
|
Wed, 09 Dec 2020 00:00:19 -0800 |
Martin von Zweigbergk |
simplemerge: write output only once it's complete
|
Tue, 08 Dec 2020 23:05:53 -0800 |
Martin von Zweigbergk |
simplemerge: avoid quadratic concatenation when building output text
|
Tue, 08 Dec 2020 22:59:17 -0800 |
Martin von Zweigbergk |
simplemerge: work with opts as native strings instead of bytes
|
Tue, 08 Dec 2020 12:43:18 -0500 |
Matt Harbison |
hghave: update the check for virtualenv
|
Sat, 05 Dec 2020 23:35:55 +0100 |
Joerg Sonnenberger |
singlehead: introduce option to restrict to public changes
|