Mercurial > hg
graph
-
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
-
hgweb: consolidate search form for gitwebFri, 09 Jun 2017 13:42:38 -0700, by Gregory Szorc
-
hgweb: consolidate search form for monoblueFri, 09 Jun 2017 13:41:10 -0700, by Gregory Szorc
-
hgweb: consolidate search form for paperFri, 09 Jun 2017 13:59:13 -0700, by Gregory Szorc
-
test-extension: fix load path for WindowsFri, 09 Jun 2017 23:56:50 -0400, by Matt Harbison
-
test-setdiscovery: stabilize for WindowsSat, 10 Jun 2017 00:11:54 -0400, by Matt Harbison
-
convert: correct the documentation about whitespace in branchmap branchesSat, 10 Jun 2017 02:20:14 -0400, by Matt Harbison
-
py3: use pycompat.bytestr() instead of str()Thu, 08 Jun 2017 00:51:46 +0530, by Pulkit Goyal
-
py3: convert bool variables to bytesFri, 02 Jun 2017 16:57:21 +0530, by Pulkit Goyal
-
context: avoid writing outdated dirstate out (issue5584)Fri, 09 Jun 2017 13:07:49 +0900, by FUJIWARA Katsunori
-
tests: factor external procedures out for portabilityFri, 09 Jun 2017 13:07:49 +0900, by FUJIWARA Katsunori
-
dirstate: add identity information to detect simultaneous changing in storageFri, 09 Jun 2017 13:07:48 +0900, by FUJIWARA Katsunori
-
util: make filestat.__eq__ return True if both of self and old have None statFri, 09 Jun 2017 13:07:48 +0900, by FUJIWARA Katsunori
-
vfs: create copy at renaming to avoid file stat ambiguity if neededFri, 09 Jun 2017 12:58:18 +0900, by FUJIWARA Katsunori
-
vfs: factor out "rename and avoid ambiguity" to reuseFri, 09 Jun 2017 12:58:18 +0900, by FUJIWARA Katsunori
-
util: make filestat.avoidambig() return whether ambiguity is avoided or notFri, 09 Jun 2017 12:58:17 +0900, by FUJIWARA Katsunori
-
debugcommands: issue warning when repo has secret changesets (issue5589)Fri, 09 Jun 2017 10:42:19 -0700, by Gregory Szorc
-
streamclone: consider secret changesets (BC) (issue5589)Fri, 09 Jun 2017 10:41:13 -0700, by Gregory Szorc
-
json: pass formatting options recursivelyFri, 09 Jun 2017 21:33:15 +0900, by Yuya Nishihara
-
json: avoid extra string manipulation of dict keysSun, 23 Apr 2017 13:40:18 +0900, by Yuya Nishihara
-
test-obsolete: include <> in user field to check JSON escapesFri, 09 Jun 2017 21:45:22 +0900, by Yuya Nishihara
-
templatefilers: correct filename in header commentFri, 09 Jun 2017 21:28:22 +0900, by Yuya Nishihara
-
repoview: remove special casing of "requirements"Thu, 08 Jun 2017 20:28:13 -0700, by Gregory Szorc
-
bookmarks: move variable initialization earlierWed, 07 Jun 2017 19:32:16 +0100, by Pierre-Yves David
-
bookmarks: directly use base dict 'setitem'Wed, 07 Jun 2017 19:13:09 +0100, by Pierre-Yves David
-
bookmarks: rely on exception for malformed linesWed, 07 Jun 2017 19:22:39 +0100, by Pierre-Yves David
-
bookmarks: explicitly convert to 'node' during initializationWed, 07 Jun 2017 22:26:43 +0100, by Pierre-Yves David
-
bookmarks: prefetch 'lookup' outside of the loopWed, 07 Jun 2017 19:21:02 +0100, by Pierre-Yves David
-
perf: add a perfbookmarks commandWed, 07 Jun 2017 18:22:11 +0100, by Pierre-Yves David
-
perfphases: add a flag to also include file access timeTue, 23 May 2017 02:27:41 +0200, by Pierre-Yves David
-
perf: have a generic "clearstorecache" functionWed, 07 Jun 2017 17:31:30 +0100, by Pierre-Yves David
-
localrepo: move filtername to __init__Thu, 08 Jun 2017 23:23:37 -0700, by Gregory Szorc
-
obsolete: move obsstore creation logic from localrepoThu, 08 Jun 2017 21:54:30 -0700, by Gregory Szorc
-
match: allow pats to be NoneThu, 08 Jun 2017 22:18:17 -0700, by Martin von Zweigbergk
-
tests: add a test for installing hg with pip in a virtualenvTue, 06 Jun 2017 11:16:38 -0400, by Augie Fackler
-
hghave: add check for virtualenvTue, 06 Jun 2017 11:16:10 -0400, by Augie Fackler
-
setup: introduce dummy copies of setuptools flagsTue, 06 Jun 2017 11:02:30 -0400, by Augie Fackler
-
extensions: catch uisetup and extsetup failures and don't let them break hgTue, 06 Jun 2017 10:09:48 -0400, by Augie Fackler
-
tests: add test demonstrating how broken third-party extensions can getTue, 06 Jun 2017 10:03:16 -0400, by Augie Fackler
-
extensions: move wrapfilecache function from fsmonitorThu, 08 Jun 2017 10:44:53 -0400, by Augie Fackler
-
chmod: create a new file when flags are set on a hardlinked fileWed, 26 Apr 2017 16:05:22 +0200, by Koen Van Hoof
-
run-tests: make --restart work with output dirWed, 07 Jun 2017 21:17:24 -0700, by Siddharth Agarwal
-
run-tests: output coverage to output dirWed, 07 Jun 2017 21:17:06 -0700, by Siddharth Agarwal
-
run-tests: write JSON reports to output dirWed, 07 Jun 2017 20:46:43 -0700, by Siddharth Agarwal
-
run-tests: write test times to output dirWed, 07 Jun 2017 20:32:11 -0700, by Siddharth Agarwal
-
run-tests: allow specifying an output dir to write .errs toWed, 07 Jun 2017 20:30:08 -0700, by Siddharth Agarwal
-
run-tests: add information about skipped tests to XUnit outputWed, 07 Jun 2017 15:47:06 -0700, by Siddharth Agarwal
-
run-tests: wrap failures in an XUnit 'failure' elementWed, 07 Jun 2017 15:47:06 -0700, by Siddharth Agarwal
-
discovery: log discovery result in non-trivial casesWed, 07 Jun 2017 10:44:11 +0100, by Pierre-Yves David
-
discovery: include timing in the debug outputWed, 07 Jun 2017 10:29:39 +0100, by Pierre-Yves David
-
tests: remove sys.executable from "required tools"Sun, 28 May 2017 21:33:33 -0400, by Augie Fackler
-
perfbranchmap: add an option to purge the revbranch cacheMon, 05 Jun 2017 16:24:01 +0100, by Pierre-Yves David
-
push: add a way to allow concurrent pushes on unrelated headsMon, 29 May 2017 05:53:58 +0200, by Pierre-Yves David
-
headsummary: expose the 'discardedheads' set in the headssummaryMon, 29 May 2017 05:52:13 +0200, by Pierre-Yves David
-
checkheads: perform obsolescence post processing directly in _headssummaryMon, 29 May 2017 05:47:27 +0200, by Pierre-Yves David
-
headssummary: directly feed the function with the 'pushop' objectMon, 29 May 2017 10:56:00 +0200, by Pierre-Yves David
-
checkheads: gather the postprocessing with other obsolescence specific codeMon, 29 May 2017 05:45:59 +0200, by Pierre-Yves David
-
run-tests: add a way to list tests, with JSON and XUnit supportTue, 06 Jun 2017 14:38:59 -0700, by Siddharth Agarwal
-
run-tests: install hg after computing tests to runTue, 06 Jun 2017 13:56:53 -0700, by Siddharth Agarwal
-
run-tests: make time field optional for xunit reportTue, 06 Jun 2017 13:52:25 -0700, by Siddharth Agarwal
-
run-tests: factor out json write code into another methodTue, 06 Jun 2017 13:10:55 -0700, by Siddharth Agarwal
-
run-tests: factor out xunit write code into another methodTue, 06 Jun 2017 13:10:55 -0700, by Siddharth Agarwal
-
revset: lookup descendents for negative arguments to ancestor operatorSat, 27 May 2017 10:25:09 -0700, by David Soria Parra
-
update: show the commit to which we updated in case of multiple heads (BC)Tue, 06 Jun 2017 22:17:39 +0530, by Pulkit Goyal
-
revlog: skeleton support for version 2 revlogsFri, 19 May 2017 20:29:11 -0700, by Gregory Szorc
-
check-code: ban grep's context flags (-A/-B/-C) since they're not on SolarisTue, 06 Jun 2017 08:58:27 -0700, by Danek Duvall
-
patchbomb: avoid -r and -B options at the same timeTue, 06 Jun 2017 08:52:51 +0200, by David Demelier
-
debugbundle: add --part-type flag to emit only named part typesMon, 05 Jun 2017 16:19:41 -0700, by Danek Duvall
-
test-obsolete-bundle-strip: add globs for WindowsMon, 05 Jun 2017 20:37:45 -0400, by Matt Harbison
-
obsstore: move header encoding to a separate functionSun, 04 Jun 2017 00:38:11 -0700, by Jun Wu
-
obsstore: move _version to a propertycacheSun, 04 Jun 2017 08:49:15 -0700, by Jun Wu
-
obsstore: separate marker parsing from obsstore readingFri, 02 Jun 2017 20:38:01 -0700, by Jun Wu
-
obsstore: move marker version reading to a separate functionFri, 02 Jun 2017 19:34:56 -0700, by Jun Wu
-
obsstore: minor optimization for the obsolete revsetFri, 02 Jun 2017 19:32:27 -0700, by Jun Wu
-
dispatch: do not close stdout and stderr, just flush() insteadSun, 23 Apr 2017 00:31:29 +0900, by Yuya Nishihara
-
windows: do not close stdout on flush() failureMon, 05 Jun 2017 23:36:35 +0900, by Yuya Nishihara
-
test-obsolete-bundle-strip: do not include \n in filename (issue5586)Mon, 05 Jun 2017 23:23:03 +0900, by Yuya Nishihara
-
revlog: add support for partial matching of wdir node idFri, 19 Aug 2016 18:26:04 +0900, by Yuya Nishihara
-
revset: add support for branch(wdir()) and wdir() & branch()Sat, 20 Aug 2016 18:15:19 +0900, by Yuya Nishihara
-
dirstate: add docstring for invalidateSun, 04 Jun 2017 16:08:50 -0700, by Siddharth Agarwal
-
tests: simplify and clarify test-obsolete-bundle-strip.t a littleFri, 02 Jun 2017 23:05:03 -0700, by Martin von Zweigbergk
-
tests: add missing parens in test-obsolete-bundle-strip.tFri, 02 Jun 2017 23:29:20 -0700, by Martin von Zweigbergk
-
test-clonebundles: conditionalize output for WindowsSun, 04 Jun 2017 20:37:32 -0400, by Matt Harbison
-
tests: adjust recent output changes for WindowsSun, 04 Jun 2017 20:11:59 -0400, by Matt Harbison
-
killdaemons: close pid file before killing processesMon, 22 May 2017 21:45:02 -0400, by Matt Harbison
-
win32: drop a py26 daemonizing hackSun, 21 May 2017 18:58:51 -0400, by Matt Harbison
-
checkheads: simplify the code around obsolescence post-processingMon, 29 May 2017 05:23:30 +0200, by Pierre-Yves David
-
checkheads: drop now unused filtering of 'unsyncedheads'Mon, 29 May 2017 05:21:38 +0200, by Pierre-Yves David
-
checkheads: clarify that we no longer touch the head unknown locallyMon, 29 May 2017 05:20:09 +0200, by Pierre-Yves David
-
headssummary: ensure all returned lists are sortedMon, 29 May 2017 05:33:59 +0200, by Pierre-Yves David
-
discovery: also use lists for the returns of '_oldheadssummary'Mon, 29 May 2017 05:37:19 +0200, by Pierre-Yves David
-
test: add a push race case where the updated head is obsoletedMon, 29 May 2017 05:53:51 +0200, by Pierre-Yves David
-
test: add a push race case where obsoleted head is updatedMon, 29 May 2017 05:53:24 +0200, by Pierre-Yves David
-
keepalive: set buffering=True to do more efficient reads of headersFri, 02 Jun 2017 14:08:26 -0700, by Kyle Lippincott
-
keepalive: pass the correct arguments to HTTPResponseThu, 01 Jun 2017 18:23:20 -0700, by Kyle Lippincott
-
help: update the color documentation for Windows 10 ANSI supportMon, 22 May 2017 22:32:59 -0400, by Matt Harbison
-
color: enable ANSI support on Windows 10Mon, 22 May 2017 22:20:38 -0400, by Matt Harbison
-
win32: add a method to enable ANSI color code processing on Windows 10Mon, 22 May 2017 22:00:56 -0400, by Matt Harbison
-
merge with stableSun, 04 Jun 2017 08:57:37 -0500, by Kevin Bullock
-
export: map wctx.node() to 'ff...' node id (issue5438)Sat, 03 Jun 2017 19:17:19 +0900, by Yuya Nishihara
-
revset: add support for integer and hex wdir identifiersSat, 03 Jun 2017 20:39:33 +0900, by Yuya Nishihara
-
localrepo: map integer and hex wdir identifiers to workingctxFri, 19 Aug 2016 18:40:35 +0900, by Yuya Nishihara
-
revlog: map rev(wdirid) to WdirUnsupported exceptionSat, 20 Aug 2016 22:37:58 +0900, by Yuya Nishihara
-
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)Sat, 03 Jun 2017 19:12:01 +0900, by Yuya Nishihara
-
merge: use scmutil.intrev() to sort ctx objectsSat, 03 Jun 2017 19:01:19 +0900, by Yuya Nishihara
-
scmutil: pass ctx object to intrev()Sat, 03 Jun 2017 18:57:28 +0900, by Yuya Nishihara
-
setup: do not overwrite local __modulepolicy__.py on out-of-source buildSat, 03 Jun 2017 14:05:52 +0900, by Yuya Nishihara
-
merge with stableSat, 03 Jun 2017 16:33:28 -0400, by Augie Fackler
-
status: don't crash if a lookup file disappears stable 4.2.1Fri, 02 Jun 2017 22:27:52 -0700, by Siddharth Agarwal
-
match: simplify nevermatcherThu, 01 Jun 2017 08:31:21 -0700, by Martin von Zweigbergk
-
annotate: restructure formatter output to be nested list (BC)Sat, 03 Jun 2017 00:25:24 +0900, by Yuya Nishihara
-
annotate: rename formatter variableSat, 03 Jun 2017 00:05:12 +0900, by Yuya Nishihara
-
setup: prevent setuptools from laying an eggSun, 07 May 2017 23:29:03 -0400, by Matt Harbison
-
bitmanipulation: add missing include of string.hFri, 02 Jun 2017 10:32:39 -0700, by Martin von Zweigbergk
-
py3: add test to show `hg update` and `hg identify` works on Python 3Thu, 01 Jun 2017 02:41:19 +0530, by Pulkit Goyal
-
py3: add a test to show `hg diff` works on Python 3Fri, 02 Jun 2017 10:14:00 +0530, by Pulkit Goyal
-
py3: implement __bytes__ for committablectxThu, 01 Jun 2017 02:25:18 +0530, by Pulkit Goyal
-
py3: convert exception to bytes to pass into ui.warn()Fri, 02 Jun 2017 10:35:21 +0530, by Pulkit Goyal
-
py3: convert bool variables to bytes before passing into ui.debug()Thu, 01 Jun 2017 02:14:26 +0530, by Pulkit Goyal
-
py3: use dict.update() instead of constructing lists and adding themThu, 01 Jun 2017 01:14:02 +0530, by Pulkit Goyal
-
patchbomb: add -B option to select a bookmarkFri, 03 Feb 2017 15:02:27 +0100, by David Demelier
-
test: add the mirror push race case for non-contiguous branch headSat, 27 May 2017 22:27:56 +0200, by Pierre-Yves David
-
test: add a push race case where non-contiguous branch head are createdSat, 27 May 2017 22:27:41 +0200, by Pierre-Yves David
-
test: add a push race case where the raced push touch multiple headsSat, 27 May 2017 22:27:09 +0200, by Pierre-Yves David
-
test: add a push race case where racing push touches multiple headsSat, 27 May 2017 22:26:51 +0200, by Pierre-Yves David
-
test: add a push race case where racing push create a new named branchSat, 27 May 2017 22:26:35 +0200, by Pierre-Yves David
-
test: add a push race case where raced push created a new named branchSat, 27 May 2017 22:26:16 +0200, by Pierre-Yves David
-
test: add a push race case where the racing client create a new headSat, 27 May 2017 22:25:40 +0200, by Pierre-Yves David
-
test: add a push race case where each client replaces a different headSat, 27 May 2017 22:25:20 +0200, by Pierre-Yves David
-
test: add a file dedicated to push race between clientsSat, 27 May 2017 22:24:58 +0200, by Pierre-Yves David
-
strip: strip obsmarkers exclusive to the stripped changesetSat, 20 May 2017 16:19:59 +0200, by Pierre-Yves David
-
strip: do not include obsolescence markers for the temporary bundleThu, 01 Jun 2017 12:08:49 +0200, by Pierre-Yves David
-
exclusive-markers: update the dedicated test with list of exclusive markersThu, 01 Jun 2017 08:44:01 +0200, by Pierre-Yves David
-
obsolete: add a function to compute "exclusive-markers" for a set of nodesSat, 20 May 2017 15:02:30 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: check all changesets in the isolated prune caseThu, 01 Jun 2017 08:32:24 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add testing of markers backup during stripFri, 26 May 2017 03:52:11 +0200, by Pierre-Yves David
-
strip: also backup obsmarkersSat, 20 May 2017 15:06:10 +0200, by Pierre-Yves David
-
tests: fix run-tests when there's a bad #if in a testTue, 30 May 2017 20:48:43 -0400, by Augie Fackler
-
tests: make run-tests fail early if no channel is foundTue, 30 May 2017 20:47:00 -0400, by Augie Fackler
-
dispatch: convert exception payload to bytes more carefullySun, 28 May 2017 15:47:00 -0400, by Augie Fackler
-
help: convert flag default to bytes portablySun, 28 May 2017 15:49:29 -0400, by Augie Fackler
-
cmdutil: use isstdiofilename() where appropriateThu, 01 Jun 2017 23:08:23 +0900, by Yuya Nishihara
-
py3: simply use b'%d\n' to format pid in server.pyThu, 01 Jun 2017 23:05:29 +0900, by Yuya Nishihara
-
py3: implement __bytes__() on most of our exception classesThu, 01 Jun 2017 22:43:24 +0900, by Yuya Nishihara
-
py3: convert __doc__ back to bytes in help.pyThu, 01 Jun 2017 22:24:15 +0900, by Yuya Nishihara
-
py3: ensure that we don't concat bytes and str and the end result is bytesThu, 01 Jun 2017 01:41:34 +0530, by Pulkit Goyal
-
py3: make sure we return strings from __str__ and __repr__Thu, 01 Jun 2017 00:00:10 +0530, by Pulkit Goyal
-
py3: replace None with -1 to sort an integer arrayWed, 31 May 2017 23:48:52 +0530, by Pulkit Goyal
-
py3: pass str in os.sysconf()Wed, 31 May 2017 23:42:58 +0530, by Pulkit Goyal
-
context: move dirty() to committablectxThu, 11 May 2017 13:59:48 -0700, by Sean Farley
-
committablectx: extra is already normalized by committablectx.__init__Thu, 11 May 2017 13:51:10 -0700, by Sean Farley
-
match: introduce nevermatcher for when no ignore files are presentThu, 01 Jun 2017 00:40:52 -0700, by Siddharth Agarwal
-
check-code: suggest policy.importmodWed, 31 May 2017 11:41:54 -0700, by Jun Wu
-
test-obsolete-bundle-strip: test bundling in the seventh caseFri, 26 May 2017 03:41:10 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the sixth caseFri, 26 May 2017 03:23:56 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the fifth caseFri, 26 May 2017 03:20:40 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the fourth caseFri, 26 May 2017 03:20:25 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the third caseFri, 26 May 2017 03:19:11 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the second caseFri, 26 May 2017 03:15:53 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the first caseFri, 26 May 2017 03:11:53 +0200, by Pierre-Yves David
-
obsolete: raise richer exception on unknown versionThu, 25 May 2017 16:50:23 +0200, by Pierre-Yves David
-
import-checker: add hgdemandimport to local modulesWed, 31 May 2017 20:07:08 -0700, by Siddharth Agarwal
-
rebase: drop unnecessary parentchange callWed, 31 May 2017 19:46:04 -0700, by Siddharth Agarwal
-
hidden: remove unnecessary guard conditionTue, 30 May 2017 13:16:32 -0700, by Martin von Zweigbergk
-
hidden: subtract pinned revs from hidden earlierTue, 30 May 2017 10:27:20 -0700, by Martin von Zweigbergk
-
hidden: make _revealancestors() reveal ancestors exclusivelySat, 27 May 2017 23:05:10 -0700, by Martin von Zweigbergk
-
hidden: remove _consistencyblockers()Sat, 27 May 2017 22:55:19 -0700, by Martin von Zweigbergk
-
hidden: pass revs to iterate into _consistencyblockers()Sat, 27 May 2017 22:43:37 -0700, by Martin von Zweigbergk
-
hidden: remove unnecessary 'domain' parameter from _revealancestors()Sat, 27 May 2017 22:10:20 -0700, by Martin von Zweigbergk