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: 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
phabricator: handle local:commits time being string or int
2019-07-16, by Ian Moody
phabricator: demonstrate broken phabread on string local:commit times
2019-07-16, by Ian Moody
unshelve: add interactive mode
2019-07-02, by Navaneeth Suresh
blackbox: disable extremely verbose logging (issue6110)
2019-07-07, by Valentin Gatien-Baron
continue: added support for unshelve
2019-07-17, by Taapas Agrawal
continue: added support for rebase
2019-07-16, by Taapas Agrawal
continue: added logic for hg continue
2019-07-15, by Taapas Agrawal
rust-utils: remove buggy assertion
2019-07-17, by Raphaël Gomès
rust-utils: add docstrings and doctests for utils.rs
2019-07-10, by Raphaël Gomès
rust: switch hg-core and hg-cpython to rust 2018 edition
2019-07-02, by Raphaël Gomès
rust-utils: use new find_dirs iterator
2019-07-12, by Raphaël Gomès
inno: correct the path display in a literal block of the readme
2019-07-16, by Matt Harbison
copies: remove unnecessary override of p[12]copies() in workingctx
2019-07-15, by Martin von Zweigbergk
tests: properly position conditional output on Windows in test-subrepo.t
2019-07-12, by Matt Harbison
abort: removed labels argument from abortmerge()
2019-07-11, by Taapas Agrawal
py3: source-transform only call-sites of iteritems(), not definitions
2019-07-12, by Martin von Zweigbergk
py3: fix formatting of branchmap log messages with repo.filtername=None
2019-07-14, by Martin von Zweigbergk
automation: correct the path separator in LIBPATH on Windows
2019-07-14, by Matt Harbison
abort: added support for merge
2019-06-30, by Taapas Agrawal
abort: added support for unshelve
2019-06-26, by Taapas Agrawal
unshelve: changed Corruptedstate error msg from ui.warn to error.Abort
2019-07-10, by Taapas Agrawal
mq: fix for merge detection methods
2019-06-20, by Taapas Agrawal
py3: store _origdoc as str
2019-07-09, by Martin von Zweigbergk
copies: follow copies across merge base without source file (issue6163)
2019-06-28, by Martin von Zweigbergk
copies: filter invalid copies only at end of pathcopies() (issue6163)
2019-06-25, by Martin von Zweigbergk
copies: inline _chainandfilter() to prepare for next patch
2019-06-25, by Martin von Zweigbergk
copies: remove most early returns from pathcopies() and _forwardcopies()
2019-06-25, by Martin von Zweigbergk
copies: move short-circuiting of dirstate copies out of _forwardcopies()
2019-06-28, by Martin von Zweigbergk
tests: add more tests of copy tracing with removed and re-added files
2019-06-21, by Martin von Zweigbergk
tests: split out tests for unrelated copy source/target into separate file
2019-07-01, by Martin von Zweigbergk
subrepos: make last line of prompts <40 english chars (issue6158)
2019-06-24, by Kyle Lippincott
largefiles: make last line of prompts <40 english chars (issue6158)
2019-06-24, by Kyle Lippincott
rust-dirstate: add helper to iterate ancestor paths
2019-06-30, by Yuya Nishihara
tests: update test-commit-interactive.t for no-execbit platforms
2019-07-09, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip