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.
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
check-code.py: avoid warning against "reverting subrepo ..." lines
stable
2015-01-22, by FUJIWARA Katsunori
run-tests.py: inherit --pure option from outer run-tests.py execution
stable
2015-01-22, by FUJIWARA Katsunori
hg.bat: return exit code explicitly for indirect invocation
stable
2015-01-22, by FUJIWARA Katsunori
run-tests.py: execute hghave with same env vars as ones for actual tests
stable
2015-01-22, by FUJIWARA Katsunori
osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command
stable
2015-01-21, by Mads Kiilerich
osx: don't launch installer after building it with bdist_mpkg
stable
2015-01-21, by Mads Kiilerich
osx: update "Read Me" "Important Information" text in the package installer
stable
2015-01-21, by Mads Kiilerich
commit: remove reverse search for copy source when not in parent (issue4476)
stable
2015-01-20, by Ryan McElroy
merge with i18n
stable
2015-01-20, by Matt Mackall
i18n-pt_BR: synchronized with db8e3f7948b1
stable
2015-01-18, by Wagner Bruna
convert: handle LookupError in mercurial_source.lookuprev()
stable
2015-01-18, by Matt Harbison
color: add missing 'dim' in _effects
stable
2015-01-18, by Sean Farley
diff: use binary diff when copy source is binary
stable
2015-01-17, by Martin von Zweigbergk
largefiles: fix commit of a directory with no largefile changes (issue4330)
stable
2015-01-18, by Matt Harbison
test-tools: update for platforms without symlink support after 5b20e4c32117
stable
2015-01-18, by Matt Harbison
tests: add "(glob)" to output in test-histedit-commute.t for Windows
stable
2015-01-18, by Matt Harbison
Added signature for changeset db8e3f7948b1
stable
2015-01-17, by Matt Mackall
Added tag 3.3-rc for changeset db8e3f7948b1
stable
2015-01-17, by Matt Mackall
merge default into stable for 3.3 feature freeze
stable
3.3-rc
2015-01-17, by Matt Mackall
messages: quote "hg help" hints consistently
2015-01-17, by Wagner Bruna
bundle2: fix parttype enforcement
2015-01-17, by Matt Mackall
test-tools: another vfat fix
2015-01-17, by Matt Mackall
test-tools: check for unix permissions for hardlinking
2015-01-17, by Matt Mackall
tests: more fixes for f
2015-01-17, by Matt Mackall
tests: teach f not to report symlink mode bits
2015-01-17, by Matt Mackall
tests: teach f not to report directory size
2015-01-17, by Matt Mackall
test-histedit-commute: call helper script with sh
2015-01-17, by Matt Mackall
test-tools: fix portability issues
2015-01-17, by Matt Mackall
progress: add a lock to prepare for introducing a thread
2015-01-17, by Solomon Matthews
progress: move update check into helper method
2015-01-17, by Solomon Matthews
progress: move current topic to member variable
2015-01-17, by Solomon Matthews
progress: add try/finally to make the diffs for the next commit more readable
2015-01-15, by Solomon Matthews
transaction: include backup file in the "undo" transaction
2015-01-16, by Pierre-Yves David
transaction: pass the name of the "undo" journal to the transaction
2015-01-16, by Pierre-Yves David
rollback: have an empty entry for the vfsmap in rollback
2015-01-16, by Pierre-Yves David
transaction: clarify the name of 'journal' argument for transaction
2015-01-16, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip