Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
rust-dirstatemap: add `set_untracked` method
2022-03-28, by Raphaël Gomès
dirstatemap: move `set_possibly_dirty` out of the common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: add `set_possibly_dirty` method
2022-03-28, by Raphaël Gomès
dirstatemap: move `set_clean` out of common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: add `set_clean` method
2022-03-28, by Raphaël Gomès
dirstatemap: remove `_insert_entry`
2022-03-23, by Raphaël Gomès
dirstatemap: move `reset_state` out of common methods
2022-03-23, by Raphaël Gomès
rust-dirstatemap: add Rust implementation of `reset_state`
2022-03-23, by Raphaël Gomès
rust-dirstate: introduce intermediate struct for dirstate-v2 data
2022-03-23, by Raphaël Gomès
dirstatemap: remove unused parameter from `reset_state`
2022-03-23, by Raphaël Gomès
dirstatemap: move `set_tracked` out of common methods and plug in Rust
2022-03-23, by Raphaël Gomès
rust-dirstatemap: add `set_tracked` method
2022-03-23, by Raphaël Gomès
changelog: avoid copying changeset data into `ChangesetRevisionData`
2022-04-12, by Martin von Zweigbergk
rust-nodemap: remove unnecessary explicit lifetime
2022-04-08, by Martin von Zweigbergk
rust-revlog: add tests for p1/p2 getters, as promised in D12442
2022-04-12, by Martin von Zweigbergk
rust-revlog: make `IndexEntryBuilder` build a whole entry
2022-04-15, by Martin von Zweigbergk
rust-revlog: change default version from 2 to 1 in test builder
2022-04-15, by Martin von Zweigbergk
rust-repo: extract a function for checking nodemap requirement
2022-04-15, by Martin von Zweigbergk
rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
2022-04-15, by Martin von Zweigbergk
rust-revlog: make unaware of `Repo`
2022-04-12, by Martin von Zweigbergk
rust-filelog: don't use persistent nodemap (to match Python)
2022-04-14, by Martin von Zweigbergk
rust-revlog: move check for nodemap requirement to caller
2022-04-12, by Martin von Zweigbergk
rust-nodemap-docket: make unaware of `Repo`
2022-03-31, by Martin von Zweigbergk
rust-nodemap-docket: move check of nodemap requirement to caller
2022-03-31, by Martin von Zweigbergk
merge with stable
2022-04-19, by Matt Harbison
contrib: update python dependencies on Windows
2022-04-15, by Matt Harbison
contrib: add a hint if the Windows dependency MSI is already installed
2022-04-15, by Matt Harbison
packaging: fix the type hint on the download_entry function
2022-04-18, by Matt Harbison
packaging: drop python27 references from the Windows instructions
2022-04-18, by Matt Harbison
packaging: add a missing parenthesis to help text
2022-04-18, by Matt Harbison
git: un-byteify the `mode` argument for the builtin `open()`
2022-04-18, by Matt Harbison
git: adapt to some recent dirstate API changes
2022-04-18, by Matt Harbison
idirstate: add missing get_entry() method
2022-04-18, by Matt Harbison
windows: disable pager when packaged with py2exe
2022-04-13, by Matt Harbison
resourceutil: force filesystem access to resources when using py2exe
2022-04-13, by Matt Harbison
setup: fix the py2exe logic to work with py3
2022-04-13, by Matt Harbison
absorb: make `--edit-lines` imply `--apply-changes`
2022-04-13, by Martin von Zweigbergk
branchmap: add a test that shows bad interaction with strip
2022-04-13, by Arseniy Alekseyev
rhg: refactor to pass argv down, instead of caling args_os()
2022-04-12, by Arseniy Alekseyev
narrow: support debugupgraderepo
2022-04-12, by Arseniy Alekseyev
procutil: avoid `+= None` when writing to full std{err,out} descriptor on py3
stable
2022-04-13, by Matt Harbison
amend: don't remove unselected removals from memctx
stable
2022-04-18, by Martin von Zweigbergk
tests: demonstrate crash on partial amend with copies in changesets
stable
2022-04-18, by Martin von Zweigbergk
rust-revlog: add methods for getting parent revs and entries
2022-04-05, by Martin von Zweigbergk
rust-changelog: start parsing changeset data
2022-04-05, by Martin von Zweigbergk
rust-changelog: remove special parsing of empty changelog data for null rev
2022-04-04, by Martin von Zweigbergk
rust-changelog: don't skip empty lines when iterating over changeset lines
2022-03-31, by Martin von Zweigbergk
rust-requirements: allow loading repos with `bookmarksinstore` requirement
2022-03-31, by Martin von Zweigbergk
rebase: while rewriting desc hashes, ignore ambiguous prefix "hashes"
stable
2022-04-13, by Kyle Lippincott
tests: add test demonstrating issue with ambiguous has prefixes during rebase
stable
2022-04-13, by Kyle Lippincott
test: accept another error message on lack of TLS client certificate
2022-04-09, by Julien Cristau
sslutil: support TLSV1_ALERT_PROTOCOL_VERSION reason code
2022-04-09, by Julien Cristau
test: override default cipher selection when connecting to TLS 1.0/1.1 servers
2022-04-09, by Julien Cristau
sslutil: be less strict about which ciphers are allowed when using --insecure
2022-04-09, by Julien Cristau
sslutil: avoid deprecation warnings from python 3.10's ssl module
2022-04-09, by Julien Cristau
zeroconf: fix deprecation warning with python 3.10
2022-04-06, by Julien Cristau
test: deal with changed error message on python 3.10
2022-04-11, by Julien Cristau
mail: don't complain about a multi-word email.method
2019-12-02, by Julien Cristau
help: set the large-file-limit to 10MB
stable
2022-04-07, by Pierre-Yves David
help: clarify the unit of `ui.large-file-limit` config
stable
2022-04-07, by Pierre-Yves David
debuglock: ignore ENOENT error when unlocking
stable
2022-04-06, by Pierre-Yves David
run-tests: introduce "forward-slash" version of everything on windows
stable
2022-04-06, by Pierre-Yves David
tests-racy-mutation: pass the editor through config instead of env variable
stable
2022-04-06, by Pierre-Yves David
rust-dirstate: don't return a state for untracked entries
2022-03-28, by Raphaël Gomès
dirstate: remove v1_* methods from Python/C/Rust shared API
2022-03-22, by Raphaël Gomès
rust-dirstate-entry: fix typo in panic message
2022-03-28, by Raphaël Gomès
test-issue660: add dirstate-v2 variant
2022-03-28, by Raphaël Gomès
test-issue660: test inside a repository, not the test dir
2022-03-28, by Raphaël Gomès
dirstate: fix some typos in docstrings
2022-03-23, by Raphaël Gomès
path: explicitly declare the `pushurl` suboption
2022-04-04, by Raphaël Gomès
setup: fix incomplete implementation of Command
2022-04-07, by Raphaël Gomès
path: explicitly declare the `pushrev` suboptions
2022-04-04, by Pierre-Yves David
path: explicitly declare the `multi-urls` suboptions
2022-04-04, by Pierre-Yves David
path: explicitly declare the `bookmarks.mode` suboptions
2022-04-04, by Pierre-Yves David
crecord: avoid duplicating lines when reverting noeol->eol change
2022-04-04, by Kyle Lippincott
crecord: add test demonstrating issue when reverting noeol->eol change
2022-04-05, by Kyle Lippincott
revert: ask user to confirm before tracking new file when interactive
2022-03-28, by Martin von Zweigbergk
revert: use a `continue` to reduce indentation
2022-03-28, by Martin von Zweigbergk
stringutil: try to avoid running `splitlines()` only to get first line
2022-03-25, by Martin von Zweigbergk
logcmdutil: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
filemerge: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
absorb: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
extensions: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
bookmarks: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
help: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
histedit: remove an unnecessary default value of `b''` for commit message
2022-03-24, by Martin von Zweigbergk
histedit: use new function for getting first line of a string
2022-03-24, by Martin von Zweigbergk
templates: extract function to `stringutil` for getting first line of text
2022-03-24, by Martin von Zweigbergk
templates: make `firstline` filter not keep '\v', '\f' and similar
2022-03-24, by Martin von Zweigbergk
pytype: drop py3.6 support
2022-03-22, by Matt Harbison
perf-util: add a `compare-discovery-case` script
2022-03-13, by Pierre-Yves David
discovery: also audit the number of queries done
2022-03-14, by Pierre-Yves David
search-discovery-case: display more information about the interresting case
2022-03-13, by Pierre-Yves David
subsetmaker: rework the antichain generation to be usable
2022-03-21, by Pierre-Yves David
subsetmaker: use SortedSet for the scratch variant
2022-03-13, by Pierre-Yves David
subsetmaker: stabilize the computation of `scratch` subset
2022-03-13, by Pierre-Yves David
revlog: recommit 49fd21f32695 with a fix for issue6528
2021-07-20, by Joerg Sonnenberger
merge-lists: make it possible to specify pattern to match
2022-03-18, by Martin von Zweigbergk
contrib: add a partial-merge tool for sorted lists (such as Python imports)
2022-03-04, by Martin von Zweigbergk
branching: merge stable into default
2022-04-05, by Raphaël Gomès
Added signature for changeset 5bd6bcd31dd1
stable
2022-04-05, by Raphaël Gomès
Added tag 6.1.1 for changeset 5bd6bcd31dd1
stable
2022-04-05, by Raphaël Gomès
relnotes: add notes for 6.1.1
stable
6.1.1
2022-04-05, by Raphaël Gomès
merge: stable into default
2022-04-05, by Raphaël Gomès
rust-hgpath: add `repr(transparent)` to `HgPath`
stable
2022-04-05, by Raphaël Gomès
rust-dirstatemap: correctly decrement the copies counter
stable
2022-04-05, by Raphaël Gomès
rust-dirstatemap: properly decrement counter for tracked descendants
stable
2022-04-05, by Raphaël Gomès
rust-dirstate: panic if the DirstateMap counters go below 0
stable
2022-04-05, by Raphaël Gomès
rust: fix unsound `OwningDirstateMap`
stable
2022-04-05, by Raphaël Gomès
rust: explain why the current `OwningDirstateMap` is unsound
stable
2022-04-05, by Raphaël Gomès
dispatch: fix silly blackbox entries when hg is interrupted
stable
2022-04-01, by Valentin Gatien-Baron
tests: stop excluding the pycompat module from pyflakes
2022-03-30, by Matt Harbison
tests: drop some py2 specific pyflake failures
2022-03-30, by Matt Harbison
util: drop a duplicate import
2022-03-29, by Matt Harbison
pycompat: drop the pickle import
2022-03-29, by Matt Harbison
util: restore the util.pickle symbol
2022-03-29, by Matt Harbison
merge: stable into default
2022-03-29, by Raphaël Gomès
precheck: fix false warning about content-divergence creation
stable
2021-07-23, by Sushil khanchi
streamclone: avoid some obscure error in a corner case
stable
2022-03-24, by Valentin Gatien-Baron
tags: fix typo in fast path detection of fnode resolution (issue6673)
stable
2022-03-29, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip