TK Soh <teekaysoh@yahoo.com> [Wed, 20 Aug 2008 10:31:19 +0200] rev 6916
update copyright dates in Windows installer's readme file
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 20 Aug 2008 10:30:53 +0200] rev 6915
mq: fix docs for qrefresh -D (
issue1234)
Martin Geisler <mg@daimi.au.dk> [Sat, 16 Aug 2008 16:32:57 +0200] rev 6914
hgweb: removed unnecessary del before function return
Deleting tmpl just before the return statement should have no effect
since tmpl goes out of scope anyway. But it confuses pyflakes who
thinks tmpl is undefined when it is used in the except blocks below.
Martin Geisler <mg@daimi.au.dk> [Sat, 16 Aug 2008 14:46:56 +0200] rev 6913
move % out of translatable strings
The translators need to see the raw format string, not the result of
using the format string.
Martin Geisler <mg@daimi.au.dk> [Tue, 12 Aug 2008 13:45:48 +0200] rev 6912
Fixed docstring typos
Martin Geisler <mg@daimi.au.dk> [Sat, 29 Mar 2008 23:05:45 +0100] rev 6911
Begin commit messages with two empty lines.
This makes editors like Emacs wrap the commit message correctly. With
no empty line between the commit message and the 'HG:' lines, the
'HG:' lines would be wrapped as if they belonged to the commit message
and so lose their significance to Mercurial.
This makes no difference to what is stored by the commit -- whitespace
was already stripped from the beginning and end of commit messages.
Brendan Cully <brendan@kublai.com> [Tue, 19 Aug 2008 18:07:26 -0700] rev 6910
Debashify rebase tests
Brendan Cully <brendan@kublai.com> [Tue, 19 Aug 2008 15:36:03 -0700] rev 6909
Use relative imports in inotify.server.
Fixes an import failure I was getting under hgtk and hgweb:
*** failed to import extension inotify: 'module' object has no attribute 'inotify'
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 19 Aug 2008 18:17:11 +0200] rev 6908
Do not sort hgwebdir repositories if python list or tuple is given.
This was introduced by changeset
f67d1468ac50 (util: add sort helper)
Matt Mackall <mpm@selenic.com> [Mon, 18 Aug 2008 16:50:36 -0500] rev 6907
Fix up tests
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Mon, 18 Aug 2008 21:16:31 +0200] rev 6906
Add rebase extension
Rocco Rutte <pdmef@gmx.net> [Mon, 18 Aug 2008 15:58:17 +0200] rev 6905
coal/paper: make output well-formed and fix css syntax error breaking rendering
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:36:37 -0500] rev 6904
Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6903
clone: get a list of files to clone from store
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6902
store: drop self.encodefn
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6901
streamclone: fold in localrepo.storefiles
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6900
store: change handling of decoding errors
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6899
store: simplify walking
- fold in main walking function
- eliminate recursion (especially recursive yielding!)
- eliminate default args
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6898
store: simplify class hierarchy
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6897
statichttp: use store class
This lets us nix store.encodefn.
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6896
store: take opener as an argument
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6895
localrepo: simplify requirements checking
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6894
localrepo: kill _createmode
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6893
add test-verify
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6892
verify: check repo.store
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6891
revlog: add files method
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6890
store.py: accept empty repos
Fixes a traceback on the server side when trying to streamclone
an empty repo (this was *not* introduced by
80e51429cb9a).
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6889
verify: only warn on copy nullid
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6888
make commit fail when committing unresolved files
Shun-ichi Goto <shunichi.goto@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6887
Update win32mbcs extension
* Code cleanup by Matt.
* Fix the issue with case-insensitive fs support
by wrapping also util.fspath() and util.checkcase()
* Abort program when path conversion is failed.
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6886
Merge with stable
Patrick Mezard <pmezard@gmail.com> [Wed, 13 Aug 2008 23:31:10 +0200] rev 6885
convert: implement startrev for hg source