log

age author description
Sat, 30 Apr 2011 19:37:13 +0200 Dan Villiom Podlaski Christiansen add filteropener abstraction for store openers
Sat, 30 Apr 2011 19:36:48 +0200 Dan Villiom Podlaski Christiansen opener: introduce an abstact superclass of it
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: use a set for inclusion test
Sat, 30 Apr 2011 15:10:58 +0300 Idan Kamara graphmod: restore generator nature of dagwalker
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: log -G --follow file does not work, forbid it
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: unify log -G revset translation
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G --prune
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: escape log -G single value option arguments
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G --removed
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G option types when translating to revset
Sat, 30 Apr 2011 18:53:56 +0200 Kevin Gessner revset: add tests for multiple and mixed ^ and ~ operators
Sat, 30 Apr 2011 18:27:39 +0200 Kevin Gessner extensions: obsolete and remove parentrevspec extension
Sat, 30 Apr 2011 11:53:57 -0500 Steve Borho wix: a new mercurial.js has replaced graph.js
Sat, 30 Apr 2011 09:43:23 -0700 Brodie Rao util.url: copy urllib.unquote() into util to improve startup times
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 16:33:47 +0200 Sune Foldager revlog: introduce _chunkbase to allow filelog to override
Sat, 30 Apr 2011 16:32:50 +0200 Sune Foldager filelog: extract metadata parsing and packing
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Sat, 30 Apr 2011 18:25:45 +0200 Kevin Gessner revset: add missing whitespace
Sat, 30 Apr 2011 07:00:13 -0700 Brodie Rao url: remove unused/obsolete functions
Sat, 30 Apr 2011 17:43:04 +0200 Kevin Gessner revset: add ^ and ~ operators from parentrevspec extension
Sat, 30 Apr 2011 10:57:13 -0500 Matt Mackall encoding: add an encoding-aware lower function
Sat, 30 Apr 2011 12:39:46 +0200 Kevin Gessner add: notify when adding a file that would cause a case-folding collision
Sat, 30 Apr 2011 11:08:24 +0200 Kevin Gessner scmutil: refactor ui.portablefilenames processing
Sat, 30 Apr 2011 15:05:36 +0200 Dan Villiom Podlaski Christiansen pure bdiff: don't use a generator
Sat, 30 Apr 2011 15:05:34 +0200 Dan Villiom Podlaski Christiansen pure mpatch: avoid using list.insert(0, ...)
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 30 Apr 2011 07:30:38 -0500 Augie Fackler Zeroconf: catch both ValueError and KeyError in get()
Sat, 30 Apr 2011 15:20:27 +0300 Idan Kamara run-tests: print a new line before writing the diff
Sat, 30 Apr 2011 10:56:43 -0500 Matt Mackall revsets: add a last function