log

age author description
Wed, 16 May 2012 16:18:07 -0500 Augie Fackler dispatch: try and identify third-party extensions as sources of tracebacks
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 05 May 2012 15:12:26 -0500 Kevin Bullock bookmarks: test that bare update forwards active bookmark
Sun, 13 May 2012 14:26:26 +0100 Christian Ebert keyword: intentionally ignore check-code warning about unwrapped ui message
Wed, 16 May 2012 10:29:11 -0500 Kevin Bullock help: include bookmarks in 'help revisions' and simplify wording
Thu, 17 May 2012 12:15:30 -0500 Matt Mackall merge with i18n stable
Tue, 15 May 2012 14:58:16 +0100 Alexander Sauta i18n-ru: synchronized with b490be1fec06 stable
Tue, 10 Apr 2012 11:17:06 +0400 Nikolaj Sjujskij i18n-ru: correct `push --new-branch` description stable
Sat, 12 May 2012 19:38:20 +0200 Sune Foldager bundle: make bundles more portable (isue3441) stable
Mon, 14 May 2012 19:25:13 -0400 Matt Harbison revset: fix traceback for bogus revisions in id(rev) stable
Tue, 15 May 2012 12:44:07 +0200 Thomas Arendsen Hein Makefile: remove generated mercurial/__version__.py stable
Sun, 13 May 2012 14:00:58 +0200 Patrick Mezard mq: rename --check into --keep-changes
Sun, 13 May 2012 11:56:50 +0200 Bryan O'Sullivan parsers: use Py_CLEAR where appropriate
Sun, 13 May 2012 12:11:50 +0200 Na'Tosha Bard largefiles: fix addremove when largefile is missing (issue3227)
Sun, 13 May 2012 12:01:52 +0200 Bryan O'Sullivan tags: short-circuit if no tags have ever been committed
Wed, 16 May 2012 11:40:33 -0500 Matt Mackall largefiles: fix default clone destination regression
Tue, 15 May 2012 07:01:35 +0200 Matt Mackall merge with crew
Tue, 15 May 2012 07:00:55 +0200 Matt Mackall merge with stable
Mon, 14 May 2012 13:25:42 +0100 Mark Round posix: workaround lack of TIOCGWINSZ on Irix (issue3449) stable
Sun, 13 May 2012 12:07:49 +0200 Martin Geisler phases: wrap docstrings at 70 characters
Sun, 13 May 2012 12:06:12 +0200 Martin Geisler phases: fix typos in docstrings
Sun, 13 May 2012 22:59:22 +0200 Levi Bard largefiles: don't attempt to clone all largefiles to non-local destinations
Mon, 14 May 2012 12:56:43 +0200 Matt Mackall hgweb: fix filediff base calculation stable
Sun, 13 May 2012 14:04:07 +0200 Brodie Rao branches: improve performance by removing redundant operations
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Sun, 13 May 2012 16:39:40 +0200 David Soria Parra strip: introduce -B option to remove a bookmark
Sun, 13 May 2012 17:34:55 +0200 Mads Kiilerich largefiles: use wlock for lfconvert (issue3444) stable
Fri, 11 May 2012 10:35:54 -0700 Joshua Redstone localrepo: strip now incrementally updates the branchheads cache
Sat, 12 May 2012 16:53:36 +0200 Patrick Mezard phase: remove useless test, olddata is never None