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
|
Sat, 10 Oct 2020 13:15:20 +0530 |
Pulkit Goyal |
commit: pass mergestate into `_process_files` instead of re-reading it
|
Sat, 10 Oct 2020 13:12:11 +0530 |
Pulkit Goyal |
commit: move salvaged calculation a bit earlier in the function
|
Sat, 10 Oct 2020 12:53:35 +0530 |
Pulkit Goyal |
commit: refactor salvage calculation to a different function
|
Thu, 08 Oct 2020 09:54:38 -0700 |
Martin von Zweigbergk |
tests: run test-copies-chain-merge.t also with copies in changesets
|
Thu, 08 Oct 2020 08:12:47 -0700 |
Martin von Zweigbergk |
tests: add test of copies suggested by Pierre-Yves on D9159
|
Thu, 08 Oct 2020 15:09:28 -0700 |
Martin von Zweigbergk |
tests: update test-copies-chain-merge.t to not use empty files
|
Fri, 09 Oct 2020 19:19:10 +0900 |
Yuya Nishihara |
revset: fix sorting key of wdir revision
|
Wed, 09 Sep 2020 16:18:26 +0900 |
Yuya Nishihara |
grep: move prep() to grepsearcher class
|
Wed, 09 Sep 2020 16:04:39 +0900 |
Yuya Nishihara |
grep: move readfile() to grepsearcher class
|
Wed, 09 Sep 2020 16:00:03 +0900 |
Yuya Nishihara |
grep: move getbody() to grepsearcher class
|
Wed, 09 Sep 2020 15:56:40 +0900 |
Yuya Nishihara |
grep: add stub class that maintains cache and states of grep operation
|
Wed, 09 Sep 2020 15:23:49 +0900 |
Yuya Nishihara |
grep: move match and diff logic to new module
|
Wed, 09 Sep 2020 15:17:26 +0900 |
Yuya Nishihara |
grep: explicitly pass regexp to closure functions
|
Thu, 08 Oct 2020 17:29:51 +0530 |
Pulkit Goyal |
upgrade: improve documentation of matchrevlog()
|
Fri, 09 Oct 2020 09:46:03 -0700 |
Gregory Szorc |
automation: support running against Python 3.9
|
Fri, 09 Oct 2020 09:22:59 -0700 |
Gregory Szorc |
automation: upgrade packages in Linux environment
|
Thu, 08 Oct 2020 18:17:20 -0700 |
Gregory Szorc |
packaging: upgrade packages in Windows environment
|
Thu, 08 Oct 2020 18:07:34 -0700 |
Gregory Szorc |
contrib: install Python 3.9.0
|
Thu, 08 Oct 2020 18:02:47 -0700 |
Gregory Szorc |
contrib: stop installing Python 3.5 and 3.6 in Windows environment
|
Fri, 09 Oct 2020 09:17:47 -0700 |
Martin von Zweigbergk |
py3: convert an exception message to bytes
|
Fri, 09 Oct 2020 08:08:54 -0700 |
Martin von Zweigbergk |
tests: fix test-url.py on py3, broken by D9179
|
Thu, 08 Oct 2020 16:14:06 +0200 |
Pierre-Yves David |
revset: add a `node` key for sorting
|
Sun, 04 Oct 2020 22:32:41 -0700 |
Gregory Szorc |
pyoxidizer: produce working Python 3 Windows installers (issue6366)
|
Thu, 08 Oct 2020 13:19:18 -0700 |
Martin von Zweigbergk |
tests: set git config using `git config` for simplicity
|
Thu, 08 Oct 2020 13:10:16 -0700 |
Martin von Zweigbergk |
tests: use `git init` instead of unusual synonym `git init-db`
|
Thu, 08 Oct 2020 13:37:31 -0700 |
Martin von Zweigbergk |
errors: name arguments to Abort constructor
|
Thu, 08 Oct 2020 15:35:44 -0700 |
Martin von Zweigbergk |
errors: stop passing non-strings to Abort's constructor
|
Tue, 06 Oct 2020 21:06:18 -0700 |
Martin von Zweigbergk |
errors: name arguments to UnknownCommand constructor
|
Tue, 06 Oct 2020 20:45:52 -0700 |
Martin von Zweigbergk |
errors: name arguments to AmbiguousCommand constructor
|
Tue, 06 Oct 2020 20:37:35 -0700 |
Martin von Zweigbergk |
errors: name arguments to CommandError constructor
|
Tue, 06 Oct 2020 21:52:27 -0700 |
Martin von Zweigbergk |
errors: move UnknownCommand and AmbiguousCommand near CommandError
|
Wed, 07 Oct 2020 00:45:41 +0800 |
Aay Jay Chan |
templatekw: make {successorssets} always return a list (issue6342)
|
Wed, 07 Oct 2020 00:39:52 +0800 |
Aay Jay Chan |
tests: test output of {predecessors}, {successorssets} for non-obsolete csets
|
Thu, 08 Oct 2020 23:19:01 -0700 |
Martin von Zweigbergk |
branching: merge with stable
|
Thu, 01 Oct 2020 09:45:00 +0200 |
Pierre-Yves David |
copies: move `merged` testing sooner
|
Thu, 01 Oct 2020 09:42:39 +0200 |
Pierre-Yves David |
copies: return None instead of ChangingFiles when relevant
|
Thu, 01 Oct 2020 09:29:49 +0200 |
Pierre-Yves David |
copies: add a HASCOPIESINFO flag to highlight rev with useful data
|