Thu, 23 Jun 2011 14:40:57 +0200 Peter Arrenbrecht match: fix bug caused by refactoring in cfc89398f710 stable
Wed, 22 Jun 2011 15:34:33 +0200 Adrian Buehlmann revert: be more helpful on uncommitted merges stable
Wed, 22 Jun 2011 10:13:44 +0200 Adrian Buehlmann opener: add self._audit (issue2862) stable
Wed, 22 Jun 2011 17:13:04 +0300 Idan Kamara cmdserver: write the hello message as one chunk on the 'o' channel stable
Fri, 24 Jun 2011 01:10:35 +0200 Mads Kiilerich fileset: copied takes no arguments stable
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset and fileset: fix typos in parser error messages stable
Fri, 24 Jun 2011 00:18:41 +0200 Mads Kiilerich fileset: use ParseError pos field correctly stable
Fri, 24 Jun 2011 00:18:06 +0200 Mads Kiilerich revset: fix parameter name in implementation of follow() stable
Tue, 21 Jun 2011 17:27:20 -0500 Matt Mackall merge with stable
Mon, 20 Jun 2011 22:15:52 -0500 Kevin Bullock revert: be more explicit that changes are lost stable
Tue, 21 Jun 2011 17:08:21 +0300 Idan Kamara dispatch: do not close the request repo stable
Tue, 21 Jun 2011 16:55:21 +0300 Idan Kamara hook: write hook output to ui fout descriptor stable
Tue, 21 Jun 2011 15:26:44 -0500 Matt Mackall merge with stable
Tue, 21 Jun 2011 15:21:57 -0500 Matt Mackall check-code: don't mark debug messages for translation stable
Tue, 21 Jun 2011 18:35:13 +0200 David Soria Parra i18n: remove translation of debug messages stable
Tue, 21 Jun 2011 15:38:10 +0300 Idan Kamara cmdserver, runcommand: properly handle the client sending no arguments stable
Tue, 21 Jun 2011 15:13:39 +0300 Idan Kamara cmdserver: don't raise EOFError when trying to read 0 bytes from the client stable
Mon, 20 Jun 2011 19:08:41 -0300 Wagner Bruna i18n: extract docstrings from fileset module stable
Tue, 21 Jun 2011 14:57:17 +0200 Martin Geisler Backed out changeset 1ec8bd909ac3 stable
Tue, 21 Jun 2011 14:00:26 +0200 Martin Geisler merge with stable
Tue, 21 Jun 2011 13:24:19 +0200 David Soria Parra dispatch: translate alias debugging messages stable
Tue, 21 Jun 2011 00:17:52 +0200 Mads Kiilerich parsers: fix localization markup of parser errors stable
Sun, 19 Jun 2011 22:33:25 -0400 Ollie Rutherfurd fileset: use correct function name for hgignore in docstring stable
Mon, 20 Jun 2011 16:45:33 -0500 Matt Mackall url: catch UNC paths as yet another Windows special case (issue2808) stable
Mon, 20 Jun 2011 14:11:01 +0200 Peter Arrenbrecht treediscovery: always return all remote heads stable
Mon, 20 Jun 2011 11:08:41 +0200 Sune Foldager merge with stable
Mon, 20 Jun 2011 10:51:37 +0200 Sune Foldager config.sortdict: override clear method stable
Mon, 20 Jun 2011 09:30:03 +0200 Peter Arrenbrecht patch: fix typo in variable name stable
Mon, 20 Jun 2011 10:42:19 +0200 Martin Geisler merge with stable
Fri, 17 Jun 2011 19:28:38 -0300 Wagner Bruna help/revsets: revset aliases can be defined on any config file stable
Fri, 17 Jun 2011 19:27:40 -0300 Wagner Bruna help/revsets: clean up whitespace between paragraphs stable
Fri, 17 Jun 2011 19:14:47 -0300 Wagner Bruna help/config: mention [revsetalias] section stable
Sun, 19 Jun 2011 11:43:40 +0200 Thomas Arendsen Hein fileset: add missing whitespace around operator stable
Sat, 18 Jun 2011 20:49:07 -0500 Matt Mackall fileset: drop backwards SI size units stable
Sat, 18 Jun 2011 20:36:39 -0500 Matt Mackall remove bogus test copy stable
Sat, 18 Jun 2011 17:03:01 -0500 Matt Mackall merge default branch into stable to mark the start of the code freeze stable
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add a help topic
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add copied predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add encoding() predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add size() predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add grep predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add some function help text
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add hgignore
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add resolved and unresolved predicates
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: prescan parse tree to optimize status usage
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add support for file status predicates
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add some basic predicates
Sat, 18 Jun 2011 16:53:44 -0500 Matt Mackall match: introduce basic fileset support
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall match: allow passing a context object to match core
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall fileset: drop matchfn
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: match no longer accepts repo objects
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: match now accepts a context or a repo
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall context: add a match builder method
Fri, 17 Jun 2011 18:24:54 -0300 Wagner Bruna help/hgignore: refer to the builtin help instead of external URLs
Sat, 18 Jun 2011 01:08:54 +0200 Mads Kiilerich sslutil: make messages for Python without certificate handling more helpful
Sat, 18 Jun 2011 01:03:03 +0200 Nicolas Bareil sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
Fri, 17 Jun 2011 15:43:50 -0500 Matt Mackall merge with i18n
Fri, 17 Jun 2011 15:22:50 -0500 Augie Fackler svn subrepos: work around checkout obstructions (issue2752)
Fri, 17 Jun 2011 15:21:02 -0500 Augie Fackler update: check wc.dirty() before setting overwrite=True
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip