Mercurial > hg
graph
-
tests: fix simple heredoc print statements to work on Py3Thu, 15 Jun 2017 13:32:32 -0400, by Augie Fackler
-
obsolete: use bytes() instead of str() so the node is bytes on py3Mon, 24 Jul 2017 10:37:39 -0400, by Augie Fackler
-
tests: fix test-notify.t to use $PYTHONMon, 24 Jul 2017 23:56:17 -0400, by Augie Fackler
-
tests: make test-highlight code portable to python3Tue, 25 Jul 2017 00:00:14 -0400, by Augie Fackler
-
dagparser: make print statement in doctest Py3 portableThu, 15 Jun 2017 13:32:02 -0400, by Augie Fackler
-
i18n: fix check-translation.py to be less broken on Python 3Thu, 15 Jun 2017 13:31:33 -0400, by Augie Fackler
-
ui: refactor extractchoices so it doesn't break on Python 3Mon, 24 Jul 2017 13:48:32 -0400, by Augie Fackler
-
obsutil: defend against succsmarkers() returning NoneMon, 24 Jul 2017 11:29:51 -0400, by Augie Fackler
-
changegroup: more **kwargsMon, 24 Jul 2017 11:28:59 -0400, by Augie Fackler
-
bundle2: convert ints to strings using pycompat.bytestring()Mon, 24 Jul 2017 11:16:32 -0400, by Augie Fackler
-
tests: fix up test-run-tests failures on Python 3.6Tue, 08 Aug 2017 15:07:05 -0400, by Augie Fackler
-
template: rename troubles templatekw into instabilitiesWed, 02 Aug 2017 11:32:25 +0200, by Boris Feld
-
test-rebase: add a brute force testSun, 06 Aug 2017 11:40:53 -0700, by Jun Wu
-
dirstate: simplify dirstate's __iter__Tue, 08 Aug 2017 18:53:13 +0000, by Alex Gaynor
-
repo: skip invalidation of changelog if it has 'delayed' changes (API)Wed, 19 Jul 2017 13:34:06 -0700, by Martin von Zweigbergk
-
httppeer: make several instance attributes internal (API)Sun, 06 Aug 2017 17:47:41 -0700, by Gregory Szorc
-
httppeer: remove unused handler attributeSun, 06 Aug 2017 10:56:25 -0700, by Gregory Szorc
-
localrepo: remove unused requirements attributes on localpeer (API)Mon, 07 Aug 2017 20:17:02 -0700, by Gregory Szorc
-
exchange: access requirements on repo instead of peerSat, 05 Aug 2017 15:15:20 -0700, by Gregory Szorc
-
exchange: drop support for lock-based unbundling (BC)Sun, 06 Aug 2017 17:44:56 -0700, by Gregory Szorc
-
http: add a test of actually pushing with httppostargsFri, 04 Aug 2017 15:49:36 -0400, by Augie Fackler
-
filemerge: move decorator definition for internal merge tools to registrarSun, 06 Aug 2017 01:13:57 +0900, by FUJIWARA Katsunori
-
releasenotes: add similarity check function to compare incoming notesSat, 05 Aug 2017 05:25:36 +0530, by Rishabh Madan
-
releasenotes: add import check for fuzzywuzzySat, 29 Jul 2017 14:06:26 +0530, by Rishabh Madan
-
run-tests: don't drop optional lines after a missing unconditional lineTue, 18 Jul 2017 00:57:11 -0400, by Matt Harbison
-
run-tests: drop required (feature !) style lines when the output is missingTue, 18 Jul 2017 00:12:44 -0400, by Matt Harbison
-
status: avoid recursing into ignored directory with "--terse u"Mon, 24 Jul 2017 10:34:32 +0200, by Denis Laxalde
-
pushvars: move fb extension pushvars to coreMon, 31 Jul 2017 09:59:42 +0530, by Pulkit Goyal
-
phabricator: update diff property even if we choose not to create a new diffFri, 04 Aug 2017 12:21:23 -0700, by Jun Wu
-
phabricator: use Phabricator's last node informationMon, 17 Jul 2017 19:52:50 -0700, by Jun Wu
-
phabricator: add --confirm option to phabsend commandThu, 03 Aug 2017 03:09:33 +0530, by Pulkit Goyal
-
evolution: rename bumped to phase-divergentTue, 01 Aug 2017 18:07:34 +0200, by Boris Feld
-
evolution: rename divergent to content-divergentTue, 01 Aug 2017 17:58:20 +0200, by Boris Feld
-
py3: use bytes IO to write sample hgrcThu, 03 Aug 2017 00:45:02 +0900, by Yuya Nishihara
-
buildrpm: do not break in presence of custom user configsFri, 04 Aug 2017 08:15:10 +0200, by muxator
-
sparse: treat paths as cwd-relativeFri, 04 Aug 2017 05:38:22 -0700, by Kostia Balytskyi
-
match: expose some data and functionality to other modulesWed, 02 Aug 2017 15:48:57 -0700, by Kostia Balytskyi
-
sparse: properly error out when absolute paths are usedWed, 02 Aug 2017 15:05:21 -0700, by Kostia Balytskyi
-
py3: convert arbitrary exception object to byte string more reliablyThu, 03 Aug 2017 23:02:32 +0900, by Yuya Nishihara
-
build: delay version computation on macOS buildsThu, 03 Aug 2017 20:08:31 -0700, by Rodrigo Damazio
-
color: remove warnings if term is not formatted (==dumb or !ui.formatted())Thu, 03 Aug 2017 12:40:48 -0700, by Kyle Lippincott
-
rpms: add chgThu, 27 Jul 2017 16:09:26 +0200, by Mathias De Maré
-
tests: demonstrate crash when trying to rebase merge without its parentsFri, 14 Jul 2017 14:30:55 -0700, by Martin von Zweigbergk
-
tests: demonstrate broken rebase of merge with p1's successor in destSun, 16 Jul 2017 23:17:41 -0700, by Martin von Zweigbergk
-
bundle2: obtain repr() of exception in a python3-safe wayMon, 24 Jul 2017 11:19:11 -0400, by Augie Fackler
-
bundle2: use bytestr() instead of str() to convert part id to bytesMon, 24 Jul 2017 11:28:40 -0400, by Augie Fackler
-
bundle2: work around zip() being lazy in Python 3Mon, 24 Jul 2017 11:20:08 -0400, by Augie Fackler
-
bundle2: look for __next__ as well as next to identify iteratorsMon, 24 Jul 2017 11:19:45 -0400, by Augie Fackler
-
bundle2: use modern Python divisionMon, 24 Jul 2017 11:17:36 -0400, by Augie Fackler
-
changegroup: wrap some ** expansions in strkwargsMon, 24 Jul 2017 11:16:53 -0400, by Augie Fackler
-
obsolete: reuse _fm1metapair for computing _fm1metapairsizeMon, 24 Jul 2017 10:21:23 -0400, by Augie Fackler
-
osx: delay version computation on macOS builds stableThu, 10 Aug 2017 21:25:02 -0400, by Kevin Bullock
-
evolution: rename unstable to orphanTue, 01 Aug 2017 17:53:48 +0200, by Boris Feld
-
evolution: rename trouble(s) to instabilityTue, 01 Aug 2017 17:39:28 +0200, by Boris Feld
-
bundle2: load hookargs from bundleoperation into transaction when started oneWed, 02 Aug 2017 03:23:06 +0530, by Pulkit Goyal
-
bundle2: add the capability to store hookargs on bundle operation objectWed, 02 Aug 2017 03:08:42 +0530, by Pulkit Goyal
-
branchmap: revert c34532365b38 for Python 2.7 compatibility stableThu, 10 Aug 2017 20:47:19 -0700, by Mike Hommey
-
ssh: unban the use of pipe character in user@host:port string stable 4.3.1Mon, 07 Aug 2017 22:22:28 +0900, by Yuya Nishihara
-
subrepo: add tests for git rogue ssh urls (SEC) stableMon, 31 Jul 2017 14:55:11 -0700, by Sean Farley
-
subrepo: add tests for svn rogue ssh urls (SEC) stableMon, 31 Jul 2017 16:44:17 -0700, by Sean Farley
-
subrepo: add tests for hg rogue ssh urls (SEC) stableMon, 31 Jul 2017 16:04:44 -0700, by Sean Farley
-
ssh: ban any username@host or host that starts with - (SEC) stableFri, 04 Aug 2017 14:00:03 -0400, by Augie Fackler
-
util: add utility method to check for bad ssh urls (SEC) stableFri, 28 Jul 2017 16:32:25 -0700, by Sean Farley
-
pathauditor: disable cache of audited paths by default (issue5628) stableWed, 26 Jul 2017 22:10:15 +0900, by Yuya Nishihara
-
tests: show cache of audited paths is never invalidated stableTue, 01 Aug 2017 21:03:25 +0900, by Yuya Nishihara
-
ssh: unban the use of pipe character in user@host:port string stable 4.2.3Mon, 07 Aug 2017 22:22:28 +0900, by Yuya Nishihara
-
subrepo: add tests for git rogue ssh urls (SEC) stableMon, 31 Jul 2017 14:55:11 -0700, by Sean Farley
-
subrepo: add tests for svn rogue ssh urls (SEC) stableMon, 31 Jul 2017 16:44:17 -0700, by Sean Farley
-
subrepo: add tests for hg rogue ssh urls (SEC) stableMon, 31 Jul 2017 16:04:44 -0700, by Sean Farley
-
ssh: ban any username@host or host that starts with - (SEC) stableFri, 04 Aug 2017 14:00:03 -0400, by Augie Fackler
-
util: add utility method to check for bad ssh urls (SEC) stableFri, 28 Jul 2017 16:32:25 -0700, by Sean Farley
-
pathauditor: disable cache of audited paths by default (issue5628) stableWed, 26 Jul 2017 22:10:15 +0900, by Yuya Nishihara
-
tests: show cache of audited paths is never invalidated stableTue, 01 Aug 2017 21:03:25 +0900, by Yuya Nishihara
-
chg: define _GNU_SOURCE to allow CentOS 5 compilation stable 4.3Mon, 07 Aug 2017 13:40:36 +0200, by Mathias De Maré
-
ui: make sure buffer is flushed before waiting for user input (issue5587) stableSat, 05 Aug 2017 13:19:09 -0700, by Kostia Balytskyi
-
util: fix sortdict.update() to call __setitem__() on PyPy (issue5639) stableWed, 02 Aug 2017 22:51:19 +0900, by Yuya Nishihara
-
test-revlog-raw: close file handles explicitly (issue5644) stableWed, 02 Aug 2017 22:58:38 +0900, by Yuya Nishihara
-
tests: clear __pycache__ for PyPy compatibility (issue5638) (issue5642) stableWed, 02 Aug 2017 22:04:02 +0900, by Yuya Nishihara
-
test-extension: glob module name in error message for PyPy stableWed, 02 Aug 2017 22:06:45 +0900, by Yuya Nishihara
-
rebase: sort collapsed revisions in commit message (issue5643) stableWed, 02 Aug 2017 21:52:22 +0900, by Yuya Nishihara
-
i18n: use actual filename, in which function is defined, for hg.pot stableWed, 02 Aug 2017 00:02:11 +0900, by FUJIWARA Katsunori
-
ui: enable pager always for explicit --pager=on (issue5580) stableTue, 01 Aug 2017 18:52:52 +0900, by FUJIWARA Katsunori
-
rebase: use one dirstateguard for when using rebase.singletransactionThu, 20 Jul 2017 01:30:41 -0700, by Durham Goode
-
README: make paragraphs before example code end with "::" for reST syntax stableMon, 31 Jul 2017 21:47:53 +0900, by FUJIWARA Katsunori
-
commit: don't let failed commit with --addremove update dirstate (issue5645) stableMon, 31 Jul 2017 14:54:57 -0700, by Martin von Zweigbergk
-
tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645) stableMon, 31 Jul 2017 14:54:08 -0700, by Martin von Zweigbergk
-
tests: fix test-flagprocessor.t flakiness stableMon, 31 Jul 2017 16:32:01 -0700, by Martin von Zweigbergk
-
tests: clarify that duplicate flag processors is not an error stableMon, 31 Jul 2017 16:40:31 -0700, by Martin von Zweigbergk
-
tests: avoid unexpected result at invocation of *.py file on Windows stableTue, 01 Aug 2017 01:27:32 +0900, by FUJIWARA Katsunori
-
tests: use pdiff instead of diff for portability stableMon, 31 Jul 2017 13:16:34 +0900, by FUJIWARA Katsunori
-
tests: make pdiff return appropriate exit code at comparison of files stableMon, 31 Jul 2017 13:10:19 +0900, by FUJIWARA Katsunori
-
merge with stableTue, 01 Aug 2017 10:14:25 -0400, by Augie Fackler
-
tests: make test-profile.t pass if statprof didn't collect samples stableMon, 31 Jul 2017 12:43:26 -0700, by Martin von Zweigbergk
-
pypy: fix failing test-devel-warnings.t with Pypy5.6.0 stableThu, 27 Jul 2017 10:52:56 +0200, by Boris Feld
-
make: add new directory 'hgdemandimport' to cleanbutpackages rule stableSat, 29 Jul 2017 19:12:48 -0700, by Sean Farley
-
statichttprepo: implement wlock() (issue5613) stableSat, 29 Jul 2017 12:50:56 -0700, by Gregory Szorc
-
test: add tests for branches and tags with static http repo (issue5613) stableSat, 29 Jul 2017 12:40:05 -0700, by Gregory Szorc
-
commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only stableFri, 28 Jul 2017 07:42:55 +0530, by Pulkit Goyal
-
phabricator: convert unicode to binary when writing patches stableThu, 27 Jul 2017 12:03:01 -0700, by Jun Wu
-
setup: silence warning of unknown option python_requires on distutils stableThu, 27 Jul 2017 23:15:14 +0900, by Yuya Nishihara
-
setup: forcibly include cext/pure packages in py2exe (issue5625) stableThu, 20 Jul 2017 22:47:40 +0900, by Yuya Nishihara
-
setup: do not select hg executable that prints unexpected warnings stableThu, 20 Jul 2017 22:32:37 +0900, by Yuya Nishihara
-
docker: pass proxy arguments to docker process stableThu, 27 Jul 2017 13:44:15 +0200, by Mathias De Maré
-
makefile: build on CentOS 6 with a Python 2.7 stableThu, 27 Jul 2017 14:15:26 +0200, by Mathias De Maré
-
osx: new script for generating OS X package versions stableMon, 24 Jul 2017 20:38:09 -0400, by Augie Fackler
-
tests: update mac packaging test expectations stableMon, 24 Jul 2017 20:34:08 -0400, by Augie Fackler
-
tests: add support in run-tests.py for an environment variable to stop color stableWed, 26 Jul 2017 17:56:44 -0400, by Augie Fackler
-
setup: fix mistake that prevented Python 3 from being excluded stableWed, 26 Jul 2017 13:21:34 -0400, by Augie Fackler
-
rebase: move bookmark to destination for commits becoming empty (issue5627) stableMon, 24 Jul 2017 23:52:56 -0700, by Jun Wu
-
setup: drop use of set literal so parsable on Python 2.6 stableWed, 26 Jul 2017 23:39:42 +0900, by Yuya Nishihara
-
setup: add extra logic to try and recommend a new pip on bad Python stableFri, 21 Jul 2017 10:46:31 -0400, by Augie Fackler
-
setup: explicitly declare supported Python versions stableFri, 21 Jul 2017 10:39:52 -0400, by Augie Fackler
-
contrib: remove one test from the python 3 whitelist stableMon, 24 Jul 2017 15:37:57 -0400, by Augie Fackler
-
ui: fix configbytes isinstance check to look for bytes and not str stableMon, 24 Jul 2017 13:50:25 -0400, by Augie Fackler
-
patch: update copying of dict keys and values to work on Python 3 stableMon, 24 Jul 2017 14:42:55 -0400, by Augie Fackler
-
phabricator: include the suggested arc config in the repo stableFri, 21 Jul 2017 14:22:08 +0000, by Alex Gaynor
-
match: override visitdir() in nevermatcher to return False stableWed, 19 Jul 2017 14:50:50 -0700, by Martin von Zweigbergk
-
contrib: drop Python 2.6 from manylinux1 wheel script stableWed, 19 Jul 2017 13:44:22 -0400, by Augie Fackler
-
contrib: make build-linux-wheels.sh executable stableWed, 19 Jul 2017 13:45:06 -0400, by Augie Fackler
-
test-dirstate-race: hide irrelevant hg status output stableThu, 20 Jul 2017 18:04:21 -0700, by Siddharth Agarwal
-
test-commit: stabilize for filesystems without symlink support stableTue, 18 Jul 2017 20:34:22 -0400, by Matt Harbison
-
test-https: properly conditionalize Windows vs non-Windows output stableTue, 18 Jul 2017 19:49:51 -0400, by Matt Harbison
-
Added tag 4.3-rc for changeset 857876ebaed4 stableWed, 19 Jul 2017 07:57:53 -0500, by Kevin Bullock
-
merge default into stable for code freeze stable 4.3-rcWed, 19 Jul 2017 07:51:41 -0500, by Kevin Bullock
-
releasenotes: add custom admonitions support for release notesTue, 18 Jul 2017 23:04:08 +0530, by Rishabh Madan
-
check-config: mention the file and line of the errorTue, 18 Jul 2017 06:27:36 -0700, by Ryan McElroy
-
rebase: add config to move rebase into a single transactionTue, 18 Jul 2017 07:47:28 -0700, by Durham Goode
-
run-tests: remove unnecessary 'with_color' variableMon, 17 Jul 2017 16:32:10 -0700, by Martin von Zweigbergk
-
run-tests: warn if --color=always and no pygments installedMon, 17 Jul 2017 16:27:13 -0700, by Martin von Zweigbergk
-
run-tests: drop unnecessary check for pygmentspresentMon, 17 Jul 2017 16:28:42 -0700, by Martin von Zweigbergk
-
run-tests: pass color option via test case object , not global varMon, 17 Jul 2017 16:15:15 -0700, by Martin von Zweigbergk
-
phabricator: sanity check Differential Revision from commit messageMon, 10 Jul 2017 18:02:03 -0700, by Jun Wu
-
test-phases-exchange: properly conditionalize outputTue, 18 Jul 2017 08:14:10 -0400, by Matt Harbison
-
commitextras: mark the extension as ADVANCEDTue, 18 Jul 2017 00:10:44 +0530, by Pulkit Goyal
-
run-tests: check if stream is a tty before using colorTue, 18 Jul 2017 07:19:26 +0900, by Matthieu Laneuville
-
tests: rewrite test-rebase-detach.t using drawdagFri, 14 Jul 2017 21:44:29 -0700, by Martin von Zweigbergk
-
tests: simplify config in test-rebase-detach.tFri, 14 Jul 2017 23:09:17 -0700, by Martin von Zweigbergk
-
drawdag: include files from both parents in merge commitsFri, 14 Jul 2017 22:32:58 -0700, by Martin von Zweigbergk
-
gitweb: preserve whitespace in descriptionMon, 17 Jul 2017 15:54:15 -0700, by Gregory Szorc
-
sparse: add a requirement when a repository uses sparse (BC)Mon, 17 Jul 2017 11:45:38 -0700, by Gregory Szorc
-
sparse: consolidate common code for writing sparse configMon, 17 Jul 2017 11:21:23 -0700, by Gregory Szorc
-
revset: pass repo when passing uiSat, 15 Jul 2017 15:51:57 -0700, by Gregory Szorc
-
win32: copy-edit debugssl messages to match prevailing styleMon, 17 Jul 2017 13:22:59 -0500, by Kevin Bullock
-
run-tests: make sure to check if pygments is installed before using itSat, 15 Jul 2017 02:17:05 +0530, by Pulkit Goyal
-
sparse: require [section] in sparse config files (BC)Sat, 15 Jul 2017 13:21:23 -0700, by Gregory Szorc
-
sparse: use set for capturing profilesSat, 15 Jul 2017 13:07:57 -0700, by Gregory Szorc
-
util: remove dead code which used to be for old python2 versionsMon, 17 Jul 2017 12:38:07 -0400, by Alex Gaynor
-
status: add a flag to terse the output (issue4119)Sat, 17 Jun 2017 20:10:22 +0530, by Pulkit Goyal
-
commitextras: check the format of the arguments and no internal key is usedWed, 12 Jul 2017 16:10:10 +0530, by Pulkit Goyal
-
commitextras: move fb extension to core which add extras to a commitWed, 12 Jul 2017 00:23:45 +0530, by Pulkit Goyal
-
archive: add an experimental config to control the metadata file templateMon, 17 Jul 2017 00:49:29 -0400, by Matt Harbison
-
archive: use a templater to build the metadata fileSun, 16 Jul 2017 17:40:36 -0400, by Matt Harbison
-
commandserver: do not handle EINTR for selector.selectSun, 16 Jul 2017 11:17:00 -0700, by Jun Wu
-
debugobsolete: also report the number of obsoleted changesetsSun, 16 Jul 2017 02:33:14 +0200, by Boris Feld
-
transaction-summary: display the summary for all transactionsSun, 16 Jul 2017 02:20:06 +0200, by Boris Feld
-
test-strip: fix call to super class in crashstriprepoSun, 16 Jul 2017 02:38:14 +0200, by Boris Feld
-
share: share 'cachevfs' with the source clone (issue5108)Sat, 15 Jul 2017 23:49:22 +0200, by Boris Feld
-
cachevfs: add a devel warning for cache access though 'vfs'Sat, 15 Jul 2017 23:05:15 +0200, by Boris Feld
-
cachevfs: migration the tags fnode cache to 'cachevfs'Sat, 15 Jul 2017 23:30:25 +0200, by Boris Feld
-
cachevfs: migrate tagscache to 'cachevfs'Sat, 15 Jul 2017 23:30:16 +0200, by Boris Feld
-
cachevfs: migration the revbranchcache to 'cachevfs'Sat, 15 Jul 2017 22:42:50 +0200, by Boris Feld
-
cachevfs: use the new vfs in when computing branchmap cacheSat, 15 Jul 2017 22:42:31 +0200, by Boris Feld
-
cachevfs: add a vfs dedicated to cacheSat, 15 Jul 2017 23:05:04 +0200, by Boris Feld
-
vfsward: register 'write with no lock' warnings as 'check-locks' configSat, 15 Jul 2017 22:40:51 +0200, by Boris Feld
-
demandimport: prefer loaded module over package attribute (issue5617)Sun, 16 Jul 2017 17:38:39 +0900, by Yuya Nishihara
-
demandimport: drop Py3 workarounds from Py2 implementationSun, 16 Jul 2017 17:19:22 +0900, by Yuya Nishihara
-
demandimport: drop hack for old Pythons which had no level argumentSun, 16 Jul 2017 17:16:32 +0900, by Yuya Nishihara
-
tests: drop "absimport" conditionals which should be always trueSun, 16 Jul 2017 17:47:10 +0900, by Yuya Nishihara
-
color: drop the now useless color extensionSat, 15 Jul 2017 14:17:35 +0200, by Boris Feld
-
extensions: expand the builtins extensions declarationSat, 15 Jul 2017 14:16:54 +0200, by Boris Feld
-
debugextensions: drop the color from the testSat, 15 Jul 2017 20:31:52 +0200, by Boris Feld
-
configitems: register the 'bugzilla.notify' configFri, 30 Jun 2017 03:30:13 +0200, by Boris Feld
-
configitems: register the 'ui.mergemarkertemplate' configFri, 30 Jun 2017 03:44:56 +0200, by Boris Feld
-
configitems: register the 'ui.color' configSat, 15 Jul 2017 14:14:53 +0200, by Boris Feld
-
color: drop the _enabledbydefault module variableSat, 15 Jul 2017 14:14:46 +0200, by Boris Feld
-
configitems: register the 'ui.forcecwd' configFri, 30 Jun 2017 03:44:45 +0200, by Boris Feld
-
configitems: register the 'ui.fallbackencoding' configFri, 30 Jun 2017 03:44:43 +0200, by Boris Feld
-
bookmark: deprecate direct del of a bookmark valueMon, 10 Jul 2017 21:49:37 +0200, by Boris Feld
-
bookmark: deprecate direct set of a bookmark valueMon, 10 Jul 2017 21:47:34 +0200, by Boris Feld
-
bookmark: track bookmark changes at the transaction levelMon, 10 Jul 2017 20:26:53 +0200, by Boris Feld
-
bookmark: deprecate 'recordchange' in favor of 'applychanges'Mon, 10 Jul 2017 20:10:03 +0200, by Boris Feld
-
bookmark: drop deletedivergentMon, 10 Jul 2017 20:06:15 +0200, by Boris Feld
-
bookmark: use 'divergent2delete' in checkconflictMon, 10 Jul 2017 20:02:32 +0200, by Boris Feld
-
bookmark: use 'divergent2delete' when updating a bookmarkMon, 10 Jul 2017 19:12:25 +0200, by Boris Feld
-
bookmark: use 'divergent2delete' in 'scmutil.cleanupnode'Mon, 10 Jul 2017 19:10:13 +0200, by Boris Feld
-
bookmark: split out target computation from 'deletedivergent'Mon, 10 Jul 2017 19:08:17 +0200, by Boris Feld
-
bookmark: remove a useless 'recordchange' in the amend codeMon, 10 Jul 2017 17:48:33 +0200, by Boris Feld
-
test-phase-exchange: stabilize for WindowsSat, 15 Jul 2017 23:46:33 -0400, by Matt Harbison
-
debugignore: eliminate inconsistencies with `hg status` (issue5222)Sat, 15 Jul 2017 15:23:29 -0400, by Matt Harbison
-
commandserver: close selector explicitlySun, 16 Jul 2017 04:39:32 -0700, by Jun Wu
-
scmutil: remove duplicated import of i18n._()Sat, 15 Jul 2017 15:01:29 +0900, by Yuya Nishihara
-
obsstore: let read marker API take a range of offsetsSun, 04 Jun 2017 10:02:09 -0700, by Jun Wu
-
commandserver: use selectors2Fri, 14 Jul 2017 20:26:21 -0700, by Jun Wu
-
selector2: vendor selector2 libraryFri, 14 Jul 2017 20:19:46 -0700, by Jun Wu
-
context: name files relative to cwd in warning messagesTue, 11 Jul 2017 00:40:29 -0400, by Matt Harbison
-
run-tests: disable color on WindowsSat, 15 Jul 2017 00:52:36 -0400, by Matt Harbison
-
codemod: register core configitems using a scriptFri, 14 Jul 2017 14:22:40 -0700, by Jun Wu
-
phabricator: allow specifying reviewers on phabsendTue, 11 Jul 2017 08:52:55 -0700, by Jun Wu
-
match: remove unused negatematcherTue, 11 Jul 2017 10:46:55 -0700, by Martin von Zweigbergk
-
sparse: override dirstate.walk() instead of dirstate._ignoreTue, 11 Jul 2017 10:46:35 -0700, by Martin von Zweigbergk
-
patch: use devel.all-warnings to replace devel.allWed, 12 Jul 2017 15:24:47 -0700, by Jun Wu
-
sslutil: inform the user about how to fix an incomplete certificate chainWed, 12 Jul 2017 18:37:13 -0400, by Matt Harbison
-
debug: add a method to check the state of, and built an SSL cert chainThu, 30 Mar 2017 00:27:46 -0400, by Matt Harbison
-
win32: add a method to trigger the Crypto API to complete a certificate chainWed, 29 Mar 2017 23:45:23 -0400, by Matt Harbison
-
bookmarks: use 'applychanges' for bookmark updateMon, 10 Jul 2017 19:40:23 +0200, by Boris Feld
-
bookmark: use 'applychanges' in 'repair.strip'Mon, 10 Jul 2017 17:46:47 +0200, by Boris Feld
-
bookmark: use 'applychanges' in the mq extensionMon, 10 Jul 2017 17:44:25 +0200, by Boris Feld
-
bookmark: use 'applychanges' when strippingMon, 10 Jul 2017 17:37:48 +0200, by Boris Feld
-
bookmark: use 'applychanges' in the convert extensionMon, 10 Jul 2017 17:30:20 +0200, by Boris Feld
-
bookmark: use 'applychanges' when updating bookmark in histeditMon, 10 Jul 2017 17:28:53 +0200, by Boris Feld
-
bookmark: use 'applychanges' when updating a bookmark through pushkeyMon, 10 Jul 2017 17:24:28 +0200, by Boris Feld
-
bookmark: use 'applychanges' when updating from a remoteMon, 10 Jul 2017 17:22:17 +0200, by Boris Feld
-
bookmark: use 'applychanges' for adding new bookmarkMon, 10 Jul 2017 17:10:56 +0200, by Boris Feld
-
bookmark: use 'applychanges' for bookmark renamingMon, 10 Jul 2017 17:08:20 +0200, by Boris Feld
-
bookmark: use 'applychanges' for bookmark deletionMon, 10 Jul 2017 17:04:16 +0200, by Boris Feld
-
bookmark: introduce a 'applychanges' function to gather bookmark movementMon, 10 Jul 2017 17:01:34 +0200, by Boris Feld
-
obsstore: keep self._data updated with _addmarkersSat, 03 Jun 2017 21:56:23 -0700, by Jun Wu
-
match: make base matcher return True for visitdirFri, 14 Jul 2017 10:57:36 -0700, by Durham Goode
-
tests: fix an incorrect description in test-ignore.tFri, 14 Jul 2017 10:48:08 -0700, by Martin von Zweigbergk
-
templatekw: hide {peerpaths} keyword for 4.3Sat, 15 Jul 2017 00:38:57 +0900, by Yuya Nishihara
-
parsers: fix invariant bug in find_deepest (issue5623)Fri, 14 Jul 2017 13:48:17 +0200, by Sune Foldager
-
configitems: register the 'worker.backgroundclose' configFri, 30 Jun 2017 03:45:57 +0200, by Boris Feld
-
configitems: register the 'progress.width' configFri, 30 Jun 2017 03:44:05 +0200, by Boris Feld
-
configitems: register the 'color.pagermode' configWed, 12 Jul 2017 23:36:28 +0200, by Boris Feld
-
configitems: handle case were the default value is not staticWed, 12 Jul 2017 23:36:10 +0200, by Boris Feld
-
bugzilla: move the default regexp for fix in the config declarationFri, 14 Jul 2017 16:17:37 +0200, by Boris Feld
-
configitems: register the 'bugzilla.version' configFri, 07 Jul 2017 10:04:21 +0200, by Boris Feld
-
configitems: register the 'bugzilla.usermap' configFri, 07 Jul 2017 10:04:19 +0200, by Boris Feld
-
configitems: register the 'bugzilla.user' configFri, 07 Jul 2017 10:04:17 +0200, by Boris Feld
-
configitems: register the 'bugzilla.timeout' configFri, 07 Jul 2017 10:04:15 +0200, by Boris Feld
-
configitems: register the 'bugzilla.template' configFri, 07 Jul 2017 10:04:13 +0200, by Boris Feld
-
configitems: register the 'bugzilla.style' configFri, 07 Jul 2017 10:04:11 +0200, by Boris Feld
-
configitems: register the 'bugzilla.strip' configFri, 07 Jul 2017 10:04:09 +0200, by Boris Feld
-
configitems: register the 'bugzilla.regexp' configFri, 07 Jul 2017 10:04:07 +0200, by Boris Feld
-
changegroup: stop returning and recording added nodes in 'cg.apply'Thu, 13 Jul 2017 21:08:06 +0200, by Boris Feld
-
phases: remove trace of addednodes in the 'phase-heads' handlingThu, 13 Jul 2017 21:10:55 +0200, by Boris Feld
-
phases: test phases tracking at the transaction levelWed, 12 Jul 2017 22:39:48 +0200, by Boris Feld
-
phases: track phase changes from 'retractboundary'Wed, 12 Jul 2017 20:11:00 +0200, by Boris Feld
-
phases: detect when boundaries has been actually retractedWed, 12 Jul 2017 23:15:09 +0200, by Boris Feld
-
phases: rework phase movement code in 'cg.apply' to use 'registernew'Tue, 11 Jul 2017 01:17:36 +0200, by Boris Feld
-
convert: use the new 'phase.registernew' functionTue, 11 Jul 2017 00:59:23 +0200, by Boris Feld
-
localrepo: use the 'registernew' function to set the phase of new commitTue, 11 Jul 2017 01:05:27 +0200, by Boris Feld
-
phases: add a 'registernew' method to set new phasesTue, 11 Jul 2017 03:47:25 +0200, by Boris Feld
-
phases: extract the core of boundary retraction in '_retractboundary'Mon, 10 Jul 2017 23:50:16 +0200, by Boris Feld
-
phases: track phase movements in 'advanceboundary'Tue, 11 Jul 2017 02:39:52 +0200, by Boris Feld
-
phases: extract the intermediate set of affected revsMon, 10 Jul 2017 22:18:41 +0200, by Boris Feld
-
phase: put retractboundary out of the loop in advanceboundaryMon, 10 Jul 2017 22:22:42 +0200, by Boris Feld
-
match: make unionmatcher a proper matcherTue, 11 Jul 2017 10:46:10 -0700, by Martin von Zweigbergk
-
match: write forceincludematcher using unionmatcherFri, 07 Jul 2017 14:39:59 -0700, by Martin von Zweigbergk
-
histedit: extract InterventionRequired transaction handling to utilsWed, 12 Jul 2017 13:57:03 -0700, by Martin von Zweigbergk
-
histedit: create transaction outside of tryWed, 12 Jul 2017 13:17:49 -0700, by Martin von Zweigbergk
-
histedit: remove transaction from state objectWed, 12 Jul 2017 11:18:02 -0700, by Martin von Zweigbergk
-
phabricator: verify local tags before trusting themTue, 11 Jul 2017 08:17:29 -0700, by Jun Wu
-
phabricator: finding old nodes in batchMon, 10 Jul 2017 13:50:50 -0700, by Jun Wu
-
phabricator: respect metadata sent by arcMon, 10 Jul 2017 22:37:33 -0700, by Jun Wu
-
dirstate: update backup functions to take full backup filenameWed, 12 Jul 2017 15:24:07 -0700, by Adam Simpkins
-
util: remove unused ctxmanagerThu, 13 Jul 2017 09:51:50 -0700, by Martin von Zweigbergk
-
codemod: simplify nested withsThu, 13 Jul 2017 18:31:35 -0700, by Jun Wu
-
reposvfs: add a ward to check if locks are properly takenMon, 08 Aug 2016 18:14:42 +0200, by Boris Feld
-
repovfs: add a ward to check if locks are properly takenTue, 11 Jul 2017 12:38:17 +0200, by Boris Feld
-
vfs: allow to pass more argument to auditTue, 11 Jul 2017 12:27:58 +0200, by Boris Feld
-
zsh_completion: add '--partial' flag to completions for 'import' (issue5618)Wed, 12 Jul 2017 10:11:02 +0200, by Martin Tietze
-
configitems: register the 'bugzilla.password' configFri, 07 Jul 2017 10:04:05 +0200, by Boris Feld
-
configitems: register the 'bugzilla.mocklog' configFri, 07 Jul 2017 10:04:03 +0200, by Boris Feld
-
test-amend: fix HGEDITOR shell script to run on WindowsThu, 13 Jul 2017 22:57:11 -0400, by Matt Harbison
-
test-paths: mask out JSON specific path differences for WindowsThu, 13 Jul 2017 22:47:35 -0400, by Matt Harbison
-
tests: categorize entries in blacklist for fsmonitor for future referenceThu, 13 Jul 2017 03:17:59 +0900, by FUJIWARA Katsunori
-
tests: avoid tests related to directory permission if running with fsmonitorThu, 13 Jul 2017 03:17:59 +0900, by FUJIWARA Katsunori
-
tests: add extra output for fsmonitor at checking under .hgThu, 13 Jul 2017 03:17:58 +0900, by FUJIWARA Katsunori
-
tests: add extra output for fsmonitor at showconfigThu, 13 Jul 2017 03:17:58 +0900, by FUJIWARA Katsunori
-
tests: take extra care for fsmonitor at enabling incompatible extensionThu, 13 Jul 2017 03:17:58 +0900, by FUJIWARA Katsunori
-
tests: remove meaningless entries from blacklist for fsmonitorThu, 13 Jul 2017 03:17:57 +0900, by FUJIWARA Katsunori
-
tests: remove meaningless comment from blacklist for fsmonitorThu, 13 Jul 2017 03:17:57 +0900, by FUJIWARA Katsunori
-
test-https: stabilize for WindowsTue, 11 Jul 2017 22:06:57 -0400, by Matt Harbison
-
tagmerge: use workingfilectx to write merged tagsTue, 11 Jul 2017 16:48:15 -0700, by Phil Cohen
-
run-tests: add color to output if pygments is availableThu, 29 Jun 2017 20:45:12 +0900, by Matthieu Laneuville
-
win32: work around a WinError problem handling HRESULT typesThu, 30 Mar 2017 00:33:00 -0400, by Matt Harbison
-
test-check-pyflakes: do not leave test.py in the repoWed, 12 Jul 2017 15:27:56 -0700, by Jun Wu
-
revset: add experimental ancestors/descendants relation subscriptSat, 08 Jul 2017 13:15:17 +0900, by Yuya Nishihara
-
revset: add experimental relation and subscript operatorsSat, 08 Jul 2017 13:07:59 +0900, by Yuya Nishihara
-
revset: do not compute weight for integer literal argumentSat, 08 Jul 2017 12:49:46 +0900, by Yuya Nishihara
-
templatekw: export ui.paths as {peerpaths}Thu, 13 Jul 2017 00:35:54 +0900, by Yuya Nishihara
-
summary: fix type of empty unresolved listFri, 07 Jul 2017 23:13:04 +0900, by Yuya Nishihara
-
vfs: rename auditvfs to proxyvfsFri, 07 Jul 2017 23:40:00 +0900, by Yuya Nishihara
-
streamclone: comment why path auditing is disabled in generatev1()Fri, 07 Jul 2017 23:19:31 +0900, by Yuya Nishihara
-
streamclone: close large revlog files explicitly in generatev1()Fri, 07 Jul 2017 23:25:16 +0900, by Yuya Nishihara
-
bundle2: no longer use 'retractboundary' in updatephasesTue, 11 Jul 2017 05:06:01 +0200, by Boris Feld
-
bundle2: automatically add 'targetphase' parameter in writenewbundleTue, 11 Jul 2017 05:12:03 +0200, by Boris Feld
-
bundle2: support the 'targetphase' parameter for the changegroup partTue, 11 Jul 2017 05:11:52 +0200, by Boris Feld
-
changegroup: stop treating strip as special when dealing with phasesTue, 11 Jul 2017 04:52:56 +0200, by Boris Feld
-
match: inverse _anypats(), making it _prefix()Tue, 11 Jul 2017 09:42:32 -0700, by Martin von Zweigbergk
-
amend: new extension providing the amend commandTue, 11 Jul 2017 20:53:55 -0700, by Jun Wu
-
py3: make localrepo filtered repo cache work on py3Tue, 11 Jul 2017 11:21:04 -0700, by Martin von Zweigbergk
-
configitems: register the 'bugzilla.host' configFri, 07 Jul 2017 10:04:01 +0200, by Boris Feld
-
configitems: register the 'bugzilla.fixstatus' configFri, 07 Jul 2017 10:03:57 +0200, by Boris Feld
-
configitems: register the 'bugzilla.fixresolution' configFri, 07 Jul 2017 10:05:40 +0200, by Boris Feld
-
configitems: register the 'bugzilla.fixregexp' configFri, 07 Jul 2017 10:03:36 +0200, by Boris Feld
-
configitems: register the 'bugzilla.db' configFri, 07 Jul 2017 10:03:34 +0200, by Boris Feld
-
configitems: register the 'bugzilla.bzuser' configFri, 07 Jul 2017 10:03:31 +0200, by Boris Feld
-
configitems: register the 'bugzilla.bzurl' configFri, 07 Jul 2017 10:03:28 +0200, by Boris Feld
-
configitems: register the 'bugzilla.bzemail' configFri, 07 Jul 2017 10:03:26 +0200, by Boris Feld
-
configitems: register the 'bugzilla.bzdir' configFri, 07 Jul 2017 10:03:24 +0200, by Boris Feld
-
configitems: register the 'bugzilla.apikey' configFri, 07 Jul 2017 10:03:22 +0200, by Boris Feld
-
revlog: use struct.Struct instances for slight performance winsMon, 10 Jul 2017 16:41:13 -0400, by Alex Gaynor
-
revlog: micro-optimize the computation of hashesMon, 10 Jul 2017 16:39:28 -0400, by Alex Gaynor
-
hgweb: re-implement followlines UI selection using buttonsMon, 03 Jul 2017 13:49:03 +0200, by Denis Laxalde
-
localrepo: cache types for filtered repos (issue5043)Sat, 01 Jul 2017 20:51:19 -0700, by Gregory Szorc
-
convert: transcode CVS log messages by specified encoding (issue5597)Tue, 11 Jul 2017 02:10:04 +0900, by FUJIWARA Katsunori
-
fsmonitor: execute setup procedures only if dirstate is already instantiatedMon, 10 Jul 2017 23:09:52 +0900, by FUJIWARA Katsunori
-
fsmonitor: centralize setup procedures for dirstateMon, 10 Jul 2017 23:09:52 +0900, by FUJIWARA Katsunori
-
fsmonitor: avoid needless instantiation of dirstateMon, 10 Jul 2017 23:09:52 +0900, by FUJIWARA Katsunori
-
journal: use wrapfilecache instead of wrapfunction on func of filecacheMon, 10 Jul 2017 23:09:51 +0900, by FUJIWARA Katsunori
-
journal: execute setup procedures for already instantiated dirstateMon, 10 Jul 2017 23:09:51 +0900, by FUJIWARA Katsunori
-
localrepo: add isfilecached to check filecache-ed property is already cachedMon, 10 Jul 2017 23:09:51 +0900, by FUJIWARA Katsunori
-
sslutil: check for missing certificate and key files (issue5598)Mon, 10 Jul 2017 21:09:46 -0700, by Gregory Szorc
-
match: override matchfn instead of __call__ for consistencyFri, 07 Jul 2017 08:55:12 -0700, by Martin von Zweigbergk
-
match: express anypats(), not prefix(), in terms of the othersSun, 09 Jul 2017 17:02:09 -0700, by Martin von Zweigbergk
-
match: make nevermatcher an exact matcher and a prefix matcherSun, 09 Jul 2017 15:19:27 -0700, by Martin von Zweigbergk
-
revset: define successors revsetMon, 10 Jul 2017 10:56:40 -0700, by Jun Wu
-
sparse: shorten try..except block in updateconfig()Mon, 10 Jul 2017 21:55:43 -0700, by Gregory Szorc
-
sparse: clean up updateconfig()Mon, 10 Jul 2017 21:43:19 -0700, by Gregory Szorc
-
sparse: move config updating function into coreMon, 10 Jul 2017 21:39:49 -0700, by Gregory Szorc
-
dirstate: expose a sparse matcher on dirstate (API)Sat, 08 Jul 2017 16:18:04 -0700, by Gregory Szorc
-
sparse: use self instead of repo.dirstateSat, 08 Jul 2017 15:42:11 -0700, by Gregory Szorc
-
sparse: move code for importing rules from files into coreSat, 08 Jul 2017 14:15:07 -0700, by Gregory Szorc
-
sparse: refactor activeprofiles into a generic function (API)Sat, 08 Jul 2017 14:01:32 -0700, by Gregory Szorc
-
check-code: prohibit `if False` antipatternFri, 07 Jul 2017 15:11:11 -0400, by Augie Fackler
-
convert: remove `if False` blockFri, 07 Jul 2017 15:08:23 -0400, by Augie Fackler
-
filterpyflakes: move self-test into test fileFri, 07 Jul 2017 15:07:36 -0400, by Augie Fackler
-
test-subrepo: demonstrate a status problem when merge deletes a fileSun, 09 Jul 2017 16:38:04 -0400, by Matt Harbison
-
subrepo: make the output references to subrepositories consistentSun, 09 Jul 2017 16:13:30 -0400, by Matt Harbison
-
subrepo: consider the parent repo dirty when a file is missingSun, 09 Jul 2017 02:55:46 -0400, by Matt Harbison
-
archival: flag missing files as a dirty wdir() in the metadata file (BC)Sun, 09 Jul 2017 02:46:03 -0400, by Matt Harbison
-
cmdutil: simplify the dirty check in howtocontinue()Sun, 09 Jul 2017 00:53:16 -0400, by Matt Harbison
-
blackbox: simplify the dirty checkSun, 09 Jul 2017 00:23:03 -0400, by Matt Harbison
-
identify: simplify the dirty checkSun, 09 Jul 2017 00:19:03 -0400, by Matt Harbison
-
tests: tweak the subrepo dirty state testsSun, 09 Jul 2017 00:05:31 -0400, by Matt Harbison
-
match: combine regex code for path: and relpath:Sun, 09 Jul 2017 23:01:11 -0700, by Martin von Zweigbergk
-
match: remove unnecessary '^' from regexesSun, 09 Jul 2017 22:53:02 -0700, by Martin von Zweigbergk
-
sparse: access status fields by name instead of deconstructing itThu, 06 Jul 2017 22:20:38 -0700, by Martin von Zweigbergk
-
sparse: move printing of sparse config changes function into coreSat, 08 Jul 2017 13:34:19 -0700, by Gregory Szorc
-
sparse: move code for clearing rules to coreSat, 08 Jul 2017 13:19:38 -0700, by Gregory Szorc
-
sparse: move post commit actions into coreFri, 07 Jul 2017 11:51:10 -0700, by Gregory Szorc
-
cleanupnode: do not use generator for node mappingSun, 09 Jul 2017 15:11:19 +0200, by Octobus
-
histedit: use scmutil.cleanupnodes (BC)Sat, 08 Jul 2017 16:50:31 -0700, by Jun Wu
-
histedit: unify strip backup files on success (BC)Sat, 08 Jul 2017 16:50:31 -0700, by Jun Wu
-
histedit: pass multiple nodes to strip (BC)Sat, 08 Jul 2017 16:50:31 -0700, by Jun Wu
-
histedit: remove "name" parameter from cleanupnode functionsSat, 08 Jul 2017 16:50:31 -0700, by Jun Wu
-
histedit: remove "should strip" debug messageSat, 08 Jul 2017 16:50:31 -0700, by Jun Wu
-
histedit: move topmost bookmark movement to a separate functionSat, 08 Jul 2017 16:47:25 -0700, by Jun Wu
-
histedit: remove moving bookmarks message on verbose (BC)Sat, 08 Jul 2017 16:04:21 -0700, by Jun Wu
-
test-largefiles-update: conditionalize output instead of testsSat, 08 Jul 2017 18:47:50 -0400, by Matt Harbison
-
test-status-rev: conditionalize output instead of testsSat, 08 Jul 2017 18:46:43 -0400, by Matt Harbison
-
test-mq: conditionalize output instead of testsSat, 08 Jul 2017 18:46:12 -0400, by Matt Harbison
-
test-annotate: conditionalize output instead of testsSat, 08 Jul 2017 18:38:44 -0400, by Matt Harbison
-
test-addremove: conditionalize output instead of testsSat, 08 Jul 2017 18:37:41 -0400, by Matt Harbison
-
test-tools: conditionalize output instead of testsSat, 08 Jul 2017 14:21:11 -0400, by Matt Harbison
-
test-rebase: conditionalize output instead of testsSat, 08 Jul 2017 14:15:01 -0400, by Matt Harbison
-
tests: stabilize on WindowsSat, 08 Jul 2017 14:10:10 -0400, by Matt Harbison
-
revset: make repo.anyrevs accept customized alias override (API)Sat, 24 Jun 2017 15:29:42 -0700, by Jun Wu
-
tests: quote $PYTHON for WindowsFri, 07 Jul 2017 01:05:20 -0400, by Matt Harbison
-
amend: use scmutil.cleanupnodes (BC)Mon, 26 Jun 2017 15:28:28 -0700, by Jun Wu
-
rebase: remove "if True"Fri, 07 Jul 2017 19:03:03 -0700, by Jun Wu
-
rebase: use scmutil.cleanupnodes (issue5606) (BC)Fri, 07 Jul 2017 18:51:46 -0700, by Jun Wu
-
scmutil: make cleanupnodes delete divergent bookmarksMon, 26 Jun 2017 13:13:51 -0700, by Jun Wu
-
scmutil: make cleanupnodes handle filtered nodeMon, 26 Jun 2017 15:08:37 -0700, by Jun Wu
-
configitems: add alias support in configFri, 07 Jul 2017 08:33:10 +0200, by David Demelier
-
hgweb: use ui._unset to prevent a warning in configitemsMon, 03 Jul 2017 13:04:35 +0200, by David Demelier
-
dispatch: fix typo suggestion for disabled extensionFri, 07 Jul 2017 00:13:53 -0700, by Martin von Zweigbergk
-
tests: add tests for typoed commandsFri, 07 Jul 2017 00:12:44 -0700, by Martin von Zweigbergk
-
sparse: inline signature cache clearingThu, 06 Jul 2017 16:10:28 -0700, by Gregory Szorc
-
sparse: move working directory refreshing into coreThu, 06 Jul 2017 14:53:08 -0700, by Gregory Szorc
-
sparse: refactor update actions filtering and call from coreThu, 06 Jul 2017 16:29:31 -0700, by Gregory Szorc
-
sparse: move update action filtering into coreThu, 06 Jul 2017 16:17:35 -0700, by Gregory Szorc
-
sparse: move pruning of temporary includes into coreThu, 06 Jul 2017 14:33:18 -0700, by Gregory Szorc
-
sparse: move function for resolving sparse matcher into coreThu, 06 Jul 2017 17:41:45 -0700, by Gregory Szorc
-
match: move matchers from sparse into coreThu, 06 Jul 2017 17:39:24 -0700, by Gregory Szorc
-
sparse: clean up config signature codeThu, 06 Jul 2017 16:01:36 -0700, by Gregory Szorc
-
sparse: move config signature logic into coreThu, 06 Jul 2017 16:11:56 -0700, by Gregory Szorc
-
sparse: remove custom hash matcherThu, 06 Jul 2017 17:31:33 -0700, by Gregory Szorc
-
sparse: override __repr__ in matchersThu, 06 Jul 2017 16:37:36 -0700, by Martin von Zweigbergk
-
tests: fix reference to undefined variableThu, 06 Jul 2017 14:17:02 -0700, by Martin von Zweigbergk
-
shelve: don't reimplement mergestate.unresolved()Tue, 01 Dec 2015 09:19:54 -0800, by Martin von Zweigbergk
-
summary: don't reimplment mergestate.unresolved()Mon, 23 Nov 2015 09:37:12 -0800, by Martin von Zweigbergk
-
mergestate: implement unresolvedcount() in terms of unresolved()Tue, 01 Dec 2015 09:26:33 -0800, by Martin von Zweigbergk
-
mergestate: make unresolved() use iteritems()Tue, 01 Dec 2015 09:26:10 -0800, by Martin von Zweigbergk
-
changegroup: don't fail on empty changegroup (API)Fri, 30 Jun 2017 23:58:59 -0700, by Martin von Zweigbergk
-
changegroup: remove option to allow empty changegroup (API)Sat, 01 Jul 2017 00:00:09 -0700, by Martin von Zweigbergk
-
strip: don't allow empty changegroup in bundle1Fri, 30 Jun 2017 23:58:31 -0700, by Martin von Zweigbergk
-
match: minor cleanups to patternmatcher and includematcherThu, 08 Jun 2017 22:49:21 -0700, by Martin von Zweigbergk
-
py3: fix test-diff-newlines.t to be compatible with py3Thu, 06 Jul 2017 17:18:50 +0200, by Boris Feld
-
sparse: move some temporary includes functions into coreThu, 06 Jul 2017 14:48:16 -0700, by Gregory Szorc
-
sparse: move config file writing into coreThu, 06 Jul 2017 12:24:55 -0700, by Gregory Szorc
-
localrepo: add sparse cachesThu, 06 Jul 2017 12:20:53 -0700, by Gregory Szorc
-
sparse: move active profiles function into coreThu, 06 Jul 2017 12:26:04 -0700, by Gregory Szorc
-
sparse: move resolving of sparse patterns for rev into coreThu, 06 Jul 2017 12:15:14 -0700, by Gregory Szorc
-
sparse: variable to track if sparse is enabledThu, 06 Jul 2017 12:06:37 -0700, by Gregory Szorc
-
sparse: move profile reading into coreThu, 06 Jul 2017 12:14:12 -0700, by Gregory Szorc
-
sparse: move config parsing into coreThu, 06 Jul 2017 12:14:03 -0700, by Gregory Szorc
-
sparse: use vfs.tryread()Thu, 06 Jul 2017 10:58:45 -0700, by Gregory Szorc
-
sparse: refactor sparsechecksum()Sat, 01 Jul 2017 11:56:39 -0700, by Gregory Szorc
-
sparse: document config file formatThu, 06 Jul 2017 10:57:26 -0700, by Gregory Szorc
-
sparse: rename command to debugsparseSat, 01 Jul 2017 10:29:27 -0700, by Gregory Szorc
-
sparse: remove reference to simplecacheThu, 06 Jul 2017 10:54:23 -0700, by Gregory Szorc
-
sparse: remove reference to hgwatchmanSat, 01 Jul 2017 10:24:31 -0700, by Gregory Szorc
-
sparse: expand module docstringSat, 01 Jul 2017 10:36:03 -0700, by Gregory Szorc
-
sparse: vendor Facebook-developed extensionSat, 01 Jul 2017 10:43:29 -0700, by Gregory Szorc
-
contrib: widen "direct use of `python`" net againThu, 06 Jul 2017 15:15:02 -0400, by Augie Fackler
-
tests: clean up a newly-introduced instance of `python`Thu, 06 Jul 2017 14:33:48 -0500, by Kevin Bullock
-
tests: clean up even more direct `python` calls with $PYTHONTue, 20 Jun 2017 17:31:18 -0400, by Augie Fackler
-
contrib: widen the "don't use `python`" net a littleTue, 20 Jun 2017 17:25:57 -0400, by Augie Fackler
-
followlines: join merge parents line ranges in blockdescendants() (issue5595)Wed, 05 Jul 2017 13:54:53 +0200, by Denis Laxalde
-
workingfilectx: add exists, lexistsTue, 04 Jul 2017 22:35:52 -0700, by Phil Cohen
-
vfs: add explanation about cost of checkambig=True in corner caseTue, 04 Jul 2017 23:13:47 +0900, by FUJIWARA Katsunori
-
vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambigTue, 04 Jul 2017 23:13:47 +0900, by FUJIWARA Katsunori
-
vfs: copy if EPERM to avoid file stat ambiguity forcibly at closingTue, 04 Jul 2017 23:13:47 +0900, by FUJIWARA Katsunori
-
transaction: apply checkambig=True only on limited files for similarityTue, 04 Jul 2017 23:13:47 +0900, by FUJIWARA Katsunori
-
transaction: avoid file stat ambiguity only for files in blacklistTue, 04 Jul 2017 23:13:46 +0900, by FUJIWARA Katsunori
-
localrepo: store path and vfs location of cached propertiesTue, 04 Jul 2017 23:13:46 +0900, by FUJIWARA Katsunori
-
template: add successors templateMon, 03 Jul 2017 11:22:00 +0200, by Boris Feld
-
template: add tests for more complex casesMon, 03 Jul 2017 14:22:28 +0200, by Boris Feld
-
obsolete: closest divergent supportFri, 30 Jun 2017 15:27:19 +0200, by Boris Feld
-
obsolete: pass cache argument of successors set explicitlyFri, 30 Jun 2017 15:02:19 +0200, by Boris Feld
-
obsolete: small doc update for 'successorssets'Fri, 30 Jun 2017 13:47:24 +0200, by Boris Feld
-
phabricator: do not read a same revision twiceTue, 04 Jul 2017 18:52:28 -0700, by Jun Wu
-
patch: make parsepatch optionally trim context linesTue, 04 Jul 2017 16:41:28 -0700, by Jun Wu
-
phabricator: try to fetch differential revisions in batchTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: avoid calling differential.getcommitmessageTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: rework phabread to reduce memory usage and round-tripsTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: abort if phabsend gets empty revsTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: do not upload new diff if nothing changesTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: add node and p1 to hg:meta propertyTue, 04 Jul 2017 16:36:48 -0700, by Jun Wu
-
phabricator: check associated Differential Revision from commit messageTue, 04 Jul 2017 16:16:37 -0700, by Jun Wu
-
tests: replace yet more calls to `python` with $PYTHONWed, 05 Jul 2017 11:10:11 -0500, by Augie Fackler
-
tests: capitalize Python when it's not used as a command nameWed, 05 Jul 2017 11:09:55 -0500, by Augie Fackler
-
merge with stableWed, 05 Jul 2017 11:55:26 -0400, by Augie Fackler
-
vfs: drop the 'mustaudit' APISun, 02 Jul 2017 04:26:42 +0200, by Pierre-Yves David
-
streamclone: stop using 'vfs.mustaudit = False'Sun, 02 Jul 2017 04:26:34 +0200, by Pierre-Yves David
-
vfs: simplify path audit disabling in stream cloneSun, 02 Jul 2017 02:28:04 +0200, by Pierre-Yves David
-
auditor: add simple comment about repo.auditor and alSun, 02 Jul 2017 02:19:05 +0200, by Pierre-Yves David
-
tag: make sure the repository is locked when taggingSun, 02 Jul 2017 01:41:37 +0200, by Pierre-Yves David
-
test: glob a line number in test-devel-warnings.tSun, 02 Jul 2017 01:38:08 +0200, by Pierre-Yves David
-
test: add a small comment to explain a section of test-devel-warningSun, 02 Jul 2017 01:37:03 +0200, by Pierre-Yves David
-
obsolete: reports the number of local changeset obsoleted when unbundlingWed, 28 Jun 2017 03:54:19 +0200, by Pierre-Yves David
-
transaction: track new obsmarkers in the 'changes' mappingTue, 27 Jun 2017 02:45:09 +0200, by Pierre-Yves David
-
configitems: register the 'progress.estimate' configFri, 30 Jun 2017 03:44:04 +0200, by Pierre-Yves David
-
configitems: register the 'progress.clear-complete' configFri, 30 Jun 2017 03:44:02 +0200, by Pierre-Yves David
-
configitems: register the 'progress.assume-tty' configFri, 30 Jun 2017 03:44:01 +0200, by Pierre-Yves David
-
configitems: register the 'format.usestore' configFri, 30 Jun 2017 03:42:30 +0200, by Pierre-Yves David
-
configitems: register the 'format.usegeneraldelta' configFri, 30 Jun 2017 03:42:29 +0200, by Pierre-Yves David
-
configitems: register the 'format.usefncache' configFri, 30 Jun 2017 03:42:28 +0200, by Pierre-Yves David
-
configitems: register the 'format.obsstore-version' configFri, 30 Jun 2017 03:42:27 +0200, by Pierre-Yves David
-
configitems: register the 'factotum.service' configFri, 30 Jun 2017 03:42:15 +0200, by Pierre-Yves David
-
configitems: register the 'factotum.mountpoint' configFri, 30 Jun 2017 03:42:13 +0200, by Pierre-Yves David
-
configitems: register the 'factotum.executable' configFri, 30 Jun 2017 03:42:12 +0200, by Pierre-Yves David
-
configitems: register the 'format.maxchainlen' configFri, 30 Jun 2017 03:42:26 +0200, by Pierre-Yves David
-
configitems: register the 'format.manifestcachesize' configFri, 30 Jun 2017 03:42:24 +0200, by Pierre-Yves David
-
configitems: register the 'format.generaldelta' configFri, 30 Jun 2017 03:42:23 +0200, by Pierre-Yves David
-
configitems: register the 'format.dotencode' configFri, 30 Jun 2017 03:42:22 +0200, by Pierre-Yves David
-
configitems: register the 'format.chunkcachesize' configFri, 30 Jun 2017 03:42:21 +0200, by Pierre-Yves David
-
configitems: register the 'format.aggressivemergedeltas' configFri, 30 Jun 2017 03:42:20 +0200, by Pierre-Yves David
-
configitems: gather comment related to 'worker.backgroundclosemaxqueue'Wed, 05 Jul 2017 00:01:30 +0200, by Pierre-Yves David
-
configitems: register the 'worker.numcpus' configFri, 30 Jun 2017 03:46:01 +0200, by Pierre-Yves David
-
configitems: register the 'worker.backgroundclosethreadcount' configFri, 30 Jun 2017 03:46:00 +0200, by Pierre-Yves David
-
configitems: register the 'worker.backgroundcloseminfilecount' configFri, 30 Jun 2017 03:45:59 +0200, by Pierre-Yves David
-
configitems: register the 'worker.backgroundclosemaxqueue' configFri, 30 Jun 2017 03:45:58 +0200, by Pierre-Yves David
-
configitems: register the 'patch.eol' configFri, 30 Jun 2017 03:43:35 +0200, by Pierre-Yves David
-
configitems: register the 'server.zliblevel' configFri, 30 Jun 2017 03:44:16 +0200, by Pierre-Yves David
-
configitems: register the 'server.validate' configFri, 30 Jun 2017 03:44:15 +0200, by Pierre-Yves David
-
configitems: register the 'server.uncompressedallowsecret' configFri, 30 Jun 2017 03:44:14 +0200, by Pierre-Yves David
-
configitems: register the 'server.preferuncompressed' configFri, 30 Jun 2017 03:44:12 +0200, by Pierre-Yves David
-
configitems: register the 'server.maxhttpheaderlen' configFri, 30 Jun 2017 03:44:11 +0200, by Pierre-Yves David
-
configitems: register the 'server.disablefullbundle' configFri, 30 Jun 2017 03:44:10 +0200, by Pierre-Yves David
-
configitems: register the 'server.concurrent-push-mode' configFri, 30 Jun 2017 03:44:09 +0200, by Pierre-Yves David
-
configitems: register the 'server.compressionengines' configFri, 30 Jun 2017 03:44:08 +0200, by Pierre-Yves David
-
configitems: register the 'server.bundle1gd' configFri, 30 Jun 2017 03:44:07 +0200, by Pierre-Yves David
-
configitems: register the 'server.bundle1' configFri, 30 Jun 2017 03:44:06 +0200, by Pierre-Yves David
-
configitems: register the 'hostsecurity.disabletls10warning' configFri, 30 Jun 2017 03:42:43 +0200, by Pierre-Yves David
-
configitems: register the 'hostsecurity.ciphers' configFri, 30 Jun 2017 03:42:42 +0200, by Pierre-Yves David
-
configitem: create a new list of each 'acl.sources' accessSun, 02 Jul 2017 23:10:33 +0200, by Pierre-Yves David
-
dirstate: centralize _cwd handling into _cwd methodMon, 03 Jul 2017 02:52:40 +0900, by FUJIWARA Katsunori
-
tests: add line specific for testing with fsmonitorMon, 03 Jul 2017 02:52:39 +0900, by FUJIWARA Katsunori
-
tests: make output lines conditional for testing with fsmonitorMon, 03 Jul 2017 02:52:39 +0900, by FUJIWARA Katsunori
-
tests: add fsmonitor specific output lines at enabling largefilesMon, 03 Jul 2017 02:52:39 +0900, by FUJIWARA Katsunori
-
show: document why accidentally quadratic is (probably) acceptableMon, 03 Jul 2017 21:26:39 -0700, by Gregory Szorc
-
show: also catch AmbiguousCommandMon, 03 Jul 2017 21:18:32 -0700, by Gregory Szorc
-
show: avoid extra list operationsMon, 03 Jul 2017 21:12:04 -0700, by Gregory Szorc
-
show: tweak warning messageMon, 03 Jul 2017 21:10:48 -0700, by Gregory Szorc
-
revlog: add an experimental option to mitigated delta issues (issue5480)Fri, 23 Jun 2017 13:49:34 +0200, by Pierre-Yves David
-
tests: use system hg only if changelog or dirstate can't be readSun, 02 Jul 2017 13:24:23 +0900, by Yuya Nishihara
-
tests: restore workaround of obsolete warning from 3c9066ed557cSun, 02 Jul 2017 13:20:28 +0900, by Yuya Nishihara
-
tests: alias syshg and syshgenv so they can be switched conditionallySun, 02 Jul 2017 13:14:20 +0900, by Yuya Nishihara
-
tests: actually restore the original environment before running syshgFri, 30 Jun 2017 21:49:29 +0900, by Yuya Nishihara
-
phabricator: add phabread command to read patchesSun, 02 Jul 2017 20:08:09 -0700, by Jun Wu
-
phabricator: add phabsend command to send a stackSun, 02 Jul 2017 20:08:09 -0700, by Jun Wu
-
phabricator: add a contrib scriptSun, 02 Jul 2017 20:08:09 -0700, by Jun Wu
-
show: implement "stack" viewSat, 01 Jul 2017 22:38:42 -0700, by Gregory Szorc
-
tests: demonstrate inconsistencies with dirty state in various commandsWed, 28 Jun 2017 21:30:46 -0400, by Matt Harbison
-
check-config: syntax to allow inconsistent config valuesSat, 01 Jul 2017 20:34:27 -0700, by Gregory Szorc
-
configitems: register the 'badserver.closebeforeaccept' configFri, 30 Jun 2017 03:28:02 +0200, by Pierre-Yves David
-
configitems: register the 'badserver.closeaftersendbytes' configFri, 30 Jun 2017 03:27:54 +0200, by Pierre-Yves David
-
configitems: register the 'badserver.closeafterrecvbytes' configFri, 30 Jun 2017 03:27:44 +0200, by Pierre-Yves David
-
configitems: register the 'badserver.closeafteraccept' configFri, 30 Jun 2017 03:27:36 +0200, by Pierre-Yves David
-
configitems: register the 'blackbox.logsource' configFri, 30 Jun 2017 03:28:18 +0200, by Pierre-Yves David
-
configitems: register the 'blackbox.dirty' configFri, 30 Jun 2017 03:28:11 +0200, by Pierre-Yves David
-
configitems: register the 'automv.similarity' configFri, 30 Jun 2017 03:27:24 +0200, by Pierre-Yves David
-
acl: use configlist to retrieve the source configSat, 01 Jul 2017 20:58:34 +0200, by Pierre-Yves David
-
configitems: register the 'acl.sources' configFri, 30 Jun 2017 03:27:07 +0200, by Pierre-Yves David
-
configitems: register the 'acl.config' configFri, 30 Jun 2017 03:26:57 +0200, by Pierre-Yves David
-
config: register the 'devel.legacy.exchange' configWed, 28 Jun 2017 13:31:51 +0200, by Pierre-Yves David
-
configitems: register the 'bundle.reorder' configFri, 30 Jun 2017 03:31:35 +0200, by Pierre-Yves David
-
configitems: register the 'bundle.mainreporoot' configFri, 30 Jun 2017 03:31:26 +0200, by Pierre-Yves David
-
configitems: register the 'bookmarks.pushing' configFri, 30 Jun 2017 03:28:28 +0200, by Pierre-Yves David
-
configitems: register the 'auth.cookiefile' configFri, 30 Jun 2017 03:27:18 +0200, by Pierre-Yves David
-
configitems: register the 'color.mode' configFri, 30 Jun 2017 03:32:09 +0200, by Pierre-Yves David
-
zeroconf: blindly forward extra argument to the core config methodSat, 01 Jul 2017 21:57:17 +0200, by Pierre-Yves David
-
configitem: fix default value for 'serverrequirecert'Sat, 01 Jul 2017 20:16:54 +0200, by Pierre-Yves David
-
localrepo: factor out base of filecache annotation classFri, 30 Jun 2017 01:47:49 +0900, by FUJIWARA Katsunori
-
manifest: apply checkambig=True only for root 00manifest.iFri, 30 Jun 2017 01:47:48 +0900, by FUJIWARA Katsunori
-
revlog: address review feedback for deltachain C implementationSat, 01 Jul 2017 19:35:17 -0700, by Gregory Szorc
-
test-rebase-interruptions: stabilize for WindowsSat, 01 Jul 2017 15:13:09 -0400, by Matt Harbison
-
drawdag: inline transaction() functionFri, 30 Jun 2017 23:15:09 -0700, by Martin von Zweigbergk
-
revlog: C implementation of delta chain resolutionSun, 25 Jun 2017 12:41:34 -0700, by Gregory Szorc
-
help: cleanup grammar in the hooks section stable 4.2.2Tue, 04 Jul 2017 22:58:21 -0400, by Matt Harbison
-
config: register the 'devel.strip-obsmarkers' configWed, 28 Jun 2017 13:32:36 +0200, by Pierre-Yves David
-
config: register the 'devel.serverrequirecert' configWed, 28 Jun 2017 13:32:28 +0200, by Pierre-Yves David
-
config: register the 'devel.serverexactprotocol' configWed, 28 Jun 2017 13:32:18 +0200, by Pierre-Yves David
-
config: register the 'devel.servercafile' configWed, 28 Jun 2017 13:32:07 +0200, by Pierre-Yves David
-
config: register the 'devel.disableloaddefaultcerts' configWed, 28 Jun 2017 13:31:18 +0200, by Pierre-Yves David
-
config: register the 'devel.check-relroot' configWed, 28 Jun 2017 13:31:05 +0200, by Pierre-Yves David
-
config: register the devel.check-locks configWed, 28 Jun 2017 13:37:59 +0200, by Pierre-Yves David
-
config: register the 'devel.bundle2.debug' configWed, 28 Jun 2017 13:25:33 +0200, by Pierre-Yves David
-
config: register the 'devel.all-warnings' configWed, 28 Jun 2017 13:19:40 +0200, by Pierre-Yves David
-
rebase: always pass destination as revnum to _handleskippingobsolete()Wed, 28 Jun 2017 14:53:54 -0700, by Martin von Zweigbergk
-
patch: remove unused fsbackend._join()Thu, 29 Jun 2017 23:04:47 -0700, by Martin von Zweigbergk
-
patch: add close() to abstractbackendFri, 30 Jun 2017 09:07:24 -0700, by Martin von Zweigbergk
-
log: add an extension hook-point in changeset_printerMon, 26 Jun 2017 15:46:24 +0200, by Boris Feld
-
drawdag: support obsmarker creation in commentsTue, 27 Jun 2017 00:01:17 -0700, by Jun Wu
-
test-drawdag: add a test for drawdag.pyMon, 26 Jun 2017 23:31:53 -0700, by Jun Wu
-
filemerge: convert a couple of wvfs calls in internal mergetools to contextsMon, 26 Jun 2017 22:52:15 -0700, by Phil Cohen
-
configitems: support callable as a default valueWed, 28 Jun 2017 13:50:20 +0200, by Pierre-Yves David
-
obsutil: move 'getmarkers' to the new modulesTue, 27 Jun 2017 02:06:15 +0200, by Pierre-Yves David
-
obsutil: move the 'marker' class to the new modulesTue, 27 Jun 2017 01:51:40 +0200, by Pierre-Yves David
-
obsolete: delete three unused utility functionsTue, 27 Jun 2017 01:48:41 +0200, by Pierre-Yves David
-
obsutil: move 'foreground' to the new modulesTue, 27 Jun 2017 01:40:34 +0200, by Pierre-Yves David
-
obsutil: move 'allsuccessors' to the new modulesTue, 27 Jun 2017 01:36:20 +0200, by Pierre-Yves David
-
obsutil: move 'allprecursors' to the new modulesTue, 27 Jun 2017 01:31:18 +0200, by Pierre-Yves David
-
obsutil: move 'exclusivemarkers' to the new modulesTue, 27 Jun 2017 01:11:56 +0200, by Pierre-Yves David
-
obsutil: move 'successorssets' to the new modulesTue, 27 Jun 2017 01:03:01 +0200, by Pierre-Yves David
-
revlog: add an experimental option to mitigated delta issues (issue5480) stableFri, 23 Jun 2017 13:49:34 +0200, by Pierre-Yves David
-
tests: fix variable name regular expression in _genrestoreenv()Thu, 29 Jun 2017 11:29:19 -0700, by Adam Simpkins
-
merge with stableThu, 29 Jun 2017 15:21:52 -0700, by Martin von Zweigbergk
-
pushrace: avoid crash on bare push when using concurrent push modeWed, 28 Jun 2017 17:41:25 +0200, by Pierre-Yves David
-
show: config option to register aliases for viewsSun, 25 Jun 2017 22:20:37 -0700, by Gregory Szorc
-
blackbox: use a human readable version of the defaultSun, 18 Jun 2017 20:49:08 +0200, by Pierre-Yves David
-
configitems: register 'blackbox.maxsize' as an example of 'configbytes'Sat, 17 Jun 2017 13:21:06 +0200, by Pierre-Yves David
-
blackbox: minor code reorderingSat, 17 Jun 2017 13:41:28 +0200, by Pierre-Yves David
-
configitems: add a devel warning for extensions items overiding core oneSun, 18 Jun 2017 19:52:54 +0200, by Pierre-Yves David
-
configitems: add an official API for extensions to register config itemSat, 17 Jun 2017 13:48:20 +0200, by Pierre-Yves David
-
configitems: extract the logic to build a registrar on any configtableSat, 17 Jun 2017 13:38:53 +0200, by Pierre-Yves David
-
obsolete: skip 'changectx' usage in unstable computationMon, 19 Jun 2017 01:08:11 +0200, by Pierre-Yves David
-
obsolete: provide a small function to retrieve all mutable revisionsSun, 18 Jun 2017 22:38:11 +0200, by Pierre-Yves David
-
bundle2: add debug info about the number of stream paramsTue, 27 Jun 2017 14:38:00 -0700, by Siddharth Agarwal
-
bundle2: add some debugging information to the not-a-bundle errorTue, 27 Jun 2017 14:30:55 -0700, by Siddharth Agarwal
-
tests: more completely restore the environment in syshgenvWed, 28 Jun 2017 12:23:22 -0700, by Adam Simpkins
-
tests: do not use system hg if it does not have "files" commandWed, 28 Jun 2017 13:45:51 -0700, by Jun Wu
-
rebase: also test abort from pretxnclose error stableTue, 27 Jun 2017 18:13:10 +0200, by Pierre-Yves David
-
rebase: reinforce testing around precommit hook interrupting a rebase stableTue, 27 Jun 2017 18:10:55 +0200, by Pierre-Yves David
-
rebase: provides test case for (issue5610) stableTue, 27 Jun 2017 17:45:58 +0200, by Pierre-Yves David
-
rebase: backed out changeset cf8ad0e6c0e4 (issue5610) stableTue, 27 Jun 2017 17:40:24 +0200, by Pierre-Yves David
-
rebase: backed out changeset 2519994d25ca stableTue, 27 Jun 2017 17:39:55 +0200, by Pierre-Yves David
-
setup: fix runcmd() usage on darwinWed, 28 Jun 2017 10:50:37 -0700, by Adam Simpkins
-
py3: update the python3-whitelist with new tests which pass on Python 3Tue, 27 Jun 2017 21:16:08 +0530, by Pulkit Goyal
-
setup: fix localhgenvWed, 28 Jun 2017 06:49:01 -0700, by Jun Wu
-
tests: use the system hg for examining the local repositoryTue, 27 Jun 2017 17:24:31 -0700, by Adam Simpkins
-
tests: save the original PATH and PYTHONPATH variablesTue, 27 Jun 2017 17:24:31 -0700, by Adam Simpkins
-
setup: prefer using the system hg to interact with the local repositoryTue, 27 Jun 2017 16:15:32 -0700, by Adam Simpkins
-
setup: replace runhg() with an hgcommand helper classTue, 27 Jun 2017 16:15:32 -0700, by Adam Simpkins
-
setup: move environment computation into a helper functionMon, 26 Jun 2017 11:31:30 -0700, by Adam Simpkins
-
setup: update runcmd() to also return the exit statusMon, 26 Jun 2017 11:31:30 -0700, by Adam Simpkins
-
setup: fail if we cannot determine the version numberMon, 26 Jun 2017 11:31:30 -0700, by Adam Simpkins
-
smartset: fix generatorset.last() to not return the first element (issue5609)Tue, 27 Jun 2017 23:50:22 +0900, by Yuya Nishihara
-
strip: respect the backup option in stripcallbackMon, 26 Jun 2017 21:11:02 -0700, by Jun Wu
-
py3: use pycompat.bytestr() to convert str to bytesMon, 26 Jun 2017 23:58:27 +0530, by Pulkit Goyal
-
py3: pass the memoryview object into bytes() to get the valueMon, 26 Jun 2017 23:57:49 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr instead of strMon, 26 Jun 2017 17:23:10 +0530, by Pulkit Goyal
-
py3: use '%d' to convert integers to bytesMon, 26 Jun 2017 17:22:45 +0530, by Pulkit Goyal
-
py3: slice over bytes to prevent getting it's ascii valueSun, 25 Jun 2017 08:36:51 +0530, by Pulkit Goyal
-
py3: use pycompat.strkwargs() to convert kwargs keys to strTue, 27 Jun 2017 00:23:32 +0530, by Pulkit Goyal
-
py3: use r'' to prevent the addition of b'' by transformerTue, 27 Jun 2017 00:15:56 +0530, by Pulkit Goyal
-
py3: use pycompat.byteskwargs() to convert kwargs' keys to bytesTue, 27 Jun 2017 00:20:55 +0530, by Pulkit Goyal
-
tests: use cgienv to minimize environment setup at hgweb testsTue, 27 Jun 2017 02:24:38 +0900, by FUJIWARA Katsunori
-
tests: avoid test failure for mangling path-like string by MSYSTue, 27 Jun 2017 02:24:37 +0900, by FUJIWARA Katsunori
-
py3: make sure commands name are bytes in testsSun, 25 Jun 2017 08:20:05 +0530, by Pulkit Goyal
-
py3: add b'' to make the regex pattern bytesSun, 25 Jun 2017 03:11:55 +0530, by Pulkit Goyal
-
py3: use hex() to convert the hash to bytesMon, 26 Jun 2017 17:20:46 +0530, by Pulkit Goyal
-
py3: add b'' to make a triple quoted string bytes on Python 3Sat, 24 Jun 2017 19:57:50 +0530, by Pulkit Goyal
-
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3Sat, 24 Jun 2017 19:55:41 +0530, by Pulkit Goyal
-
py3: fix kwargs handling for `hg bookmarks`Sat, 24 Jun 2017 19:55:01 +0530, by Pulkit Goyal
-
identify: provide changectx to templaterMon, 26 Jun 2017 09:37:16 +0900, by Yuya Nishihara
-
formatter: proxy fm.context() through converterMon, 26 Jun 2017 09:33:01 +0900, by Yuya Nishihara
-
identify: change p1/p2 to a list of parentsMon, 26 Jun 2017 09:18:55 +0900, by Yuya Nishihara
-
scmutil: add a cleanupnodes method for developersSun, 25 Jun 2017 13:31:56 -0700, by Jun Wu
-
strip: add a delayedstrip method that works in a transactionSun, 25 Jun 2017 10:38:45 -0700, by Jun Wu
-
workingfilectx: add audit() as a wrapper for wvfs.audit()Sun, 25 Jun 2017 22:30:14 -0700, by Phil Cohen
-
workingfilectx: add backgroundclose as a kwarg to write()Sun, 25 Jun 2017 22:30:14 -0700, by Phil Cohen
-
merge: change repo.wvfs.setflags calls to a new wctx[f].setflags functionSun, 25 Jun 2017 22:29:09 -0700, by Phil Cohen
-
merge: convert repo.wwrite() calls to wctx[f].write()Sun, 25 Jun 2017 17:00:15 -0700, by Phil Cohen
-
merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove()Sun, 25 Jun 2017 16:58:26 -0700, by Phil Cohen
-
merge: pass wctx to batchremove and batchgetSun, 25 Jun 2017 16:56:49 -0700, by Phil Cohen
-
revset: add depth limit to descendants() (issue5374)Sat, 24 Jun 2017 23:05:57 +0900, by Yuya Nishihara
-
dagop: make walk direction switchable so it can track descendantsSat, 24 Jun 2017 23:35:03 +0900, by Yuya Nishihara
-
dagop: factor out generator of ancestor nodesSat, 24 Jun 2017 23:30:51 +0900, by Yuya Nishihara
-
dagop: factor out pfunc from revancestors() generatorSat, 24 Jun 2017 23:22:45 +0900, by Yuya Nishihara
-
dagop: use smartset.min() in revdescendants() generatorFri, 23 Jun 2017 21:15:10 +0900, by Yuya Nishihara
-
dagop: change revdescendants() to include all root revisionsTue, 20 Jun 2017 22:26:52 +0900, by Yuya Nishihara
-
test-revset: add a few more tests of descendants()Tue, 20 Jun 2017 22:11:23 +0900, by Yuya Nishihara
-
dagop: unnest inner generator of revdescendants()Sun, 18 Jun 2017 17:02:03 +0900, by Yuya Nishihara
-
smartset: fix default value of abstractsmartset.sort()Sun, 25 Jun 2017 00:14:48 +0900, by Yuya Nishihara
-
keyword: wrap functions only once at loading keyword extensionMon, 26 Jun 2017 03:47:11 +0900, by FUJIWARA Katsunori
-
keyword: use _keywordkwt of repository instead of kwtools['templater']Mon, 26 Jun 2017 03:46:17 +0900, by FUJIWARA Katsunori
-
keyword: obtain kwtemplater instance via repository at runtimeMon, 26 Jun 2017 03:44:50 +0900, by FUJIWARA Katsunori
-
keyword: obtain kwtemplater instance via repository at runtimeMon, 26 Jun 2017 03:43:47 +0900, by FUJIWARA Katsunori
-
keyword: make wrapped repository and kwtemplater refer to each otherMon, 26 Jun 2017 03:42:17 +0900, by FUJIWARA Katsunori
-
keyword: add test for keyword expansion at serving multiple repositoriesMon, 26 Jun 2017 03:40:57 +0900, by FUJIWARA Katsunori
-
keyword: make comparison webcommand suppress keyword expansionMon, 26 Jun 2017 03:40:12 +0900, by FUJIWARA Katsunori
-
keyword: restore kwtemplater.match at the end of wrapped webcommandsMon, 26 Jun 2017 03:40:06 +0900, by FUJIWARA Katsunori
-
keyword: restore kwtemplater.restrict at the end of wrapped patch.diffMon, 26 Jun 2017 03:38:12 +0900, by FUJIWARA Katsunori
-
debugrevlog: align chain length, reach, and compression ratioMon, 26 Jun 2017 22:27:34 +0900, by Yuya Nishihara
-
configitems: register 'ui.interactive'Fri, 23 Jun 2017 17:19:29 +0200, by Pierre-Yves David
-
config: use '_config' within 'configbytes'Sun, 25 Jun 2017 14:41:12 +0200, by Pierre-Yves David
-
config: use '_config' within 'configbool'Sun, 25 Jun 2017 14:38:56 +0200, by Pierre-Yves David
-
config: extract the core config logic into a private methodSun, 25 Jun 2017 14:34:34 +0200, by Pierre-Yves David
-
debugrevlog: also display the largest delta chain spanFri, 23 Jun 2017 01:38:10 +0200, by Pierre-Yves David
-
rebase: clean up rebasestate from active transactionSat, 24 Jun 2017 21:13:48 -0700, by Jun Wu
-
test-rebase: add a test showing rebasestate left behindSat, 24 Jun 2017 21:01:28 -0700, by Jun Wu
-
identify: rename 'changed' keyword -> 'dirty'Sun, 25 Jun 2017 17:46:35 -0400, by Matt Harbison
-
dispatch: remove unused _loadedSat, 24 Jun 2017 02:39:21 +0900, by FUJIWARA Katsunori
-
extensions: register functions always at loading extension (issue5601)Sat, 24 Jun 2017 02:39:20 +0900, by FUJIWARA Katsunori
-
identify: add template supportSat, 24 Jun 2017 23:09:21 -0400, by Matt Harbison
-
show: show all namespaces in "work" viewSat, 24 Jun 2017 15:11:05 -0700, by Gregory Szorc
-
tests: add more tests for names rendering in `hg show work`Sat, 24 Jun 2017 14:44:55 -0700, by Gregory Szorc
-
namespaces: record and expose whether namespace is built-inSat, 24 Jun 2017 14:52:15 -0700, by Gregory Szorc
-
templatekw: expose color name in {namespaces} entriesSat, 24 Jun 2017 13:39:20 -0700, by Gregory Szorc
-
show: construct changeset templater during dispatchSat, 24 Jun 2017 12:47:25 -0700, by Gregory Szorc
-
cmdutil: use named arguments for changeset_templater.__init__Sat, 24 Jun 2017 11:47:26 -0700, by Gregory Szorc
-
bundle: inline applybundle1()Thu, 22 Jun 2017 21:45:32 -0700, by Martin von Zweigbergk
-
bundle: make applybundle() delegate v1 bundles to applybundle1()Thu, 22 Jun 2017 15:00:19 -0700, by Martin von Zweigbergk
-
bundle: transpose transaction scope with bundle type switchThu, 22 Jun 2017 21:27:57 -0700, by Martin von Zweigbergk
-
unbundle: move BundleUnknownFeatureError exception handling outThu, 22 Jun 2017 15:03:13 -0700, by Martin von Zweigbergk
-
bundle: make applybundle1() return a bundleoperationWed, 21 Jun 2017 21:08:48 -0700, by Martin von Zweigbergk
-
bundle: add a applybundle1() methodFri, 16 Jun 2017 10:25:11 -0700, by Martin von Zweigbergk
-
bundle: extract _processchangegroup() methodThu, 22 Jun 2017 15:59:07 -0700, by Martin von Zweigbergk
-
bundle: make combinechangegroupresults() take a bundleoperationThu, 22 Jun 2017 14:04:13 -0700, by Martin von Zweigbergk
-
bundle: move combineresults() from changegroup to bundle2Thu, 22 Jun 2017 13:58:20 -0700, by Martin von Zweigbergk
-
bundle: remove 'op' argument from applybundle()Wed, 21 Jun 2017 14:42:04 -0700, by Martin von Zweigbergk
-
test-rebase-conflicts: add a test case about turning obsstore on and offSat, 24 Jun 2017 10:31:41 -0700, by Jun Wu
-
merge with stableSat, 24 Jun 2017 15:50:13 -0400, by Augie Fackler
-
strip: include phases in bundle (BC)Thu, 15 Jun 2017 00:15:52 -0700, by Martin von Zweigbergk
-
bundle: add config option to include phasesThu, 22 Jun 2017 10:10:02 -0700, by Martin von Zweigbergk
-
bundle2: record changegroup data in 'op.records' (API)Fri, 16 Jun 2017 16:56:16 -0700, by Martin von Zweigbergk
-
debugcommands: pass part, not read data, into _debugobsmarker()Thu, 22 Jun 2017 10:15:15 -0700, by Martin von Zweigbergk
-
debugcommands: remove unused "all" argument from _debugobsmarkersThu, 22 Jun 2017 10:09:58 -0700, by Martin von Zweigbergk
-
dagop: raise ProgrammingError if stopdepth < 0Fri, 23 Jun 2017 22:15:22 -0700, by Martin von Zweigbergk
-
make: add Debian 9 (Stretch) docker target stableFri, 23 Jun 2017 13:33:41 +0800, by Anton Shestakov
-
make: templatize Debian build target a la e63dfbbdbd07 stableFri, 23 Jun 2017 13:08:46 +0800, by Anton Shestakov
-
make: add Ubuntu Zesty docker targets (.deb and ppa) stableFri, 23 Jun 2017 12:04:12 +0800, by Anton Shestakov
-
docker: install less as a build-time dependency in deb-based distros stableFri, 23 Jun 2017 10:05:01 +0800, by Anton Shestakov
-
py3: add utility to forward __str__() to __bytes__()Sat, 24 Jun 2017 13:48:04 +0900, by Yuya Nishihara
-
share: use dict literal instead of dict(key=value)Sat, 24 Jun 2017 13:20:30 +0900, by Yuya Nishihara
-
py3: use r'' to prevent conversion to bytes by transformerThu, 22 Jun 2017 03:24:12 +0530, by Pulkit Goyal
-
py3: define __bytes__ for basefilectx classThu, 22 Jun 2017 03:22:30 +0530, by Pulkit Goyal
-
py3: check for bytes instead of str in isinstanceThu, 22 Jun 2017 03:20:11 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys' to str using pycompat.strkwargs()Thu, 22 Jun 2017 03:16:16 +0530, by Pulkit Goyal
-
py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()Thu, 22 Jun 2017 03:10:24 +0530, by Pulkit Goyal
-
py3: use "%d" % val for int rather than pycompat.bytestrThu, 22 Jun 2017 01:29:07 +0530, by Pulkit Goyal
-
extensions: call afterloaded() with loaded=False for disabled extensionsFri, 23 Jun 2017 10:59:05 -0700, by Adam Simpkins
-
fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC)Sat, 24 Jun 2017 02:39:13 +0900, by FUJIWARA Katsunori
-
releasenotes: improve parsing around bullet pointsFri, 23 Jun 2017 17:15:53 +0200, by Rishabh Madan
-
bookmarks: factor method _printer out of for loop in printbookmarksTue, 20 Jun 2017 17:18:20 -0700, by Sean Farley
-
bookmarks: factor out bookmark printing from commandsTue, 20 Jun 2017 16:36:25 -0700, by Sean Farley
-
commands: move activebookmarklabel to bookmarks moduleTue, 20 Jun 2017 15:56:29 -0700, by Sean Farley
-
commands: replace locking code with a context managerTue, 20 Jun 2017 15:36:43 -0700, by Sean Farley
-
bookmarks: factor out adding a list of bookmarks logic from commandsTue, 20 Jun 2017 15:18:40 -0700, by Sean Farley
-
bookmarks: factor out rename logic from commandsTue, 13 Jun 2017 11:10:22 -0700, by Sean Farley
-
bookmarks: factor out delete logic from commandsMon, 12 Jun 2017 23:02:48 -0700, by Sean Farley
-
merge with stableFri, 23 Jun 2017 15:30:27 -0400, by Augie Fackler
-
revset: add startdepth limit to ancestors() as internal optionSun, 18 Jun 2017 00:40:58 +0900, by Yuya Nishihara
-
revset: add depth limit to ancestors()Sun, 18 Jun 2017 00:22:41 +0900, by Yuya Nishihara
-
dagop: compute depth in revancestors() generatorSun, 18 Jun 2017 00:11:48 +0900, by Yuya Nishihara
-
dagop: just compare with the last value to deduplicate input of revancestors()Sun, 18 Jun 2017 08:59:09 +0900, by Yuya Nishihara
-
dagop: bulk rename variables in revancestors() generatorSun, 18 Jun 2017 17:22:57 +0900, by Yuya Nishihara
-
dagop: comment why revancestors() doesn't heapify input revs at onceSun, 18 Jun 2017 17:16:02 +0900, by Yuya Nishihara
-
dagop: unnest inner generator of revancestors()Sat, 17 Jun 2017 22:33:23 +0900, by Yuya Nishihara
-
hgweb: plug followlines action in annotate viewWed, 21 Jun 2017 17:17:17 +0200, by Denis Laxalde
-
hgweb: parameterize the tag name of elements holding followlines selectionWed, 21 Jun 2017 17:07:51 +0200, by Denis Laxalde
-
gitweb: wrap table rows of annotate view into a <tbody> elementWed, 21 Jun 2017 17:02:21 +0200, by Denis Laxalde
-
tests: update regex check for fetch error in test-clonebundles.tThu, 22 Jun 2017 11:16:29 +0200, by Denis Laxalde
-
hgweb: use separate CSS class for navigation links in footerTue, 20 Jun 2017 20:53:29 -0700, by Gregory Szorc
-
configitems: register 'ui.clonebundleprefers' as example for 'configlist'Sat, 17 Jun 2017 13:25:42 +0200, by Pierre-Yves David
-
configitems: register 'patch.fuzz' as first example for 'configint'Sat, 17 Jun 2017 13:17:10 +0200, by Pierre-Yves David
-
configitems: issue a devel warning when overriding default configSat, 17 Jun 2017 13:08:03 +0200, by Pierre-Yves David
-
eol: fix 'error' parameter name in the commitctx wrapper stableFri, 23 Jun 2017 13:22:04 +0200, by Pierre-Yves David
-
configitems: register 'ui.quiet' as first exampleSat, 17 Jun 2017 12:33:59 +0200, by Pierre-Yves David
-
configitems: get default values from the central registry when availableSat, 17 Jun 2017 12:15:28 +0200, by Pierre-Yves David
-
configitems: introduce a central registry for config optionSat, 17 Jun 2017 18:43:27 +0200, by Pierre-Yves David
-
configitems: add a basic class to hold config item informationSat, 17 Jun 2017 18:41:55 +0200, by Pierre-Yves David
-
run-tests: fix -i when "#testcases" is used in .t testWed, 21 Jun 2017 01:12:31 -0700, by Jun Wu
-
run-tests: update .t reference output after reading the testWed, 21 Jun 2017 01:12:31 -0700, by Jun Wu
-
run-tests: do not prompt changes (-i) if a race condition is detectedWed, 21 Jun 2017 01:05:20 -0700, by Jun Wu
-
patch: rewrite reversehunks (issue5337)Tue, 20 Jun 2017 23:22:38 -0700, by Jun Wu
-
profiling: cope with configwith default value handling changesWed, 21 Jun 2017 10:46:18 +0200, by Pierre-Yves David
-
py3: catch StopIteration from next() in generatorsetTue, 20 Jun 2017 14:00:41 -0700, by Martin von Zweigbergk
-
tests: adjust quoting to keep Windows happy with recent $PYTHON changeTue, 20 Jun 2017 23:23:45 -0400, by Matt Harbison
-
bundle2: don't use debug message "no-transaction" with transactionTue, 20 Jun 2017 16:33:13 -0700, by Martin von Zweigbergk
-
py3: use pycompat.bytestr() in place of str()Wed, 21 Jun 2017 02:20:34 +0530, by Pulkit Goyal
-
py3: use r'' to access values from kwargs where keys are strWed, 21 Jun 2017 02:13:34 +0530, by Pulkit Goyal
-
py3: convert keys of kwargs in template keywords functions to bytesWed, 21 Jun 2017 02:10:25 +0530, by Pulkit Goyal
-
py3: make sure the commands name are bytes in test-devel-warnings.tTue, 20 Jun 2017 23:50:50 +0530, by Pulkit Goyal
-
py3: replace str with bytes in isinstance()Tue, 20 Jun 2017 23:46:18 +0530, by Pulkit Goyal
-
py3: catch binascii.Error raised from binascii.unhexlifyTue, 20 Jun 2017 22:11:46 +0530, by Pulkit Goyal
-
shelve: allow unlimited shelved changes per nameTue, 20 Jun 2017 23:39:59 -0700, by Jun Wu
-
config: use the new '_unset' value for 'configsuboptions'Sat, 17 Jun 2017 12:51:37 +0200, by Pierre-Yves David
-
config: use the 'config' method in 'configsuboptions'Sat, 17 Jun 2017 18:28:20 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configpath'Sat, 17 Jun 2017 12:52:02 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configdate'Sat, 17 Jun 2017 12:54:45 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configlist'Sat, 17 Jun 2017 12:54:04 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configbytes'Sat, 17 Jun 2017 12:53:51 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configint'Sat, 17 Jun 2017 12:53:40 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configwith'Sat, 17 Jun 2017 12:52:31 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configbool'Sat, 17 Jun 2017 12:52:16 +0200, by Pierre-Yves David
-
config: explicitly track the use of the standard default valueSat, 17 Jun 2017 12:51:11 +0200, by Pierre-Yves David
-
clonebundle: update hook arguments (BC)Mon, 19 Jun 2017 22:14:37 -0700, by Martin von Zweigbergk
-
commands: move checkconflict to bookmarks moduleSat, 10 Jun 2017 23:42:38 -0700, by Sean Farley
-
commands: move checkformat to bookmarks moduleSat, 10 Jun 2017 23:32:58 -0700, by Sean Farley
-
tests: tell pip not to check for a newer versionTue, 20 Jun 2017 14:35:53 -0700, by Danek Duvall
-
changeset_templater: backport parts map of [templates] section from formatterSat, 22 Apr 2017 21:16:08 +0900, by Yuya Nishihara
-
formatter: add support for parts map of [templates] sectionSat, 22 Apr 2017 21:29:00 +0900, by Yuya Nishihara
-
changeset_templater: backport separator template from formatterSat, 17 Jun 2017 16:32:20 +0900, by Yuya Nishihara
-
formatter: add support for separator templateSat, 22 Apr 2017 21:50:51 +0900, by Yuya Nishihara
-
formatter: add support for docheader and docfooter templatesSat, 22 Apr 2017 21:46:14 +0900, by Yuya Nishihara
-
formatter: extract helper function to render templateSat, 22 Apr 2017 21:38:08 +0900, by Yuya Nishihara
-
changeset_templater: do not enable verbosity postfix for [templates] sectionSat, 22 Apr 2017 21:09:07 +0900, by Yuya Nishihara
-
changeset_templater: simplify handling of verbosity postfixSat, 22 Apr 2017 21:06:11 +0900, by Yuya Nishihara
-
merge with stableTue, 20 Jun 2017 16:33:46 -0400, by Augie Fackler
-
tests: don't touch the network when using virtualenvMon, 19 Jun 2017 16:08:20 -0700, by Danek Duvall
-
tests: removed ReportedTest exceptionSat, 03 Jun 2017 17:32:52 -0700, by Gregory Szorc
-
tests: remove support for warned testsSat, 03 Jun 2017 17:22:45 -0700, by Gregory Szorc
-
contrib: add check-code rule to enforce non-use of `python` in testsTue, 20 Jun 2017 09:49:43 -0400, by Augie Fackler
-
cleanup: use $PYTHON to run python in many more testsTue, 20 Jun 2017 09:45:02 -0400, by Augie Fackler
-
tests: enforce use of $PYTHON in testsThu, 15 Jun 2017 14:22:39 -0400, by Augie Fackler
-
tests: use $PYTHON in #! so we always use the right PythonThu, 15 Jun 2017 14:27:52 -0400, by Augie Fackler
-
tests: sed away python #! in test-run-tests.t to avoid some upcoming insanityTue, 20 Jun 2017 09:33:19 -0400, by Augie Fackler
-
tests: remove #! from primes.py in test-highlight.tTue, 20 Jun 2017 08:44:56 -0400, by Augie Fackler
-
keyword: use context manager for rollback lockingTue, 20 Jun 2017 12:51:36 +0100, by Christian Ebert
-
tests: remove WarnTestSat, 03 Jun 2017 17:13:35 -0700, by Gregory Szorc
-
tests: remove unused IgnoreTest exceptionSat, 03 Jun 2017 17:09:13 -0700, by Gregory Szorc
-
tests: use unittest.SkipTestSat, 03 Jun 2017 17:04:42 -0700, by Gregory Szorc
-
changegroup: delete "if True" and reflowThu, 15 Jun 2017 23:23:47 -0700, by Martin von Zweigbergk
-
changegroup: let callers pass in transaction to apply() (API)Thu, 15 Jun 2017 22:46:38 -0700, by Martin von Zweigbergk
-
repair: create transaction for bundle1 unbundling earlierThu, 15 Jun 2017 23:09:14 -0700, by Martin von Zweigbergk
-
unbundle: create transaction for bundle1 unbundling earlierThu, 15 Jun 2017 22:18:21 -0700, by Martin von Zweigbergk
-
exchange: create transaction for bundle1 unbundling earlierThu, 15 Jun 2017 16:10:53 -0700, by Martin von Zweigbergk
-
changegroup: inline 'publishing' variable in apply()Mon, 19 Jun 2017 00:06:23 -0700, by Martin von Zweigbergk
-
repair: remove unnecessary locking for bookmarksMon, 19 Jun 2017 11:24:49 -0700, by Martin von Zweigbergk
-
repair: move check for existing transaction earlierMon, 19 Jun 2017 13:18:00 -0700, by Martin von Zweigbergk
-
strip: remove unncessary "del" and inline variableMon, 19 Jun 2017 13:13:28 -0700, by Martin von Zweigbergk
-
repair: clarify in comment that caller must take lock, but not transactionMon, 19 Jun 2017 11:24:21 -0700, by Martin von Zweigbergk
-
amend: use context manager for lockingMon, 19 Jun 2017 11:21:37 -0700, by Martin von Zweigbergk
-
strip: use context manager for locking and transaction in stripcmd()Mon, 19 Jun 2017 11:20:29 -0700, by Martin von Zweigbergk
-
strip: use context manager for locking in strip()Mon, 19 Jun 2017 11:17:31 -0700, by Martin von Zweigbergk
-
rebase: use context manager for locking in pullrebase()Mon, 19 Jun 2017 11:18:12 -0700, by Martin von Zweigbergk
-
rebase: use context manager for locking in rebase()Mon, 19 Jun 2017 11:18:05 -0700, by Martin von Zweigbergk
-
test-http-proxy: redirect proxy stdout to /dev/nullMon, 19 Jun 2017 21:53:54 -0400, by Matt Harbison
-
test-logtoprocess: don't run on WindowsMon, 19 Jun 2017 21:44:23 -0400, by Matt Harbison
-
revset: add support of keyword arguments to ancestors() and descendants()Sun, 18 Jun 2017 12:06:22 +0900, by Yuya Nishihara
-
revsetlang: check arguments passed to ancestors() before optimizing to only()Sun, 18 Jun 2017 11:57:28 +0900, by Yuya Nishihara
-
revsetlang: factor out helper to match ancestors() in parsed treeSun, 18 Jun 2017 11:39:03 +0900, by Yuya Nishihara
-
templatekw: use common "rev:node" format as the default of predecessorsSat, 17 Jun 2017 13:34:18 +0900, by Yuya Nishihara
-
templatekw: populate all keywords depending on predecessor in map operationSat, 17 Jun 2017 13:23:55 +0900, by Yuya Nishihara
-
templatekw: reference predecessor node id as {node} in map operationSat, 17 Jun 2017 13:18:03 +0900, by Yuya Nishihara
-
highlight: put pygments import inside demandimport.deactivatedSun, 18 Jun 2017 23:05:54 -0400, by Augie Fackler
-
run-tests: explicitly flush test runner output for Windows stabilitySun, 18 Jun 2017 22:19:54 -0400, by Matt Harbison
-
tinyproxy: explicitly flush logged messagesSun, 18 Jun 2017 21:31:53 -0400, by Matt Harbison
-
help: clarify ancestors() and descendants() include given set (issue5594)Sun, 18 Jun 2017 22:46:56 +0900, by Yuya Nishihara
-
dagop: move blockancestors() and blockdescendants() from contextSun, 19 Feb 2017 19:37:14 +0900, by Yuya Nishihara
-
dagop: split module hosting DAG-related algorithms from revsetSun, 16 Oct 2016 18:03:24 +0900, by Yuya Nishihara
-
tests: protect tests involving git ext::sh with git-ext-shThu, 15 Jun 2017 17:14:53 -0700, by Sean Farley
-
hghave: add has_git_range for testing if git understands ext::shThu, 15 Jun 2017 17:13:23 -0700, by Sean Farley
-
rebase: rewrite "x in y.children()" as "y in x.parents()"Sat, 17 Jun 2017 23:09:47 -0700, by Martin von Zweigbergk
-
shelve: rewrite "x in y.children()" as "y in x.parents()"Sat, 17 Jun 2017 23:09:39 -0700, by Martin von Zweigbergk
-
py3: use open() instead of file() constructorSat, 17 Jun 2017 17:16:28 +0530, by Pulkit Goyal
-
py3: convert keys of kwargs back to bytes using pycompat.byteskwargs()Sat, 17 Jun 2017 15:29:26 +0530, by Pulkit Goyal
-
py3: use pycompat.strkwargs() to convert kwargs keys to str before passingSat, 17 Jun 2017 15:05:11 +0530, by Pulkit Goyal
-
py3: use '%d' instead of '%s' for integersSat, 17 Jun 2017 14:53:25 +0530, by Pulkit Goyal
-
py3: pass the path in hg.repository() as bytesSat, 17 Jun 2017 14:39:10 +0530, by Pulkit Goyal
-
py3: pass range() into list() to get one explicitlySat, 17 Jun 2017 14:38:02 +0530, by Pulkit Goyal
-
check-concurrency: expose the feature as 'concurrent-push-mode'Sun, 28 May 2017 00:12:38 +0200, by Pierre-Yves David
-
exchange: switch to usual way of testing for bundle2-nessFri, 16 Jun 2017 22:57:31 -0700, by Martin von Zweigbergk
-
setup: update a comment that blamed py26 for a Windows workaroundFri, 16 Jun 2017 21:57:22 -0400, by Matt Harbison
-
i18n: drop a py25 conditionalFri, 16 Jun 2017 20:55:34 -0400, by Matt Harbison
-
perf: ensure HGRCPATH is exported on WindowsFri, 16 Jun 2017 20:49:32 -0400, by Matt Harbison
-
test-status: glob fixes for WindowsFri, 16 Jun 2017 20:35:45 -0400, by Matt Harbison
-
plan9: drop py26 hacksFri, 16 Jun 2017 18:42:03 -0400, by Matt Harbison
-
revset: fix negative ancestor spec to not return changectx objectsSun, 18 Jun 2017 12:25:23 +0900, by Yuya Nishihara
-
obsolete: use ProgrammingError over assert for volatile set registrationMon, 01 May 2017 05:57:36 +0200, by Pierre-Yves David
-
strip: remove a redundant setting of hookargsFri, 16 Jun 2017 10:13:44 -0700, by Martin von Zweigbergk
-
unbundle: move streamclone error case away from bundle[12] casesFri, 16 Jun 2017 10:38:14 -0700, by Martin von Zweigbergk
-
bundle2: use "else" instead of checking condition againFri, 16 Jun 2017 10:36:43 -0700, by Martin von Zweigbergk
-
wireproto: update reference to deleted addchangegroup()Fri, 16 Jun 2017 09:37:22 -0700, by Martin von Zweigbergk
-
template: add predecessors templateThu, 15 Jun 2017 13:02:58 +0200, by Boris Feld
-
commit: select template by spec.ref nameSat, 22 Apr 2017 20:29:45 +0900, by Yuya Nishihara
-
commit: do not look up committemplate in template paths (BC)Sat, 22 Apr 2017 15:28:29 +0900, by Yuya Nishihara
-
formatter: always store a literal template unnamedSat, 06 May 2017 17:03:59 +0900, by Yuya Nishihara
-
formatter: load templates section like a map fileSat, 22 Apr 2017 20:14:55 +0900, by Yuya Nishihara
-
test-command-template: rewrite recursion tests by using a map fileSat, 06 May 2017 17:41:05 +0900, by Yuya Nishihara
-
templater: add simple interface for unnamed template (API)Sat, 22 Apr 2017 19:56:47 +0900, by Yuya Nishihara
-
ui: add support for a tweakdefaults knobWed, 14 Jun 2017 20:56:34 -0400, by Augie Fackler
-
localrepo: remove unused addchangegroup() (API)Thu, 15 Jun 2017 15:13:18 -0700, by Martin von Zweigbergk
-
changegroup: rename "dh" to the clearer "deltaheads"Thu, 15 Jun 2017 13:47:54 -0700, by Martin von Zweigbergk
-
changegroup: rename "srccontent" to "cgnodes"Thu, 15 Jun 2017 13:42:41 -0700, by Martin von Zweigbergk
-
revlog: rename list of nodes from "content" to "nodes"Thu, 15 Jun 2017 13:42:35 -0700, by Martin von Zweigbergk
-
revlog: delete obsolete commentThu, 15 Jun 2017 13:25:41 -0700, by Martin von Zweigbergk
-
revlog: delete dead assignment in addgroup()Thu, 15 Jun 2017 13:23:21 -0700, by Martin von Zweigbergk
-
pycompat: move the queue related definitions below queue importFri, 16 Jun 2017 03:01:22 +0530, by Pulkit Goyal
-
pycompat: move multiline comments above a function to function docFri, 16 Jun 2017 02:48:17 +0530, by Pulkit Goyal
-
py3: replace dict.iterkeys() with iter(dict)Fri, 16 Jun 2017 01:46:47 +0530, by Pulkit Goyal
-
py3: explicitly convert dict.values() to a list on py3Fri, 16 Jun 2017 01:28:23 +0530, by Pulkit Goyal
-
py3: alias long to int and xrange to range in test-ancestor.py on Python 3Fri, 16 Jun 2017 01:24:31 +0530, by Pulkit Goyal
-
py3: add a new bytesurl() to convert a str url into bytesFri, 16 Jun 2017 00:36:17 +0530, by Pulkit Goyal
-
py3: add a new strurl() which will convert a bytes url to strFri, 16 Jun 2017 00:32:52 +0530, by Pulkit Goyal
-
killdaemons: fix WaitForSingleObject() error handling logic on WindowsThu, 15 Jun 2017 21:59:42 -0400, by Matt Harbison
-
killdaemons: explicitly set the ctypes signaturesTue, 06 Jun 2017 20:18:06 -0400, by Matt Harbison
-
hghave: enable 'serve' on WindowsSun, 07 May 2017 14:58:40 -0400, by Matt Harbison
-
contrib: add a ratchet for tests in Python 3Thu, 15 Jun 2017 11:00:29 -0400, by Augie Fackler
-
contrib: check in a whitelist of passing tests in Python 3Thu, 15 Jun 2017 10:59:48 -0400, by Augie Fackler
-
tests: try and fail more gracefully with broken unicode escapesThu, 15 Jun 2017 13:13:36 -0400, by Augie Fackler
-
md5sum: adapt for python 3 supportThu, 15 Jun 2017 12:49:13 -0400, by Augie Fackler
-
profiling: allow configuring minimum display threshold for hotpathThu, 15 Jun 2017 11:10:51 -0700, by Gregory Szorc
-
config: document profiling.show{min,max}Thu, 15 Jun 2017 11:04:46 -0700, by Gregory Szorc
-
check-config: look for ui.configwithThu, 15 Jun 2017 10:58:36 -0700, by Gregory Szorc
-
check-config: use named groups in regexpThu, 15 Jun 2017 10:38:19 -0700, by Gregory Szorc
-
check-config: use compiled regexpThu, 15 Jun 2017 10:36:23 -0700, by Gregory Szorc
-
tests: add test coverage for check-configThu, 15 Jun 2017 10:46:39 -0700, by Gregory Szorc
-
exchange: use context manager for bundle1 unbundlingThu, 15 Jun 2017 22:57:20 -0700, by Martin von Zweigbergk
-
unbundle: use context manager for transactionThu, 15 Jun 2017 14:47:18 -0700, by Martin von Zweigbergk
-
clonebundle: use context managers for lock and transactionThu, 15 Jun 2017 17:00:32 -0700, by Martin von Zweigbergk
-
changeset_templater: render template specified by templatespec tupleTue, 11 Apr 2017 21:38:24 +0900, by Yuya Nishihara
-
formatter: render template specified by templatespec tupleSat, 22 Apr 2017 19:29:41 +0900, by Yuya Nishihara
-
formatter: put topic in templatespec tupleSat, 22 Apr 2017 19:07:00 +0900, by Yuya Nishihara
-
cmdutil: pass templatespec tuple directly to changeset_templater (API)Sat, 22 Apr 2017 19:02:47 +0900, by Yuya Nishihara
-
formatter: wrap (tmpl, mapfile) by named tupleSat, 22 Apr 2017 18:48:38 +0900, by Yuya Nishihara
-
cmdutil: factor out helper to create changeset_templater with literal templateSat, 22 Apr 2017 18:42:03 +0900, by Yuya Nishihara
-
test-dirstate-race: stabilize for WindowsWed, 14 Jun 2017 23:56:58 -0400, by Matt Harbison
-
formatter: document lookuptemplate()Sat, 06 May 2017 16:24:21 +0900, by Yuya Nishihara
-
cmdutil: rename gettemplate() to _lookuplogtemplate()Sat, 22 Apr 2017 15:30:27 +0900, by Yuya Nishihara
-
formatter: inline gettemplater()Sat, 22 Apr 2017 15:11:53 +0900, by Yuya Nishihara
-
formatter: factor out function to create templater from literal or map fileSat, 22 Apr 2017 15:06:06 +0900, by Yuya Nishihara
-
graphlog: do not look up graphnodetemplate in template paths (BC)Sat, 22 Apr 2017 14:53:05 +0900, by Yuya Nishihara
-
formatter: open raw template file in posix semanticsSat, 06 May 2017 14:48:47 +0900, by Yuya Nishihara
-
formatter: open raw template file in binary mode (BC)Sat, 06 May 2017 14:47:31 +0900, by Yuya Nishihara
-
formatter: close raw template file explicitlySat, 06 May 2017 14:40:22 +0900, by Yuya Nishihara
-
largefiles: avoid a crash when archiving a subrepo with largefiles disabled stableTue, 13 Jun 2017 22:24:41 -0400, by Matt Harbison
-
patchbomb: make getaddrs function easier to work withTue, 13 Jun 2017 17:43:33 -0400, by Augie Fackler
-
patchbomb: look for non-empty publicurl, not a non-None oneTue, 13 Jun 2017 16:30:50 -0400, by Augie Fackler
-
patchbomb: make variable name for publicurl always be publicurlTue, 13 Jun 2017 16:30:11 -0400, by Augie Fackler
-
bisect: simpler approach for option validation messageWed, 14 Jun 2017 01:43:47 -0400, by Brandon McCaig
-
pushkey: use False/True for return values from push functionsMon, 12 Jun 2017 16:35:57 -0700, by Martin von Zweigbergk
-
smartset: micro optimize spanset.slice() to narrow range accordinglyFri, 10 Apr 2015 00:14:16 +0900, by Yuya Nishihara
-
smartset: micro optimize baseset.slice() to use slice of listThu, 09 Apr 2015 23:56:06 +0900, by Yuya Nishihara
-
smartset: extract method to slice abstractsmartsetTue, 24 Mar 2015 00:14:53 +0900, by Yuya Nishihara
-
smartset: extract spanset factory to make it constructed without a repoSun, 24 May 2015 11:07:14 +0900, by Yuya Nishihara
-
smartset: change repr of spanset to show revisions as half-open rangeSun, 11 Jun 2017 00:21:38 +0900, by Yuya Nishihara
-
fsmonitor: don't write out state if identity has changed (issue5581)Mon, 12 Jun 2017 15:34:31 -0700, by Siddharth Agarwal
-
fsmonitor: write state with wlock held and dirstate unchanged (issue5581)Mon, 12 Jun 2017 15:34:31 -0700, by Siddharth Agarwal
-
workingctx: add a way for extensions to run code at status fixup timeMon, 12 Jun 2017 13:56:50 -0700, by Siddharth Agarwal
-
workingctx: also pass status tuple into poststatusfixupMon, 12 Jun 2017 13:56:43 -0700, by Siddharth Agarwal
-
workingctx: factor out post-status dirstate fixupMon, 12 Jun 2017 13:54:59 -0700, by Siddharth Agarwal
-
merge with stableTue, 13 Jun 2017 10:02:34 -0400, by Augie Fackler
-
profile: properly propagate exception from the sub-context managerMon, 12 Jun 2017 17:24:10 +0200, by Pierre-Yves David
-
profile: close 'fp' in all casesMon, 12 Jun 2017 17:25:37 +0200, by Pierre-Yves David
-
profile: close 'fp' on error within '__enter__'Mon, 12 Jun 2017 17:21:41 +0200, by Pierre-Yves David
-
profile: indent part of '__enter__'Mon, 12 Jun 2017 17:20:48 +0200, by Pierre-Yves David
-
profile: remove now useless indentMon, 12 Jun 2017 17:15:43 +0200, by Pierre-Yves David
-
profile: use explicit logic to control file closingMon, 12 Jun 2017 17:14:56 +0200, by Pierre-Yves David
-
profiling: move 'fp' closing logic into its own functionMon, 12 Jun 2017 17:13:35 +0200, by Pierre-Yves David
-
py3: use python3 hg in test-py3-commands.t at places where py2 hg was usedTue, 13 Jun 2017 01:23:54 +0530, by Pulkit Goyal
-
test-dirstate-race: back out changeset c82fa7efcbc8Mon, 12 Jun 2017 13:10:09 -0700, by Siddharth Agarwal
-
revset: fix order of first/last members in compound expression (BC)Sat, 10 Jun 2017 19:48:48 +0900, by Yuya Nishihara
-
revset: filter first/last members by __and__ operationSat, 10 Jun 2017 19:41:42 +0900, by Yuya Nishihara
-
revset: reject negative number to select first/last n membersSat, 10 Jun 2017 18:35:11 +0900, by Yuya Nishihara
-
revset: fix order of last() n members where n > 1 (BC)Sat, 10 Jun 2017 18:04:56 +0900, by Yuya Nishihara
-
debugrevspec: add option to suppress list of computed revisionsSat, 10 Jun 2017 20:14:23 +0900, by Yuya Nishihara
-
debugrevspec: add option to print representation of smartset objectSat, 10 Jun 2017 20:03:35 +0900, by Yuya Nishihara
-
help: correct description of "glob:foo/*" matching stableMon, 12 Jun 2017 11:24:21 -0700, by Martin von Zweigbergk
-
bookmarks: make sure we close the bookmark file after readingSat, 10 Jun 2017 01:59:22 +0100, by Pierre-Yves David
-
bookmarks: rephrase a comment to be shorted and clearerSat, 10 Jun 2017 01:55:01 +0100, by Pierre-Yves David
-
checkheads: use a "lazyancestors" object for allfuturecommonMon, 05 Jun 2017 13:44:15 +0100, by Pierre-Yves David
-
checkheads: use "revnum" in the "allfuturecommon" setMon, 05 Jun 2017 13:37:04 +0100, by Pierre-Yves David
-
checkheads: use 'nodemap.get' to convert nodes to revsMon, 05 Jun 2017 15:20:20 +0100, by Pierre-Yves David
-
checkheads: pass "ispushed" function to the obsmarkers logicMon, 05 Jun 2017 15:17:47 +0100, by Pierre-Yves David
-
profile: drop maybeprofileFri, 09 Jun 2017 12:29:29 +0100, by Pierre-Yves David
-
profile: support --profile in alias and abbreviated version (--prof)Fri, 09 Jun 2017 12:36:07 +0100, by Pierre-Yves David
-
profile: make the contextmanager object available to the callersFri, 09 Jun 2017 11:42:45 +0100, by Pierre-Yves David
-
profile: introduce a knob to control if the context is actually profilingFri, 09 Jun 2017 11:41:47 +0100, by Pierre-Yves David
-
profile: introduce a "start" method to the profile contextFri, 09 Jun 2017 11:39:53 +0100, by Pierre-Yves David
-
profile: upgrade the "profile" context manager to a full classThu, 08 Jun 2017 01:38:48 +0100, by Pierre-Yves David
-
setup: avoid linker warnings on Windows about multiple export specificationsFri, 09 Jun 2017 22:15:53 -0400, by Matt Harbison
-
memctx: always use cache for filectxfnSat, 10 Jun 2017 16:00:18 -0700, by Sean Farley
-
test-hardlinks: stabilize for WindowsSat, 10 Jun 2017 00:06:57 -0400, by Matt Harbison
-
releasenotes: add more tests for formatting and merging of release notesSun, 04 Jun 2017 00:16:45 +0200, by Rishabh Madan
-
releasenotes: command to manage release notes filesFri, 02 Jun 2017 23:33:30 +0200, by Gregory Szorc
-
packagelib: use LANGUAGE=C for "hg version"Mon, 12 Jun 2017 03:23:58 +0900, by Toshi MARUYAMA
-
rpms: add hgdemandimport in filesMon, 12 Jun 2017 03:23:56 +0900, by Toshi MARUYAMA
-
rpms: remove '%if "%{?pythonver}" != "2.4"'Mon, 12 Jun 2017 03:22:45 +0900, by Toshi MARUYAMA
-
obsstore: do not load all markers to detect duplicationFri, 02 Jun 2017 20:49:42 -0700, by Jun Wu
-
clonebundles: reference correct config optionSat, 10 Jun 2017 11:33:57 -0700, by Gregory Szorc
-
filestat: move __init__ to frompath constructorSat, 10 Jun 2017 14:09:54 -0700, by Siddharth Agarwal
-
test-dirstate-race: ensure that a isn't in the lookup set at the endSat, 10 Jun 2017 14:07:31 -0700, by Siddharth Agarwal
-
hghave: add test for whether fsmonitor is enabledSat, 10 Jun 2017 14:07:31 -0700, by Siddharth Agarwal
-
tests: add a wrapper to run fsmonitor testsSat, 10 Jun 2017 14:07:30 -0700, by Siddharth Agarwal
-
setdiscovery: improves logged messageSat, 10 Jun 2017 18:47:09 +0100, by Pierre-Yves David
-
tests: handle variation between pure and normal output in annotate --skipSat, 10 Jun 2017 10:46:06 -0400, by Augie Fackler
-
bisect: improve option validation messageFri, 09 Jun 2017 20:12:39 -0400, by Brandon McCaig
-
context: inline makememctx (API)Sat, 10 Jun 2017 10:24:33 -0400, by Sean Farley
-
context: add convenience method for returning a memfilectx from a patchFri, 09 Jun 2017 13:39:13 -0700, by Sean Farley
-
memctx: refactor inline getfilectx into convenience methodFri, 09 Jun 2017 13:25:02 -0700, by Sean Farley
-
hgweb: refresh styling of gitweb's search formFri, 09 Jun 2017 13:55:51 -0700, by Gregory Szorc
-
hgweb: consistently add search form to all gitweb pagesFri, 09 Jun 2017 13:45:36 -0700, by Gregory Szorc