Mercurial > hg
graph
-
diffstat: properly count lines starting in '--' or '++' (issue5479)Wed, 17 May 2017 20:51:17 -0500, by Andrew Zwicky
-
test-http-bad-server: match different in outputFri, 19 May 2017 12:38:34 +0200, by Pierre-Yves David
-
config: make config.items() return a copyThu, 18 May 2017 13:38:37 -0700, by Martin von Zweigbergk
-
filemerge: store error messages in module variablesFri, 19 May 2017 03:47:43 -0700, by Stanislau Hlebik
-
run-tests: support multiple cases in .t testTue, 16 May 2017 23:10:31 -0700, by Jun Wu
-
revlog: rename constants (API)Wed, 17 May 2017 19:52:18 -0700, by Gregory Szorc
-
localrepo: reformat set literalsWed, 17 May 2017 20:01:29 -0700, by Gregory Szorc
-
rebase: make sure merge state is cleaned up for no-op rebases (issue5494)Thu, 18 May 2017 13:18:05 -0700, by Jeremy Fitzhardinge
-
match: remove ispartial()Wed, 17 May 2017 09:43:50 -0700, by Martin von Zweigbergk
-
run-tests: rename test description dict to testdescTue, 16 May 2017 21:17:40 -0700, by Jun Wu
-
run-tests: change test identity from a path to a dictSat, 29 Apr 2017 11:40:47 -0700, by Jun Wu
-
largefiles: delete unnecessary meddling with matcher internalsWed, 17 May 2017 14:31:47 -0700, by Martin von Zweigbergk
-
py3: explicitly convert a list to bytes to pass in ui.debugThu, 04 May 2017 00:23:09 +0530, by Pulkit Goyal
-
changelog: make sure datafile is 00changelog.d (API)Wed, 17 May 2017 20:14:27 -0700, by Jun Wu
-
util: drop unneeded override, sortdict.copy()Wed, 17 May 2017 23:01:56 +0900, by Yuya Nishihara
-
drawdag: provide filenode for its dummy filectxWed, 17 May 2017 10:48:56 -0700, by Jun Wu
-
tests: fix up recent conditionalized output changesSat, 13 May 2017 21:30:02 -0400, by Matt Harbison
-
run-tests: drop fallback for proc.terminate() for pre-py2.6Tue, 16 May 2017 14:42:13 -0700, by Martin von Zweigbergk
-
run-tests: drop fallback for sysconfig for pre-py2.7Tue, 16 May 2017 14:40:22 -0700, by Martin von Zweigbergk
-
largefiles: move identical statement to after if/elseTue, 16 May 2017 17:47:27 -0700, by Martin von Zweigbergk
-
util: rewrite sortdict using Python 2.7's OrderedDictTue, 16 May 2017 23:40:29 -0700, by Martin von Zweigbergk
-
encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergenceTue, 16 May 2017 23:36:38 +0900, by Yuya Nishihara
-
test-casefolding: sync with latest code changesSat, 13 May 2017 21:15:56 -0400, by Matt Harbison
-
perf: always pass node to revlog.revision()Mon, 15 May 2017 19:37:11 -0700, by Gregory Szorc
-
hg: backout optimizing for treemanifestsMon, 15 May 2017 18:55:58 -0700, by Durham Goode
-
test-hardlink: do not test .hg/cache/checklinkMon, 15 May 2017 13:29:18 -0700, by Jun Wu
-
test-hardlinks: unify two test files into oneMon, 15 May 2017 13:25:59 -0700, by Jun Wu
-
style: ban [ foo == bar] bashism in testsMon, 15 May 2017 14:08:02 -0400, by Augie Fackler
-
changelog: load pending file directlySat, 13 May 2017 16:26:43 -0700, by Gregory Szorc
-
cleanup: use set literalsFri, 10 Feb 2017 16:56:29 -0800, by Martin von Zweigbergk
-
py3: convert date and format arguments str before passing in time.strptimeSat, 06 May 2017 04:51:25 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys to str using pycompat.strkwargsThu, 04 May 2017 00:24:21 +0530, by Pulkit Goyal
-
verify: add a config option to skip certain flag processorsSun, 14 May 2017 09:38:06 -0700, by Jun Wu
-
changegroup: add bundlecaps backMon, 15 May 2017 09:35:27 -0700, by Durham Goode
-
flagprocessor: add a fast path when flags is 0Wed, 10 May 2017 16:17:58 -0700, by Jun Wu
-
shelve: make shelvestate use simplekeyvaluefileSat, 13 May 2017 14:52:29 -0700, by Kostia Balytskyi
-
shelve: refactor shelvestate loadingSun, 14 May 2017 14:15:07 -0700, by Kostia Balytskyi
-
extdiff: copy back execbit-only changes to the working directoryThu, 11 May 2017 22:33:45 -0400, by Matt Harbison
-
tests: remove regular expression matching for Python 2.6Sat, 13 May 2017 12:14:24 -0700, by Gregory Szorc
-
branchmap: remove use of buffer() to support Python 2.6Sat, 13 May 2017 11:58:08 -0700, by Gregory Szorc
-
py3: remove delayed import of importlibSat, 13 May 2017 11:55:39 -0700, by Gregory Szorc
-
tests: use context manager form of assertRaisesSat, 13 May 2017 11:52:44 -0700, by Gregory Szorc
-
obsolete: use 2 argument form of enumerate()Sat, 13 May 2017 11:42:42 -0700, by Gregory Szorc
-
tests: remove special handling for undefined memoryviewSat, 13 May 2017 11:31:36 -0700, by Gregory Szorc
-
encoding: remove workaround for locale.getpreferredencoding()Sat, 13 May 2017 11:20:51 -0700, by Gregory Szorc
-
mail: remove code to support < Python 2.7Sat, 13 May 2017 11:12:44 -0700, by Gregory Szorc
-
help: clarify that colons are allowed in fingerprints valuesThu, 11 May 2017 00:02:32 -0700, by Gregory Szorc
-
sslutil: tweak the legacy [hostfingerprints] warning messageWed, 10 May 2017 23:49:37 -0700, by Gregory Szorc
-
rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)Thu, 11 May 2017 11:37:18 -0700, by Martin von Zweigbergk
-
chgserver: more explicit about sensitive environ variablesWed, 10 May 2017 11:55:22 -0700, by Jun Wu
-
scmutil: make simplekeyvaluefile able to have a non-key-value first lineThu, 11 May 2017 08:49:33 -0700, by Kostia Balytskyi
-
scmutil: add simplekeyvaluefile reading testThu, 11 May 2017 08:39:44 -0700, by Kostia Balytskyi
-
caches: stop warming the cache after changegroup applicationTue, 02 May 2017 18:57:52 +0200, by Pierre-Yves David
-
caches: move the 'updating the branch cache' message in 'updatecaches'Tue, 02 May 2017 22:27:44 +0200, by Pierre-Yves David
-
caches: stop warming the cache after 'localrepo.commitctx'Tue, 02 May 2017 18:56:07 +0200, by Pierre-Yves David
-
caches: introduce a 'debugupdatecaches' commandTue, 02 May 2017 21:35:06 +0200, by Pierre-Yves David
-
caches: call 'repo.updatecache()' in 'repo.destroyed()'Tue, 02 May 2017 19:05:58 +0200, by Pierre-Yves David
-
caches: introduce a function to warm cacheTue, 02 May 2017 21:39:43 +0200, by Pierre-Yves David
-
transaction: track newly introduced revisionsTue, 02 May 2017 18:45:51 +0200, by Pierre-Yves David
-
transaction: introduce "changes" dictionary to precisely track updatesTue, 02 May 2017 18:31:18 +0200, by Pierre-Yves David