Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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 --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
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
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
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
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
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
lookup: don't use "00changelog.i@None" when lookup of prefix fails
2019-07-19, by Martin von Zweigbergk
py3: fix test-setdiscovery.t on Python 3 by conditionalizing two lines
2019-07-18, by Augie Fackler
commands: removed part of description from abort and continue
2019-07-19, by Taapas Agrawal
tests: glob over some timing numbers in test-shelve.t
2019-07-20, by Matt Harbison
py3: another passing test
2019-07-18, by Augie Fackler
cleanup: remove redundant import
2019-07-18, by Augie Fackler
shelve: modify help text on --interactive
2019-07-18, by Navaneeth Suresh
unshelve: mark unshelve interactive as experimental
2019-07-18, by Navaneeth Suresh
commit: improve the files field of changelog for merges
2019-07-02, by Valentin Gatien-Baron
convert: add a config option to help doing identity hg->hg conversion
2019-07-13, by Valentin Gatien-Baron
tests: show the files fields of changelogs for many merges
2019-07-02, by Valentin Gatien-Baron
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip