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