Sun, 17 Mar 2019 12:43:45 +0900 |
Yuya Nishihara |
test-https: add some more known failure messages of client certs (issue6030)
stable
|
Sun, 17 Mar 2019 12:37:57 +0900 |
Yuya Nishihara |
test-https: turn off system OpenSSL configuration
stable
|
Wed, 27 Feb 2019 16:29:48 +0300 |
Pulkit Goyal |
store: move logic to check for invalid entry in fncache to own function
|
Sat, 09 Mar 2019 02:52:49 +0000 |
Ian Moody |
py3: add test-phabricator.py to python3-whitelist
|
Sat, 09 Mar 2019 02:18:49 +0000 |
Ian Moody |
py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduit
|
Fri, 08 Mar 2019 18:30:12 +0000 |
Ian Moody |
py3: use pycompat.byteskwargs on opts in phabricator.py
|
Fri, 21 Dec 2018 17:12:39 +0100 |
Boris Feld |
watchman: ignore some of watchman errors
|
Fri, 21 Dec 2018 17:10:54 +0100 |
Boris Feld |
watchman: add the possibility to set the exact watchman binary location
|
Fri, 15 Mar 2019 22:18:35 -0700 |
Martin von Zweigbergk |
context: use wdirhex constant instead of calculating it
|
Wed, 13 Mar 2019 11:30:04 -0700 |
Martin von Zweigbergk |
split: use the new movedirstate() we now have in scmutil
|
Thu, 14 Mar 2019 00:40:11 +0000 |
Pierre-Yves David |
manifestcache: use `wcache` directory for manifest cache
|
Fri, 15 Mar 2019 15:07:43 +0000 |
Pierre-Yves David |
manifestcache: protect write with `wlock` instead of `lock`
|
Thu, 14 Mar 2019 09:12:55 +0000 |
Pierre-Yves David |
manifestcache: clear the cache before testing the debug command
|
Fri, 15 Mar 2019 12:17:30 +0000 |
Pierre-Yves David |
manifestcache: abstract the filename in a class attribute
|
Fri, 15 Mar 2019 09:07:23 +0000 |
Pierre-Yves David |
manifestcache: skip setup earlier if we don't have the lock
|
Thu, 14 Mar 2019 11:46:18 +0000 |
Pierre-Yves David |
manifestcache: test the cache is warm after a commit
|
Fri, 15 Mar 2019 13:52:36 +0000 |
Pierre-Yves David |
manifestcache: stop altering the lru cache order while displaying it
|
Fri, 15 Mar 2019 13:52:56 +0000 |
Pierre-Yves David |
manifestcache: support multiple cache addition in one debug command run
|
Thu, 14 Mar 2019 18:11:22 -0700 |
Gregory Szorc |
wix: autogenerate wxs file for library files
|
Thu, 14 Mar 2019 17:59:51 -0700 |
Gregory Szorc |
wix: introduce variable to hold path to wix packaging directory
|
Thu, 14 Mar 2019 18:25:23 -0700 |
Gregory Szorc |
wix: package missing .dll and .pyd files
|
Thu, 14 Mar 2019 18:25:07 -0700 |
Gregory Szorc |
setup: exclude crypt32.dll in py2exe builds
|
Thu, 14 Mar 2019 13:27:37 -0700 |
Gregory Szorc |
packaging: don't bundle DLLs in py2exe library.zip for x86 builds
|
Thu, 14 Mar 2019 18:14:33 -0700 |
Gregory Szorc |
packaging: convert files to LF
|
Wed, 13 Mar 2019 10:51:40 -0700 |
Martin von Zweigbergk |
dirstate: remove obsolete reference to dirstate.beginparentchange
|
Sat, 09 Mar 2019 00:44:26 +0000 |
Ian Moody |
py3: use pycompat.iterbytestr to convert memoryview slice to bytestring
|
Thu, 14 Mar 2019 14:46:29 -0700 |
Martin von Zweigbergk |
rebase: fix crash with in-memory rebase and copies
|
Thu, 14 Mar 2019 13:53:20 -0700 |
Martin von Zweigbergk |
test: demonstrate crash with in-memory rebase and copies
|
Thu, 14 Mar 2019 09:12:46 +0000 |
Pierre-Yves David |
manifestcache: actually honor --clear
|
Thu, 14 Mar 2019 10:58:53 +0000 |
Pierre-Yves David |
manifestcache: make sure the entry are ordered by access time
|
Thu, 14 Mar 2019 09:12:27 +0000 |
Pierre-Yves David |
manifestcache: adding a second distinct entry
|
Thu, 14 Mar 2019 10:53:28 +0000 |
Pierre-Yves David |
manifestcache: test that adding the same entry twice do not duplicates it
|
Thu, 14 Mar 2019 09:11:41 +0000 |
Pierre-Yves David |
manifestcache: do not display data when using --add
|
Thu, 14 Mar 2019 10:43:01 +0000 |
Pierre-Yves David |
manifestcache: only lock the repository if the debug command touch the cache
|
Thu, 14 Mar 2019 10:24:51 +0000 |
Pierre-Yves David |
manifestcache: further fix to debug command output
|
Thu, 14 Mar 2019 09:11:18 +0000 |
Pierre-Yves David |
manifestcache: test and fix some output of the debug command
|
Thu, 27 Dec 2018 13:36:17 -0800 |
Kyle Lippincott |
chunkselector: fix typos in instructions when user reviews patch
|
Mon, 11 Mar 2019 14:04:48 -0700 |
Martin von Zweigbergk |
scmutil: document matcher argument of movedirstate()
|
Mon, 11 Mar 2019 09:42:29 -0700 |
Martin von Zweigbergk |
uncommit: move _movedirstate() to scmutil for reuse
|
Mon, 11 Mar 2019 09:20:26 -0700 |
Martin von Zweigbergk |
copies: remove dependency on scmutil by directly using match.exact()
|
Mon, 11 Mar 2019 09:35:36 -0700 |
Martin von Zweigbergk |
uncommit: convert _fixdirstate() into _movedirstate()
|
Mon, 11 Mar 2019 02:34:12 +0100 |
Pierre-Yves David |
updatecaches: also warm the tags caches
|
Mon, 11 Mar 2019 02:32:21 +0100 |
Pierre-Yves David |
updatecaches: also warm revbranchcache for filtered revisions
|
Wed, 13 Feb 2019 15:50:14 +0530 |
Sushil khanchi |
copies: handle a case when both merging csets are not descendant of merge base
|
Thu, 14 Feb 2019 16:09:43 +0530 |
Sushil khanchi |
copies: add test that makes both the merging csets dirty and fails
|
Thu, 14 Feb 2019 17:11:35 +0530 |
Sushil khanchi |
copies: add test that makes both the merging csets dirty and run w/o error
|
Sun, 10 Mar 2019 16:51:21 -0400 |
Matt Harbison |
tests: stabilize test-bundle.t on Windows
|
Sun, 10 Mar 2019 19:01:56 +0100 |
Pierre-Yves David |
discovery-helper: use reflink copy if available
|
Sun, 10 Mar 2019 18:52:22 +0100 |
Pierre-Yves David |
discovery-helper: bail out if destination already exists
|
Sun, 10 Mar 2019 18:50:38 +0100 |
Pierre-Yves David |
discovery-helper: move repository creation in a function
|
Fri, 08 Mar 2019 21:38:57 +0100 |
Pierre-Yves David |
discovery-helper: add an extra argument to generate only one repo
|
Fri, 08 Mar 2019 10:29:48 -0800 |
Gregory Szorc |
wix: remove enum and future packages
|
Fri, 08 Mar 2019 10:27:40 -0800 |
Gregory Szorc |
wix: remove pywin32
|
Fri, 08 Mar 2019 10:25:05 -0800 |
Gregory Szorc |
wix: remove sphinx and dependencies
|
Fri, 08 Mar 2019 10:48:22 -0800 |
Gregory Szorc |
wix: functionality to automate building WiX installers
|
Thu, 07 Mar 2019 15:37:42 -0800 |
Gregory Szorc |
wix: move contrib/wix to contrib/packaging/wix
|
Fri, 08 Mar 2019 10:33:05 -0800 |
Gregory Szorc |
wix: remove hg.cmd
|
Thu, 07 Mar 2019 14:02:02 -0800 |
Gregory Szorc |
setup: include hgext3rd package in py2exe builds
|
Thu, 07 Mar 2019 13:47:28 -0800 |
Gregory Szorc |
setup: properly install build_hgextindex for py2exe builds
|
Thu, 07 Mar 2019 12:15:32 -0800 |
Gregory Szorc |
setup: configure py2exe config via environment variables
|
Thu, 07 Mar 2019 15:43:54 -0800 |
Gregory Szorc |
packaging: extract py2exe functionality to own module
|
Thu, 07 Mar 2019 10:49:59 -0800 |
Gregory Szorc |
packaging: extract python exe info to own function
|
Thu, 07 Mar 2019 10:36:20 -0800 |
Gregory Szorc |
packaging: don't use temporary directory
|
Thu, 07 Mar 2019 10:35:20 -0800 |
Gregory Szorc |
packaging: extract virtualenv and py2exe to build directory
|
Thu, 07 Mar 2019 15:43:14 -0800 |
Gregory Szorc |
packaging: move Inno Setup core logic into a module
|
Thu, 07 Mar 2019 10:22:09 -0800 |
Gregory Szorc |
packaging: move find_vc_runtime_files() into hgpackaging.util
|
Thu, 07 Mar 2019 10:20:37 -0800 |
Gregory Szorc |
packaging: move DOWNLOADS dict to hgpackaging.downloads
|
Thu, 07 Mar 2019 15:42:32 -0800 |
Gregory Szorc |
packaging: split downloading code into own module
|
Thu, 07 Mar 2019 10:10:04 -0800 |
Gregory Szorc |
packaging: establish hgpackaging package
|
Sat, 09 Mar 2019 02:07:09 +0000 |
Ian Moody |
py3: use % instead of .format() on a bytestring
|
Fri, 08 Mar 2019 22:26:43 +0000 |
Ian Moody |
py3: use r'' for group name arguments to MatchObjects in phabricator.py
|
Sat, 09 Mar 2019 01:58:51 +0000 |
Ian Moody |
py3: use %d instead of %s when formatting an int into a byte string
|
Sat, 09 Mar 2019 01:53:53 +0000 |
Ian Moody |
py3: only pass unicode to json.dumps in writediffproperties
|
Sat, 09 Mar 2019 01:30:44 +0000 |
Ian Moody |
py3: fix a few "dict keys as str instead of bytes" issues in phabricator.py
|
Sat, 09 Mar 2019 01:00:25 +0000 |
Ian Moody |
py3: convert URL to str before passing it to request
|
Fri, 08 Mar 2019 23:45:12 +0000 |
Ian Moody |
py3: convert indexes into bytes when enumerating lists in urlencodenested
|
Fri, 08 Mar 2019 23:48:49 +0000 |
Ian Moody |
py3: don't try and format a bare dict into a byte string in callconduit
|
Fri, 08 Mar 2019 17:57:59 +0000 |
Ian Moody |
py3: use fsencode for vcr recording paths and strings for custom_patches args
|
Sat, 02 Mar 2019 18:48:23 +0000 |
Ian Moody |
phabricator: convert conduit response JSON unicode to bytes inside callconduit
|
Sat, 09 Feb 2019 23:01:30 +0100 |
Pierre-Yves David |
transaction: include txnname in the hookargs dictionary
|
Fri, 08 Mar 2019 00:00:44 +0100 |
Pierre-Yves David |
discovery-helper: reflect argument value in the name of the results
|
Thu, 07 Mar 2019 17:21:22 +0100 |
Pierre-Yves David |
discovery-helper: echo the stripped revsets early
|
Thu, 07 Mar 2019 17:15:15 +0100 |
Pierre-Yves David |
contrib: move the `discovery-helper.sh` script in`perf-utils` directory
|
Sat, 09 Mar 2019 12:55:24 -0500 |
Matt Harbison |
tests: stabilize test-split.t for Windows
|
Thu, 07 Mar 2019 22:14:22 -0500 |
Matt Harbison |
tests: stabilize test-share.t on Windows
|
Sun, 03 Mar 2019 19:46:59 +0530 |
Sushil khanchi |
split: add tests which demonstrate the issue5864
|
Thu, 07 Mar 2019 01:28:24 +0100 |
Pierre-Yves David |
discovery: clarify why the caching of children is valid
|
Wed, 06 Mar 2019 15:43:52 -0800 |
Martin von Zweigbergk |
tests: clarify test setup test in test-uncommit.t
|
Wed, 06 Mar 2019 15:35:40 -0800 |
Martin von Zweigbergk |
tests: fix a stale reference to experimental.uncommitondirtywdir
|
Thu, 28 Feb 2019 01:49:10 +0100 |
Pierre-Yves David |
discovery: explicitly use `undecided` for the children mapping
|
Thu, 28 Feb 2019 01:48:20 +0100 |
Pierre-Yves David |
discovery: cache the children mapping used during each discovery
|
Thu, 28 Feb 2019 01:15:45 +0100 |
Pierre-Yves David |
discovery: move children computation in its own method
|
Tue, 05 Mar 2019 15:39:54 +0100 |
Pierre-Yves David |
discovery: simplify the building of the children mapping
|
Tue, 05 Mar 2019 15:52:14 +0100 |
Pierre-Yves David |
discovery: simply walk the undecided revs when building the children mapping
|
Thu, 28 Feb 2019 00:56:27 +0100 |
Pierre-Yves David |
discovery: use a lower level but faster way to retrieve parents
|
Thu, 28 Feb 2019 00:12:12 +0100 |
Pierre-Yves David |
discovery: avoid computing identical sets of heads twice
|
Wed, 27 Feb 2019 23:55:19 +0100 |
Georges Racinet |
discovery: moved sampling functions inside discovery object
|
Wed, 27 Feb 2019 23:45:06 +0100 |
Georges Racinet |
discovery: rename `srvheads` to `knownsrvheads`
|
Wed, 06 Mar 2019 14:43:02 +0100 |
Pierre-Yves David |
verify: small refactoring and documentation in `_verifymanifest`
|
Wed, 06 Mar 2019 12:39:44 +0100 |
Pierre-Yves David |
verify: document the `_verifymanifest` method
|
Wed, 06 Mar 2019 12:21:58 +0100 |
Pierre-Yves David |
verify: document `_verifychangelog`
|
Wed, 06 Mar 2019 14:15:19 +0100 |
Pierre-Yves David |
verify: rename the `checklog` to `_checkrevlog`
|
Wed, 06 Mar 2019 14:10:23 +0100 |
Pierre-Yves David |
verify: document the `checklog` method
|
Wed, 06 Mar 2019 14:07:27 +0100 |
Pierre-Yves David |
revlog: add some documentation to the `checksize` method
|
Wed, 06 Mar 2019 12:20:50 +0100 |
Pierre-Yves David |
verify: make `checkentry` a private method
|
Wed, 06 Mar 2019 12:18:04 +0100 |
Pierre-Yves David |
verify: document the `checkentry` method
|
Wed, 06 Mar 2019 11:43:21 +0100 |
Pierre-Yves David |
verify: add some inline documentation to the top level `verify` method
|
Wed, 06 Mar 2019 11:38:54 +0100 |
Pierre-Yves David |
verify: explicitly return 0 if no error are encountered
|
Wed, 06 Mar 2019 11:35:34 +0100 |
Pierre-Yves David |
verify: minimal documentation for `verifier.verify`
|
Wed, 06 Mar 2019 11:31:48 +0100 |
Pierre-Yves David |
verify: make the `exc` method private
|
Wed, 06 Mar 2019 11:31:10 +0100 |
Pierre-Yves David |
verify: document the `exc` method
|
Wed, 06 Mar 2019 11:27:37 +0100 |
Pierre-Yves David |
verify: make `err` a private method
|
Wed, 06 Mar 2019 11:25:16 +0100 |
Pierre-Yves David |
verify: document the `err` method
|
Wed, 06 Mar 2019 11:24:40 +0100 |
Pierre-Yves David |
verify: make the `warn` method private
|
Wed, 06 Mar 2019 11:23:05 +0100 |
Pierre-Yves David |
verify: document the `warn` method
|
Mon, 04 Mar 2019 20:18:13 +0530 |
Navaneeth Suresh |
uncommit: add flag --allow-dirty-working-copy
|
Tue, 12 Feb 2019 00:17:42 +0530 |
Navaneeth Suresh |
uncommit: don't allow dirty working copy with PATH (issue5977)
|
Tue, 05 Mar 2019 09:51:57 -0500 |
Augie Fackler |
cleanup: remove two bogus test names from python3 list
|
Mon, 04 Mar 2019 15:46:54 +0100 |
Pierre-Yves David |
revlog: preserve `_lazydelta` attribute in `revlog.clone`
|
Mon, 04 Mar 2019 16:08:44 +0100 |
Pierre-Yves David |
localrepo: explicit `_lock` arguments in `lock`
|