Mercurial > hg
graph
-
histedit: delete to dropTue, 15 Dec 2015 13:27:09 -0800, by Mateusz Kwapich
-
clonebundles: fix bundlespec typoWed, 16 Dec 2015 12:33:54 +0100, by Mathias De Maré
-
record: fix hunk handling to remember the current functionThu, 17 Dec 2015 20:13:29 +0000, by timeless
-
record: turn on showfuncThu, 17 Dec 2015 14:38:22 +0000, by timeless
-
parsers: use PyTuple_Pack instead of manual list-fillingThu, 17 Dec 2015 13:07:34 -0800, by Bryan O'Sullivan
-
tags: mention --quiet switch in help (issue4920)Thu, 17 Dec 2015 15:23:36 -0800, by Thu Trang Pham
-
merge with stableThu, 17 Dec 2015 17:27:32 -0600, by Matt Mackall
-
histedit: omit useless message from update (edit)Mon, 14 Dec 2015 23:04:17 +0000, by timeless
-
histedit: omit useless message from update (_histedit)Mon, 14 Dec 2015 22:37:31 +0000, by timeless
-
histedit: omit useless message from update (histeditaction)Mon, 14 Dec 2015 21:43:16 +0000, by timeless
-
update: add quietempty flag to _showstatsMon, 14 Dec 2015 23:14:06 +0000, by timeless
-
histedit: omit useless message from abortMon, 14 Dec 2015 22:08:14 +0000, by timeless
-
hg: add quietempty flag to _showstatsMon, 14 Dec 2015 23:13:25 +0000, by timeless
-
patch: disable nobinary when HGPLAIN=1Thu, 17 Dec 2015 11:00:06 -0800, by Mateusz Kwapich
-
help: add missed last new line to "internals" topicThu, 17 Dec 2015 22:29:41 +0900, by Yuya Nishihara
-
dirstate: make delaywrite sleep until the next multiple of n secondsWed, 16 Dec 2015 20:58:26 -0600, by Matt Mackall
-
dirstate: only invoke delaywrite if relevantWed, 16 Dec 2015 20:49:18 -0600, by Matt Mackall
-
dirstate: move delaywrite logic from write to _writeWed, 16 Dec 2015 20:46:53 -0600, by Matt Mackall
-
run-tests: show scheduling with --showchannelsMon, 07 Dec 2015 16:16:06 -0600, by Matt Mackall
-
tests: avoid duplicate install steps in test-run-testsSun, 06 Dec 2015 15:14:01 -0600, by Matt Mackall
-
run-tests: add more scheduling weight hintsFri, 04 Dec 2015 17:05:20 -0600, by Matt Mackall
-
run-tests: report timeouts in a less alarming fashionFri, 04 Dec 2015 14:55:10 -0600, by Matt Mackall
-
ui: try to handle $$ more robustly in prompts (issue4970) stableMon, 30 Nov 2015 13:47:29 -0600, by Matt Mackall
-
merge with stableWed, 16 Dec 2015 17:40:01 -0600, by Matt Mackall
-
import: reorder help textTue, 15 Dec 2015 07:57:04 +0000, by timeless
-
import: add word to help textTue, 15 Dec 2015 07:56:03 +0000, by timeless
-
import: refactor exact flagTue, 15 Dec 2015 07:54:01 +0000, by timeless
-
help: filter extension commandsMon, 14 Dec 2015 05:29:55 +0000, by timeless
-
test-help: tighten grep patternsMon, 14 Dec 2015 06:00:32 +0000, by timeless
-
summary: add troubles list to the output of hg summaryMon, 14 Dec 2015 11:19:48 -0800, by Laurent Charignon
-
wix: add missing templateWed, 16 Dec 2015 17:17:12 -0600, by Matt Mackall
-
tests: add coverage to ensure Wix tracks 'help' and 'templates' filesSun, 13 Sep 2015 22:54:51 -0400, by Matt Harbison
-
perf: adjust perfstartup() for WindowsSun, 13 Dec 2015 18:13:44 -0500, by Matt Harbison
-
test-hgignore: conditionalize an illegal Windows filenameSun, 13 Dec 2015 15:36:20 -0500, by Matt Harbison
-
mac: fix percent-encoding of non-utf-8 characters (issue4999)Sat, 12 Dec 2015 21:36:21 -0600, by Matt Mackall
-
help: support loading sub-topicsSun, 13 Dec 2015 11:19:55 -0800, by Gregory Szorc
-
help: pass sub-topic into help query functionsSun, 13 Dec 2015 11:29:01 -0800, by Gregory Szorc
-
help: pass subtopic into help()Sun, 13 Dec 2015 11:04:45 -0800, by Gregory Szorc
-
help: add "internals" topicSun, 13 Dec 2015 10:35:03 -0800, by Gregory Szorc
-
help: teach loaddoc to load from a different directorySun, 13 Dec 2015 10:45:27 -0800, by Gregory Szorc
-
setup.py: package internals help filesSun, 13 Dec 2015 11:34:04 -0800, by Gregory Szorc
-
help: add documentation for bundle typesSun, 13 Dec 2015 11:27:52 -0800, by Gregory Szorc
-
help: add documentation for changegroup formatsSun, 25 Oct 2015 00:19:45 +0100, by Gregory Szorc
-
util: reimplement lrucachedictSun, 06 Dec 2015 19:04:10 -0800, by Gregory Szorc
-
record: don't dereference symlinks while copying over stat data stableSat, 12 Dec 2015 10:58:05 -0800, by Siddharth Agarwal
-
copyfile: add an optional parameter to copy other stat data stableSat, 12 Dec 2015 11:00:04 -0800, by Siddharth Agarwal
-
tests: move the '-hg' postfix for all style testsSat, 05 Dec 2015 22:49:39 -0800, by Pierre-Yves David
-
test: rename 'check-code' own test to 'test-contrib-check-code.t'Sat, 05 Dec 2015 22:47:26 -0800, by Pierre-Yves David
-
parsers: add a missed PyErr_NoMemoryMon, 14 Dec 2015 10:47:27 -0800, by Bryan O'Sullivan
-
parsers: check results of PyInt_FromLong (issue4771)Mon, 14 Dec 2015 10:47:26 -0800, by Bryan O'Sullivan
-
parsers: simplify error logic in compute_phases_map_setsMon, 14 Dec 2015 10:47:24 -0800, by Bryan O'Sullivan
-
util: rename argument of isatty()Sun, 13 Dec 2015 18:48:35 +0900, by Yuya Nishihara
-
posix: remove unixdomainserver classSat, 21 Nov 2015 16:21:52 +0900, by Yuya Nishihara
-
revlog: use absolute_importSat, 12 Dec 2015 23:22:18 -0800, by Gregory Szorc
-
windows: use absolute_importSat, 12 Dec 2015 23:19:38 -0800, by Gregory Szorc
-
similar: use absolute_importSat, 12 Dec 2015 23:17:22 -0800, by Gregory Szorc
-
util: use absolute_importSat, 12 Dec 2015 23:14:08 -0800, by Gregory Szorc
-
util: make hashlib import unconditionalSat, 12 Dec 2015 23:30:37 -0500, by Gregory Szorc
-
encoding: use double backslashSat, 12 Dec 2015 23:26:12 -0800, by Gregory Szorc
-
encoding: use absolute_importSat, 12 Dec 2015 22:57:48 -0500, by Gregory Szorc
-
hg: establish function for performing post-share actionsSat, 12 Dec 2015 22:20:29 -0500, by Gregory Szorc
-
share: pass named argumentsSat, 12 Dec 2015 22:07:40 -0500, by Gregory Szorc
-
commandserver: cut import cycle by itselfTue, 24 Nov 2015 23:03:54 +0900, by Yuya Nishihara
-
commandserver: use absolute_importTue, 24 Nov 2015 22:58:40 +0900, by Yuya Nishihara
-
tests: histedit-helpers fixbundle should not complain about no inputMon, 14 Dec 2015 22:21:30 +0000, by timeless
-
tests: relax histedit issue4251 and issue3893 backupsMon, 14 Dec 2015 22:34:30 +0000, by timeless
-
setup.py: use bytes literalsSun, 13 Dec 2015 09:40:53 -0800, by Gregory Szorc
-
clonebundles: fix typoTue, 15 Dec 2015 07:17:15 +0100, by Mathias De Maré
-
merge: rework manifestmerge to use a matcherMon, 14 Dec 2015 20:47:22 -0500, by Augie Fackler
-
merge: restate calculateupdates in terms of a matcherMon, 14 Dec 2015 20:37:41 -0500, by Augie Fackler
-
merge: have merge.update use a matcher instead of partial fnMon, 14 Dec 2015 18:54:03 -0500, by Augie Fackler
-
treemanifest: don't iterate entire matching submanifests on match()Sat, 12 Dec 2015 09:57:05 -0800, by Martin von Zweigbergk
-
pathencode: remove an unused assignmentSat, 12 Dec 2015 20:59:37 -0800, by Bryan O'Sullivan
-
parsers: narrow scope of a variable to be less confusingSat, 12 Dec 2015 20:57:01 -0800, by Bryan O'Sullivan
-
manifest: fix formattingSat, 12 Dec 2015 20:10:33 -0800, by Bryan O'Sullivan
-
parsers: use absolute_importSat, 12 Dec 2015 13:39:29 -0500, by Gregory Szorc
-
osutil: use absolute_importSat, 12 Dec 2015 13:46:32 -0500, by Gregory Szorc
-
mpatch: use absolute_importSat, 12 Dec 2015 13:37:56 -0500, by Gregory Szorc
-
diffhelpers: use absolute_importSat, 12 Dec 2015 13:35:41 -0500, by Gregory Szorc
-
bdiff: use absolute_importSat, 12 Dec 2015 13:34:55 -0500, by Gregory Szorc
-
base85: use absolute_importSat, 12 Dec 2015 13:33:47 -0500, by Gregory Szorc
-
destutil: use absolute_importSat, 12 Dec 2015 13:32:25 -0500, by Gregory Szorc
-
obsolete: use absolute_importSat, 12 Dec 2015 13:30:47 -0500, by Gregory Szorc
-
contrib: ignore empty files in check-py3-compat.pySat, 12 Dec 2015 13:27:31 -0500, by Gregory Szorc
-
doc: make gendoc.py module import policy awareSat, 12 Dec 2015 13:23:29 -0500, by Gregory Szorc
-
merge with stableFri, 11 Dec 2015 17:45:19 -0600, by Matt Mackall
-
check-commit: add a test for the patch checking script in contribFri, 11 Dec 2015 12:21:26 +0000, by Pierre-Yves David
-
match: use re2 in readpatternfile if possibleThu, 10 Dec 2015 21:33:55 -0800, by Bryan O'Sullivan
-
test-hgignore.t: add tests for commentsThu, 10 Dec 2015 21:32:19 -0800, by Bryan O'Sullivan
-
help: fix help -c/help -e/help -kWed, 09 Dec 2015 05:56:54 +0000, by timeless
-
help: call filtercmd from topicmatchWed, 09 Dec 2015 19:09:35 +0000, by timeless
-
help: refactor filtercmdWed, 09 Dec 2015 19:09:06 +0000, by timeless
-
transplant: use Oxford commaMon, 30 Nov 2015 19:28:26 +0000, by timeless
-
crecord: add dictionary to default return value of filterpatchWed, 09 Dec 2015 17:01:27 -0800, by Laurent Charignon
-
discovery: properly filter changeset in 'peer.known' (issue4982)Wed, 02 Dec 2015 16:12:15 -0800, by Pierre-Yves David
-
test: add an extra base changeset in test-obsolete.tWed, 09 Dec 2015 14:22:57 -0800, by Pierre-Yves David
-
parents: provide equivalent revsets in helpTue, 08 Dec 2015 20:21:08 +0000, by timeless
-
merge: refuse update/merge if there are unresolved conflicts (BC)Mon, 07 Dec 2015 20:43:24 -0800, by Martin von Zweigbergk
-
tests: drop require slow in test-contrib-perfTue, 08 Dec 2015 07:05:37 +0000, by timeless
-
convert/svn: quiet check-configTue, 08 Dec 2015 08:37:12 +0000, by timeless
-
check-config: handle multiline configTue, 08 Dec 2015 08:21:46 +0000, by timeless
-
check-config: escape period in regexp for inline commentsTue, 08 Dec 2015 08:36:00 +0000, by timeless
-
check-config: allow numbers in configsTue, 08 Dec 2015 09:09:01 +0000, by timeless
-
check-config: recognize convert style documentationTue, 08 Dec 2015 09:22:53 +0000, by timeless
-
tests: use a single repo for test-contrib-perfTue, 08 Dec 2015 04:56:26 +0000, by timeless
-
perf: perfrevlog optimize for perf.stubFri, 04 Dec 2015 19:05:56 +0000, by timeless
-
perf: add getlenFri, 04 Dec 2015 19:05:32 +0000, by timeless
-
perf: add optional rev for perflog and perftemplatingFri, 04 Dec 2015 18:08:50 +0000, by timeless
-
perf: perfparents honor config perf.parentscountFri, 04 Dec 2015 18:18:07 +0000, by timeless
-
perf: offer perf.stub to only run one loopFri, 04 Dec 2015 17:41:30 +0000, by timeless
-
perf: improve grammar of gettimer commentFri, 04 Dec 2015 17:41:02 +0000, by timeless
-
tests: use absolute_import in tinyproxySun, 06 Dec 2015 22:20:08 -0800, by Gregory Szorc
-
tests: use absolulte_import in test-wireproto.pySun, 06 Dec 2015 22:02:39 -0800, by Gregory Szorc
-
tests: use absolute_import in test-walkrepoSun, 06 Dec 2015 22:05:19 -0800, by Gregory Szorc
-
tests: use absolute_import in hgweberror.pySun, 06 Dec 2015 22:27:53 -0800, by Gregory Szorc
-
tests: use absolute_import in hghave.pySun, 06 Dec 2015 22:27:18 -0800, by Gregory Szorc
-
tests: use absolute_import for heredoctest.pySun, 06 Dec 2015 22:26:12 -0800, by Gregory Szorc
-
tests: use absolute_import in /get-with-headers.pySun, 06 Dec 2015 22:25:41 -0800, by Gregory Szorc
-
tests: use absolute_import in generate-working-copy-states.pySun, 06 Dec 2015 22:23:37 -0800, by Gregory Szorc