Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+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.
match: convert O(n) to O(log n) in exactmatcher.visitchildrenset
2021-03-31, by Kyle Lippincott
exthelper: improve docs to indicate what module vars are needed
2021-03-30, by Kyle Lippincott
tests: restore the ability to run `black` on Windows
2021-04-05, by Matt Harbison
setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
2021-04-03, by Matt Harbison
tests: stablize test-hook.t on Windows
2021-04-03, by Matt Harbison
tests: handle Windows file separator differences in test-config.t
2021-04-03, by Matt Harbison
tests: update the detailed exit codes for icasefs gated tests
2021-04-03, by Matt Harbison
tests: update the detailed exit codes in test-phabricator.t
2021-04-03, by Matt Harbison
tests: avoid using rebaseskipobsolete=0
2021-03-25, by Martin von Zweigbergk
rebase: when using --keep, don't care about pruned commits or divergence
2021-03-25, by Martin von Zweigbergk
rebase: remove duplicate initialization of a field
2021-03-25, by Martin von Zweigbergk
rust: bump rust-cpython version to 0.5.2
2021-04-05, by Pierre-Yves David
revlog: directly use the Struct object for related operation
2021-04-05, by Pierre-Yves David
revlog: move the "index header" struct inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v2" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v1" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v0" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: add some comment in the header sections
2021-04-05, by Pierre-Yves David
store: drop the `filefilter` argument to `_walk`
2021-04-06, by Pierre-Yves David
store: document the `walk` method
2021-04-06, by Pierre-Yves David
revlog: fix error about unknown compression format in py3
2021-04-06, by Valentin Gatien-Baron
revlog-compression: fix computation of engine availability
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-share-safe.t
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-upgrade-repo.t
2021-04-06, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-repo-compengines.t
2021-04-06, by Pierre-Yves David
remotefilelog: include file contents in bundles produced during strip
2021-04-06, by Kyle Lippincott
tests: add test-remotefilelog-strip.t to demonstrate an issue with linknodes
2021-04-06, by Kyle Lippincott
mergestate: remove unused import
2021-03-31, by Joerg Sonnenberger
deb: avoid use of [[ in 'rules' file
2021-03-30, by Kyle Lippincott
refactor: prefer checks against nullrev over nullid
2021-03-30, by Joerg Sonnenberger
refactor: prefer lookup by revision, even for null
2021-03-30, by Joerg Sonnenberger
setdiscovery: simplify by using tiprev directly
2021-03-29, by Joerg Sonnenberger
test: enforce master to be the default branch in test
2021-03-28, by Pierre-Yves David
fix: merge imports
2021-03-28, by Joerg Sonnenberger
tests: update divergence test for `hg fix` to actually result in divergence
2021-02-11, by Martin von Zweigbergk
rebase: don't call rewriteutil.precheck() with to-be-skipped commits
2021-03-23, by Martin von Zweigbergk
reabase: call rewriteutil.precheck() a bit later
2021-03-23, by Martin von Zweigbergk
rebase: set `prepared = True` at very end of `_preparenewrebase()`
2021-03-23, by Martin von Zweigbergk
rebase: filter out descendants of divergence-causing commits earlier
2021-03-19, by Martin von Zweigbergk
rebase: clarify names of variables and function related to obsolete revisions
2021-03-19, by Martin von Zweigbergk
rebase: calculate obsolescense-related info earlier
2021-02-12, by Martin von Zweigbergk
rebase: let _handleskippingobsolete(self) read directly from self
2021-02-12, by Martin von Zweigbergk
tests: test divergence created during interrupted rebase
2021-03-23, by Martin von Zweigbergk
tests: split up test-rebase-obsolete.t in four pieces
2021-03-23, by Martin von Zweigbergk
path: error out if the `path://` reference point to an unknown path
2021-03-24, by Pierre-Yves David
path: forbid chaining `path://` definitions
2021-03-23, by Pierre-Yves David
path: introduce a `path://` syntax to reference other path name
2021-03-18, by Pierre-Yves David
path: extract sub-option logic into its own method
2021-03-21, by Pierre-Yves David
path: extract the path validation logic into its own submethod
2021-03-21, by Pierre-Yves David
path: move handling of "default" (*) suboptions value inside __init__
2021-03-18, by Pierre-Yves David
rhg: Initial support for the 'status' command
2021-03-16, by Georges Racinet
rhg: raise wdir specific error for `hg debugdata`
2021-03-23, by Pulkit Goyal
rhg: add support for detailed exit code for ConfigParseError
2021-03-20, by Pulkit Goyal
contributor: change mentions of mpm to olivia
2021-03-25, by Raphaël Gomès
fuzz: use Python 3 in makefile
2021-03-22, by Martin von Zweigbergk
makefile: use Python 3 by default when building docs as well
2021-03-22, by Martin von Zweigbergk
tests: replace some `python` by `"$PYTHON"` to not only use Python 2
2021-03-22, by Martin von Zweigbergk
copies: distinguish between merged and touched files during upgrade
2021-03-13, by Pierre-Yves David
copies: detect files as `touched/salvaged` if they only existed on one side
2021-03-15, by Pierre-Yves David
test-copies: add a test updating file content while salvaging it
2021-03-02, by Pierre-Yves David
test-copies: show some wrong ChangedFiles upgrade
2021-03-13, by Pierre-Yves David
commit: get info from mergestate whether a file was merged or not
2021-03-10, by Pulkit Goyal
typing: disable processing of mercurial/upgrade_utils/actions.py
stable
2021-03-25, by Matt Harbison
revset: introduce a `nodefromfile` revset
2021-03-17, by Pierre-Yves David
commands: necessary annotations and assertions to pass pytype
2021-03-19, by Matt Harbison
typing: mark the argument to mercurial.i18n.gettext() non-Optional
2021-03-18, by Matt Harbison
revlog: convert an Abort message to bytes
2021-03-18, by Matt Harbison
setdiscovery: add a discovery.grow-sample.dynamic option
2021-03-17, by Pierre-Yves David
setdiscovery: rearrange code deciding if we will grow the sample
2021-03-17, by Pierre-Yves David
debugdiscovery: document relevant config option
2021-03-17, by Pierre-Yves David
re2: feed unicode string to re2 module when necessary
stable
2021-03-26, by Pierre-Yves David
rebase: skip obsolete commits even if they have pruned successors
2021-03-19, by Martin von Zweigbergk
tests: ask any chg instance to terminate before looking at sqlite dbs
2021-03-20, by Joerg Sonnenberger
chg: kill trailing comma in SEE ALSO
2021-03-20, by Joerg Sonnenberger
bisect: use standard one-line commit summary
2021-03-19, by Martin von Zweigbergk
rhg: Add more conversions between error types
2021-03-19, by Simon Sapin
tests: resort to fix test with newer git versions
2021-03-19, by Joerg Sonnenberger
git: fix missing case from 6266d19556ad (introduction of nodeconstants)
2021-03-19, by Joerg Sonnenberger
merge with stable
2021-03-18, by Matt Harbison
typing: rewrite a conditional assignment to unconfuse pytype
stable
2021-03-13, by Matt Harbison
typing: add assertions to localrepo.py to appease pytype
stable
2021-03-13, by Matt Harbison
obsutil: maintain a homogenous list when computing successors
stable
2021-03-12, by Matt Harbison
typing: add an assertion to verify.py to appease pytype
stable
2021-03-12, by Matt Harbison
typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype
stable
2021-03-12, by Matt Harbison
crecord: null out the curses attribute with `None` on failure to import
stable
2021-03-12, by Matt Harbison
typing: fix directives mangled by black
stable
2021-03-13, by Matt Harbison
typing: disable module attribute warnings for properly conditionalized code
stable
2021-03-13, by Matt Harbison
typing: disable import error warnings that are already handled
stable
2021-03-13, by Matt Harbison
typing: disable a few errors when accessing Windows specific attributes
stable
2021-03-12, by Matt Harbison
typing: disable a few errors calling py3.7+ functions in resourceutil.py
stable
2021-03-12, by Matt Harbison
test-copies: add a test updating file content while merging a pure overwrite
2021-03-02, by Pierre-Yves David
mergestate: don't pop stateextras when there are no conflicts on filemerge
2021-03-10, by Pulkit Goyal
node: introduce nodeconstants class
2021-01-13, by Joerg Sonnenberger
revlog: guarantee that p1 != null if a non-null parent exists
2021-03-10, by Joerg Sonnenberger
push: allow to specify multiple destinations
2021-03-10, by Pierre-Yves David
push: indent the some part of the command
2021-03-17, by Pierre-Yves David
bundle: optional multithreaded compression, ATM zstd-only
2020-11-08, by Joerg Sonnenberger
rust: Preallocate the returned `Vec` in `utils::files::relativize_path`
2021-03-13, by Simon Sapin
black: merge config into main pyproject.toml now that we have it
2020-12-01, by Augie Fackler
pyproject: add config file
2020-12-01, by Augie Fackler
perf-util: add an helper revset to use the same spec as the case search script
2021-03-16, by Pierre-Yves David
perf-helpers: add a search-discovery-case script
2021-03-15, by Pierre-Yves David
debugdiscovery: add missing byte string marker to some help text
2021-03-16, by Pierre-Yves David
debugdiscovery: also integrate the discovery output in the json one
2021-03-15, by Pierre-Yves David
debugdiscovery: add support for Json output
2021-03-15, by Pierre-Yves David
perf-helper: add a new sampling revset based on anti-chain
2021-03-15, by Pierre-Yves David
perf-helper: add a small extension with revsets to select repository subset
2021-03-15, by Pierre-Yves David
amend: mark commit obsolete after moving working copy
2019-02-26, by Martin von Zweigbergk
pull: allow to specify multiple sources
2021-03-10, by Pierre-Yves David
pull: pre-indent a part of the function
2021-03-10, by Pierre-Yves David
command: clarify `postincoming` return and that return handling
2021-03-10, by Pierre-Yves David
hg: make `clean` return consistent with the `update` function
2021-03-10, by Pierre-Yves David
tests: rename `test-pull` to `test-pull-network.t`
2021-03-10, by Pierre-Yves David
tests: move a test about update in test-pull-update.t
2021-03-10, by Pierre-Yves David
split: close transaction in the unlikely event of a conflict while rebasing
2021-03-12, by Martin von Zweigbergk
rust-status: fix issue6456 for the Rust implementation also
2021-03-15, by Raphaël Gomès
README: document requirement for builtin zstd
2021-03-16, by Joerg Sonnenberger
ci: Add a job testing with rhg installed as `hg`
2021-03-08, by Simon Sapin
run-test: install rhg if --rhg is passed
2021-03-10, by Pierre-Yves David
makefile: add a install option
2021-03-10, by Pierre-Yves David
makefile: add a build-rhg option
2021-03-10, by Pierre-Yves David
makefile: add a install-chg option
2021-03-10, by Pierre-Yves David
makefile: add a build-chg option
2021-03-10, by Pierre-Yves David
tests: Disable for rhg remaining tests that fail in that mode
2021-03-12, by Simon Sapin
rhg: Remove `rhg.fallback-executable=hg` default configuration
2021-03-12, by Simon Sapin
rhg: Return an error code for `rhg config Section.idontexist`
2021-03-09, by Simon Sapin
rhg: Fall back to Python for --version
2021-03-08, by Simon Sapin
rhg: Exit with an error code if `files` finds nothing
2021-03-08, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
tip