Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
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.
repoview: move changelog.rev() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.strip() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.headrevs() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.revs() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.__iter__() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.__contains__() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.tiprev() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: wrap changelog class when filtering
2019-11-05, by Martin von Zweigbergk
repoview: extract a function for wrapping changelog
2019-11-05, by Martin von Zweigbergk
revlog: move tiprev() from changelog up to revlog
2019-11-05, by Martin von Zweigbergk
tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`
2019-11-05, by Matt Harbison
rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
2019-10-29, by Raphaël Gomès
merge with stable
2019-11-05, by Martin von Zweigbergk
perf: add a way to benchmark `dirstate.status`
2019-11-04, by Pierre-Yves David
largefiles: delete obsolete and unused repo.push()
2019-10-24, by Martin von Zweigbergk
censor: document that some commands simply ignore censored data
2019-10-22, by Jordi Gutiérrez Hermoso
grep: warn on censored revisions instead of erroring out
2019-10-22, by Jordi Gutiérrez Hermoso
py3: enable legacy fs encoding to fix filename compatibility on Windows
2019-10-15, by Yuya Nishihara
rust-cpython: run cargo fmt
2019-10-19, by Yuya Nishihara
rust-cpython: remove useless PyResult<> from leak_immutable()
2019-10-05, by Yuya Nishihara
rust-cpython: remove useless PyRefMut wrapper
2019-10-05, by Yuya Nishihara
rust-cpython: drop manual management of mutably_borrowed
2019-10-05, by Yuya Nishihara
rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref
2019-10-05, by Yuya Nishihara
rust-cpython: remove useless Option<$leaked> from py_shared_iterator
2019-10-12, by Yuya Nishihara
rust-cpython: allow mutation unless leaked reference is borrowed
2019-10-12, by Yuya Nishihara
rust-cpython: add generation counter to leaked reference
2019-10-05, by Yuya Nishihara
rust-cpython: add stub wrapper that'll prevent leaked data from being mutated
2019-10-12, by Yuya Nishihara
rust-cpython: rename PyLeakedRef to PyLeaked
2019-10-12, by Yuya Nishihara
fix: fix grammar/typos in hg help -e fix
stable
2020-01-09, by timeless
progress: flush stderr after clearing
stable
2020-01-02, by Kyle Lippincott
subrepo: fix a crash when archiving an svn or git subrepo
stable
2019-12-24, by Matt Harbison
Added signature for changeset b4c82b704180
stable
2020-01-06, by Augie Fackler
Added tag 5.2.2 for changeset b4c82b704180
stable
2020-01-06, by Augie Fackler
py3: force bytestr conversion of "reason" in scmutil.callcatch()
stable
5.2.2
2019-12-18, by Denis Laxalde
rust-cpython: do not convert warning pattern to utf-8 bytes
stable
2019-11-19, by Yuya Nishihara
rust-cpython: import utils::files::* function at module level
stable
2019-11-19, by Yuya Nishihara
py3: send bytes from Rust-created warning patterns
stable
2019-11-18, by Raphaël Gomès
py3: pass bytes to `configint` and `configbool`
stable
2019-11-18, by Raphaël Gomès
rust-threads: force Rayon to respect the worker count in config
stable
2019-11-10, by Raphaël Gomès
remotefilelog: remove the `ensurestart` usage
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most of the debugwait* command in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: use the correct redirection in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most sleep in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: have command wait for background task in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: add a developer option to wait for background processes
stable
2019-12-09, by Pierre-Yves David
procutil: add a option to not fully detach background process
stable
2019-12-09, by Pierre-Yves David
Added signature for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
Added tag 5.2.1 for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
windows: fix an issue causing registry config paths to be ignored on py3
stable
5.2.1
2019-11-30, by Matt Harbison
tests: cover revision conversion logic in githelp tests
stable
2019-12-02, by Denis Laxalde
pvec: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
githelp: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
histedit: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
win32mbcs: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
hgweb: fix a few `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
repair: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
log: map None rev to wdirrev when filtering revisions with --line-range
stable
2019-11-29, by Denis Laxalde
tests: check that 'log --line-range' follows uncommitted changes
stable
2019-11-29, by Denis Laxalde
test: don't put $BINDIR in $PATH for test-merge-tools.t
stable
2019-11-29, by Julien Cristau
webutil: add missing argument to join()
stable
2019-11-23, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip