Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
trydiff: check only if added file is a copy target, not source
2015-01-16, by Martin von Zweigbergk
trydiff: remove unused variable 'modifiedset'
2015-01-29, by Martin von Zweigbergk
revset: replace parsing alias definition by _parsealiasdefn to parse strictly
2015-02-02, by FUJIWARA Katsunori
revset: introduce _parsealiasdefn to parse alias definitions strictly
2015-02-02, by FUJIWARA Katsunori
hgweb: use revset.spanset where appropriate
2015-02-02, by Yuya Nishihara
subrepo: add 'cat' support for git subrepos
2015-02-01, by Mathias De Maré
merge with stable
2015-02-02, by Matt Mackall
Added signature for changeset fbdd5195528f
stable
2015-02-01, by Matt Mackall
Added tag 3.3 for changeset fbdd5195528f
stable
2015-02-01, by Matt Mackall
merge with i18n
stable
3.3
2015-02-01, by Matt Mackall
i18n-ja: synchronized with 9a391d720cf9
stable
2015-02-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 448bb32b8ee6
stable
2015-01-29, by Wagner Bruna
filectx: use _descendantrev in parents()
stable
2015-02-01, by Matt Mackall
filectx: if we have a _descendantrev, use it to adjust linkrev
stable
2015-02-01, by Matt Mackall
copies: use linkrev for file tracing limit
stable
2015-02-01, by Matt Mackall
filectx: use linkrev to sort ancestors
stable
2015-02-01, by Matt Mackall
_adjustlinkrev: reuse ancestors set during rename detection (issue4514)
stable
2015-01-30, by Pierre-Yves David
filectx: move _adjustlinkrev to a method
stable
2015-01-30, by Pierre-Yves David
revset: raise RepoLookupError to make present() predicate continue the query
stable
2015-01-31, by FUJIWARA Katsunori
templatekw: re-add showtags() to list tags keyword up in online help
stable
2015-02-01, by FUJIWARA Katsunori
largefiles: don't interfere with logging normal files
stable
2015-01-30, by Matt Harbison
discovery: properly exclude locally known but filtered heads
stable
2015-01-30, by Pierre-Yves David
test: make test-extdiff resilient to /usr/bin/echo
stable
2015-01-30, by Pierre-Yves David
obsstore: make the invalid markers check wrap-able
stable
2015-01-30, by Pierre-Yves David
convert: replace revision references in messages if they are >= short hashes
stable
2015-01-30, by Mads Kiilerich
merge: mark .hgsubstate as possibly dirty before submerge for consistency
stable
2015-01-30, by FUJIWARA Katsunori
rebase: ensure rebase revision remains visible (issue4504)
stable
2015-01-27, by Pierre-Yves David
extdiff: reintroduce backward compatibility with manual quoting of parameters
stable
2015-01-28, by Mads Kiilerich
mergetools: drop incorrect quoting of diffargs variables
stable
2015-01-28, by Mads Kiilerich
namespace: introduce logfmt to show l10n-ed messages for hg log correctly
stable
2015-01-28, by FUJIWARA Katsunori
osutil: fix memory leak of PyBytes of path in statfiles
stable
2015-01-27, by Augie Fackler
revert: move prefetch to after the actions logic
stable
2015-01-27, by Durham Goode
diffhelpers: fix botched return statement from c8e7fa41bfc5
stable
2015-01-28, by Augie Fackler
subrepo: don't abort in add when non-hg subrepos are present (issue4513)
stable
2015-01-27, by Matt Harbison
osutil: fix leak of stat in makestat when Py_BuildValue fails
stable
2015-01-27, by Augie Fackler
osutil.c: clean up space before a tab
stable
2015-01-27, by Augie Fackler
dirs: fix leak of iterator in dirs_fromiter
stable
2015-01-27, by Augie Fackler
diffhelpers: verify hline was created before using it
stable
2015-01-27, by Augie Fackler
largefiles: revert to lfilesrepo.status() being an unfiltered method
stable
2015-01-25, by Matt Harbison
test-tools: portability tweak
stable
2015-01-25, by Matt Mackall
revset: fix ancestors(null) to include null revision (issue4512)
stable
2015-01-25, by Yuya Nishihara
log: use rev() to build revset of --follow option from numeric revision
stable
2015-01-10, by Yuya Nishihara
revset: allow rev(-1) to indicate null revision (BC)
stable
2015-01-10, by Yuya Nishihara
extensions: don't quit loading extensions in the middle if traceback is on
stable
2015-01-23, by Siddharth Agarwal
test-hgweb: fix shutdown race
stable
2015-01-23, by Matt Mackall
tests: invoke hg command indirectly from shell script to run on Windows
stable
2015-01-22, by FUJIWARA Katsunori
log: evaluate filesets on working copy, not its parent
stable
2015-01-21, by Martin von Zweigbergk
fileset: add tests of generated working copy states
stable
2015-01-21, by Martin von Zweigbergk
parsers: avoid leaking several PyObjects in index_stats
stable
2015-01-23, by Augie Fackler
parsers: don't leak a reference to raise_revlog_error on success
stable
2015-01-23, by Augie Fackler
parsers: don't leak a tuple in pack_dirstate
stable
2015-01-23, by Augie Fackler
parsers.c: fix a memory leak in index_commonancestorsheads
stable
2015-01-23, by Augie Fackler
parsers: avoid leaking obj in index_ancestors
stable
2015-01-23, by Augie Fackler
parsers: don't leak references to sys et al in check_python_version
stable
2015-01-23, by Augie Fackler
parsers: fix leak of err when asciilower hits a unicode decode error
stable
2015-01-23, by Augie Fackler
largefiles: use 'default' path for pulling largefiles, not 'default-push'
stable
2015-01-23, by Mads Kiilerich
osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081)
stable
2015-01-23, by Mads Kiilerich
repair._bundle: fix traceback for bad config value
stable
2015-01-21, by Eric Sumner
subrepo: correctly add newline for git subrepo diffs
stable
2015-01-21, by Mathias De Maré
tests: discard useless "(glob)" in "reverting subrepo" lines
stable
2015-01-22, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip