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.
unshelve: changes how date is set on interactive mode
2019-07-24, by Navaneeth Suresh
unshelve: unify logic around creating an unshelve changeset
2019-07-24, by Navaneeth Suresh
fix: ignore fixer tool configurations that are missing patterns
2019-07-24, by Danny Hooper
fix: add a test case around the effect of cwd on pattern matching
2019-07-24, by Danny Hooper
fix: remove support for :fileset sub-config in favor of :pattern
2019-07-24, by Danny Hooper
fsmonitor: add support for extra `hg debuginstall` data
2019-07-23, by Augie Fackler
debugcommands: add support for extensions adding their own debug info
2019-07-23, by Augie Fackler
fsmonitor: refactor watchmanclient.client to accept ui and repo path
2019-07-23, by Augie Fackler
Added signature for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
Added tag 5.1.2 for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
merge: back out changeset a4ca0610c754 (parents order when grafting a merge)
stable
5.1.2
2019-09-20, by Anton Shestakov
merge: respect parents order when using `graft` on a merge, this time for real
stable
2019-09-18, by Anton Shestakov
phabricator: don't abort if property writing fails during amending
stable
2019-09-07, by Ian Moody
merge: respect parents order when using `graft` on a merge
stable
2019-09-09, by Pierre-Yves David
tests: register test-merge-combination.t as small but slow
stable
2019-09-07, by Pierre-Yves David
test: allow different result for zstd compression (issue6188)
stable
2019-09-06, by Julien Cristau
Added signature for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
Added tag 5.1.1 for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
python-zstandard: apply big-endian fix (issue6188)
stable
5.1.1
2019-08-25, by Gregory Szorc
exchange: abort on pushing bookmarks pointing to secret changesets (issue6159)
stable
2019-08-17, by Navaneeth Suresh
tests: add test to demonstrate issue6159
stable
2019-08-18, by Navaneeth Suresh
packaging: add Bullseye, remove Jessie
stable
2019-08-25, by Anton Shestakov
packaging: add Cosmic and Disco, remove Trusty and Artful
stable
2019-08-25, by Anton Shestakov
makefile: run Rust tests if cargo is installed
stable
2019-08-21, by Raphaël Gomès
tests: use `tr -d` and not `tr --delete` as the latter is absent on BSD tr(1)
stable
2019-08-16, by Augie Fackler
fncache: make debugrebuildfncache not fail on broken fncache
stable
2019-08-12, by Valentin Gatien-Baron
fncache: show that debugrebuildfncache is partly broken
stable
2019-08-12, by Valentin Gatien-Baron
test: further fixes to matching for run-tests.py bug
stable
2019-08-09, by Pierre-Yves David
demandimport: explicitly declare `_session` at the module level
stable
2019-08-08, by Pierre-Yves David
tests: give more room for slowness in test-run-tests.t
stable
2019-08-08, by Pierre-Yves David
relnotes: copy "next" to "5.1" and clear "next"
stable
2019-08-01, by Martin von Zweigbergk
automation: push changes affecting .hgtags
stable
2019-08-03, by Gregory Szorc
bookmarks: actual fix for race condition deleting bookmark
stable
2019-06-21, by Pierre-Yves David
strip: access bookmark before getting a reference to changelog
stable
2019-08-01, by Pierre-Yves David
test: use a more verbose output in the test
stable
2019-08-01, by Pierre-Yves David
Added signature for changeset e91930d712e8
stable
2019-08-01, by Augie Fackler
Added tag 5.1 for changeset e91930d712e8
stable
2019-08-01, by Augie Fackler
automation: execute powershell when connecting
stable
5.1
2019-07-28, by Gregory Szorc
automation: allow exit code of 1 for `hg push`
stable
2019-07-28, by Gregory Szorc
curses: do not setlocale() at import time (issue5261)
stable
2019-07-25, by Yuya Nishihara
contrib: install Python 3.8b2 instead of 3.8a2
stable
2019-07-22, by Gregory Szorc
automation: make Windows base image name configurable
stable
2019-07-22, by Gregory Szorc
automation: extract strings to constants
stable
2019-07-22, by Gregory Szorc
automation: use newer Windows base image
stable
2019-07-22, by Gregory Szorc
copies: fix crash on in changeset-centric tracing from commit to itself
stable
2019-07-22, by Martin von Zweigbergk
unshelve: add help text on --interactive in verbose mode
stable
2019-07-23, by Navaneeth Suresh
amend: stop committing unrequested file reverts (issue6157)
stable
2019-07-22, by Valentin Gatien-Baron
amend: add a test for a simplified version of issue6157
stable
2019-07-22, by Valentin Gatien-Baron
py: error out if a "skip" character was given with non-dict to util.dirs()
stable
2019-07-21, by Martin von Zweigbergk
py3: fix incorrect fix of test-setdiscovery.t in eb27d9eee2cc
stable
2019-07-22, by Martin von Zweigbergk
Added signature for changeset e386b5f4f836
stable
2019-07-22, by Augie Fackler
Added tag 5.1rc0 for changeset e386b5f4f836
stable
2019-07-22, by Augie Fackler
merge default into stable for 5.1 release
stable
5.1rc0
2019-07-22, by Augie Fackler
rust-filepatterns: unescape comment character property
2019-07-21, by Yuya Nishihara
rust-filepatterns: use literal b'#' instead of cast
2019-07-21, by Yuya Nishihara
rust-filepatterns: fix type of warnings tuple to (bytes, bytes)
2019-07-21, by Yuya Nishihara
hgignore: add escape syntax test for glob patterns
2019-07-21, by Yuya Nishihara
hgignore: add a few more weird patterns to test case
2019-07-21, by Yuya Nishihara
hgignore: update \-escape test to reflect actual behavior
2019-07-21, by Yuya Nishihara
py3: add a b'' prefix in tests/test-convert-identity.t
2019-07-20, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip