| 7 months | Patrick Mezard | convert: be even more tolerant when detecting svn tags |
| 8 months | Patrick Mezard | convert: fix non-ASCII filenames retrieval from git sources (issue 1360) |
| 8 months | Patrick Mezard | convert: read git output in binary mode under Windows (issue 1359) |
| 8 months | Patrick Mezard | util: add 'mode' argument to popen() |
| 8 months | Dirkjan Ochtman | merge with crew-stable |
| 8 months | Dirkjan Ochtman | clean up trailing spaces |
| 8 months | Thomas Arendsen Hein | spaces->tabs in one line of a C extension for consistency |
| 8 months | Thomas Arendsen Hein | Fix Debian bug #494889 (fetching from static-http://... broken) |
| 8 months | Patrick Mezard | test-doctest: remove TERM env variable only if it's there |
| 8 months | Patrick Mezard | convert: properly encode subversion URLs (issue 1224) |
| 8 months | Patrick Mezard | convert: tolerate embedded spaces in filemap source revisions |
| 9 months | Bernhard Leiner | Add missing catch of a TypeError |
| 9 months | Dirkjan Ochtman | gitweb: correct tags page feed autodiscovery links |
| 9 months | Dirkjan Ochtman | clone: honor -r even when pulling named branches |
| 9 months | Benoit Boissinot | Escape '%' when writing to hgrc (issue1199) |
| 9 months | Dennis Schoen | tests: add test for notify extension as changegroup hook |
| 9 months | Mads Kiilerich | tests: fix reported patch tool name in test-mq |
| 9 months | Mads Kiilerich | tests: fix readline escape characters in output for test-doctest.py |
| 9 months | Dirkjan Ochtman | tests: fix test-highlight for compatiblity with newer Pygments |
| 9 months | Martin Geisler | update: mention null revision in help text |
| 9 months | Scott McCreary | allow Mercurial to compile on Haiku |
| 9 months | Benoit Boissinot | forbid username with '\n' at the changelog level |
| 9 months | Benoit Boissinot | osutil: proper error checking and reporting |
| 9 months | Benoit Boissinot | run-tests.py: fix the check for the hg installation with -jn (n > 1) |
| 9 months | Benoit Boissinot | inotify: add client code for long pathname handling |
| 10 months | Benoit Boissinot | inotify: workaround ENAMETOOLONG by using symlinks |
| 10 months | Benoit Boissinot | inotify: deactivate inotify status on failure |
| 10 months | Benoit Boissinot | inotify: fix traceback when the server has been already started |
| 10 months | Brendan Cully | Use relative imports in inotify.server. |
| 10 months | Benoit Boissinot | a socket error might be a tuple or a singleton |
| 10 months | Benoit Boissinot | fix test-bisect error (because of set -e) |
| 10 months | Dirkjan Ochtman | bisect: only complain when nothing can be done |
| 10 months | Dirkjan Ochtman | imported patch test-check |
| 10 months | Patrick Mezard | graphlog: fix calls from outside the repository (issue1285) |
| 10 months | Dirkjan Ochtman | record: catch PatchErrors from internalpatch and display error message |
| 10 months | Dirkjan Ochtman | record: take diff lines for lack of trailing newlines into account (issue1282) |
| 10 months | Dirkjan Ochtman | bisect: status message when no action is specified |
| 10 months | Dirkjan Ochtman | bisect: expand help text to explain REV argument and --noupdate |
| 10 months | Christian Ebert | Make test-hardlinks-safety portable |
| 10 months | Thomas Arendsen Hein | Adjust test output for hg help qrecord since ef14c773b3d6 |
| 10 months | TK Soh | update copyright dates in Windows installer's readme file |
| 10 months | Peter Arrenbrecht | mq: fix docs for qrefresh -D (issue1234) |
| 10 months | Matt Mackall | Added signature for changeset d2375bbee6d4 |
| 10 months | Matt Mackall | Added tag 1.0.2 for changeset d2375bbee6d4 |
| 10 months | Remy Roy | Folding correction and missing import |
| 10 months | Matt Mackall | util: disinfect lookup_reg strings (issue1126) |
| 11 months | Dov Feldstern | test symlinks on symlink-capable os but non-capable filesystem (issue1149) |
| 10 months | Matt Mackall | util: set_flags should survive failure to create link |
| 10 months | Matt Mackall | util: set_flags shouldn't know about repo flag formats |
| 10 months | Matt Mackall | add a fix for issue 1175 |
| 10 months | Matt Mackall | commit: simplify file copy logic |
| 10 months | Thomas Arendsen Hein | Make test-convert-mtn pass on systems where mtn add -R uses different order |
| 10 months | Thomas Arendsen Hein | Make test-hardlinks-safety repeatable and executable |
| 10 months | Thomas Arendsen Hein | convert: Fix debugging output when running multiple commands with xargs. |
| 11 months | Doug Philips | Let the notify extension use [diff] options too. |
| 11 months | Bernhard Leiner | add additional bisect tests |
| 11 months | Bernhard Leiner | add additional complex bisect tests (with non-linear history) |
| 11 months | Bernhard Leiner | Add support for multiple possible bisect results (issue1228, issue1182) |
| 11 months | Kevin Christen | Add a reset before and after colorized output |
| 11 months | Kevin Christen | Apply color to output of qseries --verbose |