Mercurial > hg-stable
graph
-
record: use uisetup instead of extsetup to register qrecordThu, 05 Nov 2009 01:10:43 +0100, by Martin Geisler
-
merge: supply base node to merge tools in the environmentWed, 04 Nov 2009 15:18:19 +0100, by Sune Foldager
-
test-bisect: normalize shell error messageWed, 04 Nov 2009 09:34:04 +0100, by Martin Geisler
-
run-tests: add "debug" mode: don't capture child output, just show it.Mon, 02 Nov 2009 17:06:11 -0500, by Greg Ward
-
run-tests: make --tmpdir option more useful.Mon, 02 Nov 2009 17:06:10 -0500, by Greg Ward
-
hg.1: kill spurious backslashMon, 02 Nov 2009 21:55:59 +0100, by Martin Geisler
-
help: markup email addresses as inline literalsMon, 02 Nov 2009 21:47:03 +0100, by Martin Geisler
-
doc/Makefile: add help/*.txt as a dependencyMon, 02 Nov 2009 21:38:42 +0100, by Martin Geisler
-
doc: add some internal links to man pagesMon, 02 Nov 2009 21:32:42 +0100, by Martin Geisler
-
hgrc.5: combined short paragraphs into oneMon, 02 Nov 2009 21:08:33 +0100, by Martin Geisler
-
doc: use reST note directiveMon, 02 Nov 2009 21:02:56 +0100, by Martin Geisler
-
hgrc.5: capitalize True and False consistentlyMon, 02 Nov 2009 20:53:34 +0100, by Martin Geisler
-
commands: slightly better help for --tracebackMon, 02 Nov 2009 20:50:57 +0100, by Martin Geisler
-
hgrc.5: document ui.traceback settingMon, 02 Nov 2009 20:50:30 +0100, by Martin Geisler
-
fix tests output changed by 8269fe2d48f6Mon, 02 Nov 2009 19:07:26 +0100, by Benoit Boissinot
-
byterange: backport fix from upstreamMon, 02 Nov 2009 17:54:19 +0100, by Benoit Boissinot
-
hgweb: send proper error messages to the clientMon, 02 Nov 2009 10:20:04 +0100, by Sune Foldager
-
transaction: always remove empty journal on abortMon, 02 Nov 2009 10:19:14 +0100, by Sune Foldager
-
test-bisect: fix shell-dependent outputMon, 02 Nov 2009 10:18:43 +0100, by Sune Foldager
-
change 'journal already exists' to 'abandoned transaction found'Mon, 02 Nov 2009 10:17:20 +0100, by Sune Foldager
-
verify: report existence of journalMon, 02 Nov 2009 10:15:04 +0100, by Sune Foldager
-
bisect: no need to save the state if it wasn't changedSun, 01 Nov 2009 03:26:10 +0100, by Benoit Boissinot
-
record: get the right position (account for skipped files)Sun, 01 Nov 2009 02:57:11 +0100, by Benoit Boissinot
-
log --limit: break after a limited number of csets (broken by f3d60543924f)Sun, 01 Nov 2009 02:54:32 +0100, by Benoit Boissinot
-
transaction: more specific exceptions, os.unlink can raise OSErrorSat, 31 Oct 2009 18:17:59 +0100, by Benoit Boissinot
-
lock: catch specific exceptionsSat, 31 Oct 2009 18:10:52 +0100, by Benoit Boissinot
-
patch: use the public ctx API instead of the internalsSat, 31 Oct 2009 18:02:34 +0100, by Benoit Boissinot
-
patch: don't use mutable object as default argumentSat, 31 Oct 2009 18:02:13 +0100, by Benoit Boissinot
-
patch: initialize all attributes of the hunk classSat, 31 Oct 2009 18:01:08 +0100, by Benoit Boissinot
-
patch: simplify logicSat, 31 Oct 2009 18:00:05 +0100, by Benoit Boissinot
-
lock: use '==' instead of 'is' for integer equality ('is' may not work)Sat, 31 Oct 2009 17:07:12 +0100, by Benoit Boissinot
-
pychecker: remove unused local variablesSat, 31 Oct 2009 17:04:46 +0100, by Benoit Boissinot
-
remove unused importsSat, 31 Oct 2009 16:56:58 +0100, by Benoit Boissinot
-
changelog: do not use a mutable default valueSat, 31 Oct 2009 16:49:27 +0100, by Benoit Boissinot
-
bundlerepo: keep the bundlerevlog interface in sync with revlogSat, 31 Oct 2009 16:42:51 +0100, by Benoit Boissinot
-
localrepo/branchcache: remove lbranchmap(), convert users to use utf-8 namesSat, 31 Oct 2009 00:31:08 +0100, by Benoit Boissinot
-
localrepo/branchcache: kill unused localrepo.branchcacheSat, 31 Oct 2009 00:27:50 +0100, by Benoit Boissinot
-
localrepo/branchcache: rebuild the "charset-aware" branchcache when neededSat, 31 Oct 2009 00:20:28 +0100, by Benoit Boissinot
-
churn: fix --progress (broken by f3d60543924f)Fri, 30 Oct 2009 15:43:01 +0200, by Alexander Solovyov
-
transfer branchmap branch names over the wire in utf-8Mon, 26 Oct 2009 13:37:39 +0100, by Henrik Stuart
-
churn: fix changeset count (broken by 9b127e888640)Fri, 30 Oct 2009 13:40:23 +0200, by Alexander Solovyov
-
churn: ability to display added/removed lines separatelyThu, 29 Oct 2009 20:50:24 +0200, by Alexander Solovyov
-
cmdutil: fix bug in finddate() implementationFri, 30 Oct 2009 09:54:39 +0100, by Dirkjan Ochtman
-
merge changes from mpmFri, 30 Oct 2009 09:53:39 +0100, by Dirkjan Ochtman
-
cmdutil: update finddate()Wed, 28 Oct 2009 22:47:46 -0500, by Steve Borho
-
walkchangerevs: drop ui argThu, 29 Oct 2009 19:03:16 -0500, by Matt Mackall
-
walkchangerevs: reset cache between windowsThu, 29 Oct 2009 19:03:13 -0500, by Matt Mackall
-
log: tidy up some filter testsThu, 29 Oct 2009 17:07:54 -0500, by Matt Mackall
-
walkchangerevs: move 'add' to callbackThu, 29 Oct 2009 17:07:51 -0500, by Matt Mackall
-
hgweb: added test case for extension loading phases (issue1824)Wed, 28 Oct 2009 23:59:18 +0900, by Yuya Nishihara
-
extensions: changed to call extsetup() from extensions.loadall()Wed, 28 Oct 2009 23:55:23 +0900, by Yuya Nishihara
-
hgrc.5.txt: mention hgrc categories with higher precedence firstWed, 21 Oct 2009 13:40:55 +0200, by Adrian Buehlmann
-
hook: only redirect stdout if it and stderr are valid filesWed, 28 Oct 2009 21:35:57 +0100, by Sune Foldager
-
verify: filter the candidate list for broken linkrevsWed, 28 Oct 2009 13:17:03 -0500, by Matt Mackall
-
Merge with crewTue, 27 Oct 2009 17:14:19 -0500, by Matt Mackall
-
walkchangerevs: internalize ctx cachingTue, 27 Oct 2009 17:01:32 -0500, by Matt Mackall
-
walkchangerevs: yield contextsSun, 25 Oct 2009 18:43:59 -0500, by Matt Mackall
-
walkchangerevs: kill window step of iteratorSun, 25 Oct 2009 18:43:58 -0500, by Matt Mackall
-
walkchangerevs: pull out matchfnSun, 25 Oct 2009 18:43:56 -0500, by Matt Mackall
-
diffstat: made test case work with POSIX sh and printfTue, 27 Oct 2009 21:59:44 +0900, by Yuya Nishihara