log

age author description
Fri, 14 Jun 2019 10:57:07 +0100 Georges Racinet rust-cpython: management of shared libray suffix
Mon, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Wed, 12 Jun 2019 13:10:52 -0400 Valentin Gatien-Baron worker: support parallelization of functions with return values
Sun, 19 May 2019 16:06:06 -0400 Valentin Gatien-Baron tests: show how the dirstate can end up containing wrong information
Thu, 23 May 2019 02:05:32 +0200 Georges Racinet rust: new rust options in setup.py
Thu, 30 May 2019 09:14:41 +0200 Georges Racinet rust: using policy.importrust from Python callers
Wed, 29 May 2019 13:27:56 +0200 Georges Racinet rust: module policy with importrust
Thu, 13 Jun 2019 23:28:31 +0300 Navaneeth Suresh help: add help entry for internals.mergestate
Wed, 12 Jun 2019 17:22:37 +0100 Ian Moody phabricator: use parents.set to always set dependencies
Fri, 31 May 2019 10:12:56 -0700 amalloy help: remove repeated word in 'hg help rebase'
Mon, 10 Jun 2019 15:35:06 -0700 Kyle Lippincott rebase: tweak description of inmemory working even w/ dirty working dir
Mon, 10 Jun 2019 13:23:14 -0400 Valentin Gatien-Baron revlog: speed up isancestor
Mon, 10 Jun 2019 11:40:43 -0400 Valentin Gatien-Baron dagop: fix documentation of reachableroots
Tue, 11 Jun 2019 19:52:16 +0100 Ian Moody phabricator: add --blocker argument to phabsend to specify blocking reviewers
Tue, 11 Jun 2019 19:37:19 +0100 Ian Moody phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordings
Tue, 11 Jun 2019 15:46:07 +0300 Pulkit Goyal py3: use .startswith() instead of bytes[0]
Sun, 09 Jun 2019 22:23:41 +0900 Yuya Nishihara revset: fix merge() to fall back to changectx API if wdir specified
Sun, 09 Jun 2019 22:18:22 +0900 Yuya Nishihara revset: use nullrev constant in merge()
Fri, 31 May 2019 22:38:04 -0700 Martin von Zweigbergk mixedrepostorecache: fix a silly redundant updating of set
Thu, 06 Jun 2019 18:37:21 +0200 Raphaël Gomès rust-regex: fix shortcut for exact matches
Thu, 06 Jun 2019 15:30:56 +0200 Raphaël Gomès rust-filepatterns: use bytes instead of String
Sat, 01 Jun 2019 01:24:49 +0200 Joerg Sonnenberger doc: fix description of "predecessors" to match reality
Sat, 08 Jun 2019 18:48:06 +0300 Pulkit Goyal phabricator: make `hg debugcallconduit` work outside a hg repo
Sat, 08 Jun 2019 18:41:15 +0300 Pulkit Goyal phabricator: pass ui instead of repo to callconduit
Sat, 08 Jun 2019 18:32:12 +0300 Pulkit Goyal phabricator: pass ui into readurltoken instead of passing repo
Sat, 08 Jun 2019 19:20:31 +0300 Pulkit Goyal py3: add test-contrib-emacs.t to passing tests list
Fri, 07 Jun 2019 20:19:55 +0100 Ian Moody phabricator: add commenting to phabsend for new/updated Diffs
Wed, 05 Jun 2019 22:09:26 +0300 Pulkit Goyal py3: fix test-bookmarks-corner-case.t
Wed, 05 Jun 2019 22:02:57 +0300 Pulkit Goyal py3: fix test-fix-metadata.t
Wed, 05 Jun 2019 22:44:38 +0300 Pulkit Goyal py3: add b'' prefix at one place in run-tests.py