Mercurial > hg
graph
-
tests: move test bundles in a bundles/ subdirectorySat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move test-issue436 in test-dispatch where fancyopts is testedSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue433 as it's covered by test-parentsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove executable bits from unified testsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue322 as it's fully included in test-issue660Sat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
zeroconf: notify the Zeroconf threads when hg exits stableSat, 30 Apr 2011 19:36:59 +0200, by Nicolas Dumazet
-
color: use ui.formatted() to test TTYness, not sys.stdout.isatty()Sun, 01 May 2011 12:14:22 +0200, by Brodie Rao
-
pushkey: add hooks for pushkey/listkeysSun, 01 May 2011 11:12:36 +0200, by Brodie Rao
-
test-patchbomb.t: clean up progress testsSat, 30 Apr 2011 12:02:09 -0500, by Augie Fackler
-
util: really drop size from readfileSun, 01 May 2011 04:56:24 -0500, by Matt Mackall
-
util: add readfile() & writefile() helper functionsSun, 01 May 2011 11:46:49 +0200, by Dan Villiom Podlaski Christiansen
-
revset aliasesSat, 30 Apr 2011 18:30:14 +0200, by Alexander Solovyov
-
opener: add read & write utility methodsSat, 30 Apr 2011 19:41:53 +0200, by Dan Villiom Podlaski Christiansen
-
dispatch: handle IndexErrorsSun, 01 May 2011 11:01:57 +0200, by Dan Villiom Podlaski Christiansen
-
color: verify stdout is a tty before using cursesSat, 30 Apr 2011 11:18:43 -0500, by Augie Fackler
-
http: minor tweaks to long arg handlingSun, 01 May 2011 03:51:04 -0500, by Matt Mackall
-
httprepo: long arguments support (issue2126)Sun, 01 May 2011 01:04:37 +0800, by Steven Brown
-
store: rename the 'opener' argument to 'openertype'Sat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
statichttprepo: make the opener a subclass of abstractopenerSat, 30 Apr 2011 19:41:25 +0200, by Dan Villiom Podlaski Christiansen
-
add filteropener abstraction for store openersSat, 30 Apr 2011 19:37:13 +0200, by Dan Villiom Podlaski Christiansen
-
opener: introduce an abstact superclass of itSat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
graphlog: use a set for inclusion testSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphmod: restore generator nature of dagwalkerSat, 30 Apr 2011 15:10:58 +0300, by Idan Kamara
-
graphlog: log -G --follow file does not work, forbid itSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: unify log -G revset translationSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --pruneSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: escape log -G single value option argumentsSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --removedSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G option types when translating to revsetSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
revset: add tests for multiple and mixed ^ and ~ operatorsSat, 30 Apr 2011 18:53:56 +0200, by Kevin Gessner
-
extensions: obsolete and remove parentrevspec extensionSat, 30 Apr 2011 18:27:39 +0200, by Kevin Gessner
-
wix: a new mercurial.js has replaced graph.jsSat, 30 Apr 2011 11:53:57 -0500, by Steve Borho
-
util.url: copy urllib.unquote() into util to improve startup timesSat, 30 Apr 2011 09:43:23 -0700, by Brodie Rao
-
url: move URL parsing functions into util to improve startup timeSat, 30 Apr 2011 09:43:20 -0700, by Brodie Rao
-
revlog: introduce _chunkbase to allow filelog to overrideSat, 30 Apr 2011 16:33:47 +0200, by Sune Foldager
-
filelog: extract metadata parsing and packingSat, 30 Apr 2011 16:32:50 +0200, by Sune Foldager
-
discovery: drop findoutgoing and simplify findcommonincoming's apiSat, 30 Apr 2011 17:21:37 +0200, by Peter Arrenbrecht
-
revset: add missing whitespaceSat, 30 Apr 2011 18:25:45 +0200, by Kevin Gessner
-
url: remove unused/obsolete functionsSat, 30 Apr 2011 07:00:13 -0700, by Brodie Rao
-
revset: add ^ and ~ operators from parentrevspec extensionSat, 30 Apr 2011 17:43:04 +0200, by Kevin Gessner
-
encoding: add an encoding-aware lower functionSat, 30 Apr 2011 10:57:13 -0500, by Matt Mackall
-
add: notify when adding a file that would cause a case-folding collisionSat, 30 Apr 2011 12:39:46 +0200, by Kevin Gessner
-
scmutil: refactor ui.portablefilenames processingSat, 30 Apr 2011 11:08:24 +0200, by Kevin Gessner
-
pure bdiff: don't use a generatorSat, 30 Apr 2011 15:05:36 +0200, by Dan Villiom Podlaski Christiansen
-
pure mpatch: avoid using list.insert(0, ...)Sat, 30 Apr 2011 15:05:34 +0200, by Dan Villiom Podlaski Christiansen
-
remove unused imports and variablesSat, 30 Apr 2011 13:59:14 +0200, by Alexander Solovyov
-
Zeroconf: catch both ValueError and KeyError in get()Sat, 30 Apr 2011 07:30:38 -0500, by Augie Fackler
-
run-tests: print a new line before writing the diffSat, 30 Apr 2011 15:20:27 +0300, by Idan Kamara
-
revsets: add a last functionSat, 30 Apr 2011 10:56:43 -0500, by Matt Mackall
-
bundle: more comments about the different header types, remove useless ifSat, 30 Apr 2011 14:22:03 +0200, by Benoit Boissinot
-
merge with mpmSat, 30 Apr 2011 15:30:51 +0200, by Martin Geisler
-
hgweb: initialize permhooks at definition timeSat, 30 Apr 2011 13:47:22 +0200, by Martin Geisler
-
revset: fix undefined name ParseErrorSat, 30 Apr 2011 06:58:22 -0700, by Brodie Rao