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.
byteify-strings: add cli argument to handle `attr*()` when they are methods
2019-08-02, by Raphaël Gomès
byteify-strings: simplify default value for `--treat-as-kwargs`
2019-08-02, by Raphaël Gomès
byteify-strings: add --treat-as-kwargs argument to handle kwargs-like objects
2019-08-02, by Raphaël Gomès
byteify-strings: add helpers to check for item access or method call
2019-08-02, by Raphaël Gomès
byteify-strings: add support for ignore comments
2019-08-02, by Raphaël Gomès
byteify-strings: handle triple quoted strings if they are not docstrings
2019-08-02, by Raphaël Gomès
byteify-strings: handle multi-line strings in _ensuresysstr
2019-08-02, by Raphaël Gomès
fix: run fixer tools in the repo root as cwd so they can use the working copy
2019-05-22, by Danny Hooper
config: add defaultvalue template keyword
2019-08-01, by Navaneeth Suresh
merge with stable
2019-08-01, by Augie Fackler
module-policy: update rust extension import to use the new module policy
2019-07-23, by Raphaël Gomès
transaction: leave unfinished without crashing when not properly released
2019-07-21, by Martin von Zweigbergk
unshelve: add abort on using continue and interactive together
2019-07-30, by Navaneeth Suresh
py3: add one more test to list of passing tests
2019-07-29, by Pulkit Goyal
tests: sort imports in test-bookmarks-corner-case.t
2019-07-29, by Pulkit Goyal
fix: add some new test cases
2019-07-26, by Danny Hooper
unshelve: store information about interactive mode in shelvedstate
2019-07-24, by Navaneeth Suresh
unshelve: create a matcher only if required on creating unshelve ctx
2019-07-24, by Navaneeth Suresh
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip