Sun, 01 Feb 2015 18:47:04 -0600 Matt Mackall merge with i18n stable 3.3
Sun, 01 Feb 2015 08:24:08 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 9a391d720cf9 stable
Thu, 29 Jan 2015 10:13:18 -0200 Wagner Bruna i18n-pt_BR: synchronized with 448bb32b8ee6 stable
Sun, 01 Feb 2015 16:33:45 -0600 Matt Mackall filectx: use _descendantrev in parents() stable
Sun, 01 Feb 2015 16:26:35 -0600 Matt Mackall filectx: if we have a _descendantrev, use it to adjust linkrev stable
Sun, 01 Feb 2015 16:25:12 -0600 Matt Mackall copies: use linkrev for file tracing limit stable
Sun, 01 Feb 2015 16:23:07 -0600 Matt Mackall filectx: use linkrev to sort ancestors stable
Fri, 30 Jan 2015 16:02:28 +0000 Pierre-Yves David _adjustlinkrev: reuse ancestors set during rename detection (issue4514) stable
Fri, 30 Jan 2015 14:39:03 +0000 Pierre-Yves David filectx: move _adjustlinkrev to a method stable
Sat, 31 Jan 2015 01:00:50 +0900 FUJIWARA Katsunori revset: raise RepoLookupError to make present() predicate continue the query stable
Sun, 01 Feb 2015 09:36:47 +0900 FUJIWARA Katsunori templatekw: re-add showtags() to list tags keyword up in online help stable
Fri, 30 Jan 2015 20:44:11 -0500 Matt Harbison largefiles: don't interfere with logging normal files stable
Fri, 30 Jan 2015 21:11:02 +0000 Pierre-Yves David discovery: properly exclude locally known but filtered heads stable
Fri, 30 Jan 2015 21:40:30 +0000 Pierre-Yves David test: make test-extdiff resilient to /usr/bin/echo stable
Fri, 30 Jan 2015 18:49:33 +0000 Pierre-Yves David obsstore: make the invalid markers check wrap-able stable
Fri, 30 Jan 2015 18:51:20 +0100 Mads Kiilerich convert: replace revision references in messages if they are >= short hashes stable
Fri, 30 Jan 2015 04:59:05 +0900 FUJIWARA Katsunori merge: mark .hgsubstate as possibly dirty before submerge for consistency stable
Tue, 27 Jan 2015 12:33:56 +0000 Pierre-Yves David rebase: ensure rebase revision remains visible (issue4504) stable
Wed, 28 Jan 2015 02:28:39 +0100 Mads Kiilerich extdiff: reintroduce backward compatibility with manual quoting of parameters stable
Wed, 28 Jan 2015 02:28:38 +0100 Mads Kiilerich mergetools: drop incorrect quoting of diffargs variables stable
Wed, 28 Jan 2015 22:22:59 +0900 FUJIWARA Katsunori namespace: introduce logfmt to show l10n-ed messages for hg log correctly stable
Tue, 27 Jan 2015 10:17:16 -0500 Augie Fackler osutil: fix memory leak of PyBytes of path in statfiles stable
Tue, 27 Jan 2015 19:52:26 -0800 Durham Goode revert: move prefetch to after the actions logic stable
Wed, 28 Jan 2015 13:34:20 -0500 Augie Fackler diffhelpers: fix botched return statement from c8e7fa41bfc5 stable
Tue, 27 Jan 2015 20:57:43 -0500 Matt Harbison subrepo: don't abort in add when non-hg subrepos are present (issue4513) stable
Tue, 27 Jan 2015 10:14:23 -0500 Augie Fackler osutil: fix leak of stat in makestat when Py_BuildValue fails stable
Tue, 27 Jan 2015 10:12:55 -0500 Augie Fackler osutil.c: clean up space before a tab stable
Tue, 27 Jan 2015 10:10:04 -0500 Augie Fackler dirs: fix leak of iterator in dirs_fromiter stable
Tue, 27 Jan 2015 10:07:04 -0500 Augie Fackler diffhelpers: verify hline was created before using it stable
Sun, 25 Jan 2015 22:55:10 -0500 Matt Harbison largefiles: revert to lfilesrepo.status() being an unfiltered method stable
Sun, 25 Jan 2015 20:13:54 -0600 Matt Mackall test-tools: portability tweak stable
Sun, 25 Jan 2015 20:20:27 +0900 Yuya Nishihara revset: fix ancestors(null) to include null revision (issue4512) stable
Sat, 10 Jan 2015 13:14:00 +0900 Yuya Nishihara log: use rev() to build revset of --follow option from numeric revision stable
Sat, 10 Jan 2015 12:56:38 +0900 Yuya Nishihara revset: allow rev(-1) to indicate null revision (BC) stable
Fri, 23 Jan 2015 20:30:49 -0800 Siddharth Agarwal extensions: don't quit loading extensions in the middle if traceback is on stable
Fri, 23 Jan 2015 17:47:04 -0600 Matt Mackall test-hgweb: fix shutdown race stable
Thu, 22 Jan 2015 00:08:13 +0900 FUJIWARA Katsunori tests: invoke hg command indirectly from shell script to run on Windows stable
Wed, 21 Jan 2015 15:23:13 -0800 Martin von Zweigbergk log: evaluate filesets on working copy, not its parent stable
Wed, 21 Jan 2015 15:40:24 -0800 Martin von Zweigbergk fileset: add tests of generated working copy states stable
Fri, 23 Jan 2015 15:55:36 -0500 Augie Fackler parsers: avoid leaking several PyObjects in index_stats stable
Fri, 23 Jan 2015 15:50:40 -0500 Augie Fackler parsers: don't leak a reference to raise_revlog_error on success stable
Fri, 23 Jan 2015 15:48:18 -0500 Augie Fackler parsers: don't leak a tuple in pack_dirstate stable
Fri, 23 Jan 2015 15:41:46 -0500 Augie Fackler parsers.c: fix a memory leak in index_commonancestorsheads stable
Fri, 23 Jan 2015 15:33:27 -0500 Augie Fackler parsers: avoid leaking obj in index_ancestors stable
Fri, 23 Jan 2015 15:30:21 -0500 Augie Fackler parsers: don't leak references to sys et al in check_python_version stable
Fri, 23 Jan 2015 15:19:04 -0500 Augie Fackler parsers: fix leak of err when asciilower hits a unicode decode error stable
Fri, 23 Jan 2015 18:41:37 +0100 Mads Kiilerich largefiles: use 'default' path for pulling largefiles, not 'default-push' stable
Fri, 23 Jan 2015 06:28:28 +0100 Mads Kiilerich osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) stable
Wed, 21 Jan 2015 15:54:52 -0800 Eric Sumner repair._bundle: fix traceback for bad config value stable
Wed, 21 Jan 2015 21:47:27 +0100 Mathias De Maré subrepo: correctly add newline for git subrepo diffs stable
Thu, 22 Jan 2015 00:10:26 +0900 FUJIWARA Katsunori tests: discard useless "(glob)" in "reverting subrepo" lines stable
Thu, 22 Jan 2015 00:10:26 +0900 FUJIWARA Katsunori check-code.py: avoid warning against "reverting subrepo ..." lines stable
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori run-tests.py: inherit --pure option from outer run-tests.py execution stable
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori hg.bat: return exit code explicitly for indirect invocation stable
Thu, 22 Jan 2015 00:03:58 +0900 FUJIWARA Katsunori run-tests.py: execute hghave with same env vars as ones for actual tests stable
Wed, 21 Jan 2015 05:04:48 +0100 Mads Kiilerich osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command stable
Wed, 21 Jan 2015 05:04:46 +0100 Mads Kiilerich osx: don't launch installer after building it with bdist_mpkg stable
Wed, 21 Jan 2015 05:01:01 +0100 Mads Kiilerich osx: update "Read Me" "Important Information" text in the package installer stable
Tue, 20 Jan 2015 15:05:44 -0800 Ryan McElroy commit: remove reverse search for copy source when not in parent (issue4476) stable
Tue, 20 Jan 2015 14:51:11 -0800 Matt Mackall merge with i18n stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip