Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+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.
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
rhg: `cat` command: print error messages for missing files
2021-03-03, by Simon Sapin
rhg: Silently ignore missing files in config %include
2021-03-08, by Simon Sapin
rhg: Add support for environment variables in config include paths
2021-03-08, by Simon Sapin
rhg: Add support for the HGRCSKIPREPO environment variable
2021-03-08, by Simon Sapin
rhg: Don’t make repository path absolute too early
2021-03-08, by Simon Sapin
rhg: Fall back to Python if ui.relative-paths is configured
2021-03-05, by Simon Sapin
tests: clarify some missing output in test-merge-subrepos
2021-03-08, by Pierre-Yves David
tests: Adapt expected output for minor differences with rhg
2021-03-05, by Simon Sapin
rhg: Add support for --cwd
2021-03-05, by Simon Sapin
rhg: Align with Python on some more error messages
2021-03-04, by Simon Sapin
rhg: Add an allow-list of ignored extensions
2021-03-12, by Simon Sapin
rhg: Fall back to Python if unsupported extensions are enabled
2021-03-04, by Simon Sapin
rhg: Sort config files when adding a directory
2021-03-03, by Simon Sapin
rhg: Align config file parse error formatting with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python for bundle repositories
2021-03-03, by Simon Sapin
rhg: Fall back to Python on --repository with an URL
2021-03-03, by Simon Sapin
rhg: Print non-absolutized path in "repository {} not found" errors
2021-03-03, by Simon Sapin
rhg: Align "malformed --config" error message with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python on unsupported `rhg config <section>`
2021-03-03, by Simon Sapin
rhg: Fall back to Python for unsupported revset syntax
2021-03-02, by Simon Sapin
tests: Add `rhg` and `no-rhg` for #require and #if in .t files
2021-03-03, by Simon Sapin
tests: Enable rhg fallback to Python by default in tests
2021-03-02, by Simon Sapin
rhg: Add environment variables for fallback configuration
2021-03-12, by Simon Sapin
paths: add a `*` special path to define default sub option
2021-03-11, by Pierre-Yves David
ui: pass a `ui` object to `paths.getpath`
2021-03-11, by Pierre-Yves David
configitems: add TODOs blocking the move out of experimental for revlogv2
2021-03-15, by Raphaël Gomès
sidedata-exchange: rewrite sidedata on-the-fly whenever possible
2021-02-19, by Raphaël Gomès
revlog-index: add `replace_sidedata_info` method
2021-02-15, by Raphaël Gomès
revlogv2: temporarily forbid inline revlogs
2021-02-19, by Raphaël Gomès
changegroupv4: add sidedata helpers
2021-02-19, by Raphaël Gomès
revlog: add attribute on revlogs that specifies its kind
2021-03-10, by Raphaël Gomès
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
2021-02-19, by Raphaël Gomès
delta: add sidedata field to revision delta
2021-02-18, by Raphaël Gomès
changegroup: add v4 changegroup for revlog v2 exchange
2021-02-18, by Raphaël Gomès
revlogv2: don't assume that the sidedata of the last rev is right after data
2021-02-19, by Raphaël Gomès
sidedata: move to new sidedata storage in revlogv2
2021-01-18, by Raphaël Gomès
cext: add support for revlogv2
2021-01-20, by Raphaël Gomès
bitmanipulation: add utils to read/write bigendian 64bit integers
2021-01-18, by Raphaël Gomès
format: remove sidedata format variant
2021-03-04, by Raphaël Gomès
revlogv2: allow upgrading to v2
2021-01-20, by Raphaël Gomès
revlog: introduce v2 format
2021-01-28, by Raphaël Gomès
formatting: fix redundant parentheses
stable
2021-03-17, by Raphaël Gomès
wsgicgi: switch the default PATH_INFO back to str
stable
2021-03-12, by Matt Harbison
crecord: convert an instance of bytes to str
stable
2021-03-12, by Matt Harbison
crecord: change str literals to byte literals
stable
2021-03-12, by Matt Harbison
bisect: replace a missing method on the list primitive
stable
2021-03-12, by Matt Harbison
typing: disable a module-attr warning in the worker module's py2 code
stable
2021-03-11, by Matt Harbison
wireprotoserver: convert ErrorResponse to bytes
stable
2021-03-11, by Matt Harbison
verify: convert an exception to bytes before logging
stable
2021-03-11, by Matt Harbison
typing: add an assertion to the upgrade engine to help pytype
stable
2021-03-11, by Matt Harbison
subrepo: handle unexpected file types from git gracefully
stable
2021-03-11, by Matt Harbison
patch: convert a UI message to bytes when editing a patch
stable
2021-03-11, by Matt Harbison
merge: force an exception message to bytes before printing as a warning
stable
2021-03-11, by Matt Harbison
hg: convert an exception to bytes in the repo creation exception handler
stable
2021-03-11, by Matt Harbison
typing: add an assertion instead of blacklisting mercurial/extensions.py
stable
2021-03-11, by Matt Harbison
debug: convert a few exceptions to bytes before wrapping in another error
stable
2021-03-11, by Matt Harbison
grep: convert an exception to bytes for a warning message
stable
2021-03-11, by Matt Harbison
morestatus: convert a UI message about merge conflicts to bytes
stable
2021-03-11, by Matt Harbison
changegroup: convert a warning message to bytes
stable
2021-03-11, by Matt Harbison
branchmap: force Exception to bytes before logging
stable
2021-03-11, by Matt Harbison
nodemap: convert error message to bytes
stable
2021-03-11, by Matt Harbison
mail: convert SMTPException to bytes before passing to error.Abort()
stable
2021-03-11, by Matt Harbison
typing: switch an argument type to the generic form
stable
2021-03-11, by Matt Harbison
typing: ensure that error.Abort is given bytes
stable
2021-03-11, by Matt Harbison
typing: fix a suppression directive that was mangled by black formatting
stable
2021-03-11, by Matt Harbison
commit: reorder if-else conditional to give mergestate info priority
stable
2021-03-04, by Pulkit Goyal
enclink: check contents of symlinks not just size in case of fcrypt
stable
2021-03-10, by Corey Schuhen
rebase: inline simple function for finding obsolete subset of commits
2021-02-12, by Martin von Zweigbergk
ci: hook network-io tests into the pipeline
2021-02-25, by Joerg Sonnenberger
merge: with stable
2021-03-12, by Augie Fackler
test: update expected output in test-http.t
2021-03-10, by Pierre-Yves David
remotefilelog: remove unused import
2021-03-10, by Pierre-Yves David
wireprotov1peer: don't raise internal errors in some cases
2021-02-25, by Valentin Gatien-Baron
sshpeer: don't fail forwarding output from closed connections
2021-02-25, by Valentin Gatien-Baron
test: show internal exception with batchable rpcs over ssh
2021-02-25, by Valentin Gatien-Baron
rhg: Ignore trailing newlines in .hg/sharedpath
2021-03-04, by Simon Sapin
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`
2021-03-02, by Simon Sapin
rhg: Add support for automatic fallback to Python
2021-03-01, by Simon Sapin
rhg: Add a `rhg.on-unsupported` configuration key
2021-03-01, by Simon Sapin
rhg: Make configuration available as early as possible in main()
2021-03-01, by Simon Sapin
rust: Upgrade Cargo.lock to the newer format
2021-03-02, by Simon Sapin
sshpeer: enable+fix warning about sshpeers not being closed explicitly
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a develwarning if an sshpeer is not closed explicitly
2021-02-15, by Valentin Gatien-Baron
remotefilelog: rework workaround for sshpeer deadlocks
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a method to check if a doublepipe is closed
2021-02-15, by Valentin Gatien-Baron
sshpeer: make sshpeer.close() close the underlying connection
2021-02-15, by Valentin Gatien-Baron
copies-rust: add a macro-based unit-testing framework
2021-01-11, by Simon Sapin
copies-rust: rewrite ChangedFiles binary parsing
2021-01-06, by Simon Sapin
tags: validate nodes in _getfnodes() and update cache in case of unknown nodes
2021-03-02, by Pulkit Goyal
debugtagscache: verify that filenode is correct
2021-02-15, by Pulkit Goyal
tests: demonstrate a case where a corrupt tag cache causes an abort
2020-12-24, by Matt Harbison
debugcommands: prevent using `is False`
2021-02-16, by Pulkit Goyal
hgtagsfnodes: refactor code to compute fnode into separate fn
2021-02-16, by Pulkit Goyal
error: remove shortening of node in error message
2021-02-10, by Pulkit Goyal
copies: filter out copies grafted from another branch
2021-03-04, by Martin von Zweigbergk
copies: inline _backwardrenames() in pathcopies()
2021-03-05, by Martin von Zweigbergk
copies: extract function _backwardcopies() for reversing renames
2021-03-05, by Martin von Zweigbergk
tests: demonstrate how grafted copies are counted when tracing across branches
2021-03-05, by Martin von Zweigbergk
typing: add some type annotations to mercurial/pathutil.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/util.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/phases.py
2021-03-06, by Matt Harbison
typing: add type annotations to the public methods of mercurial/subrepoutil.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/i18n.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/utils/dateutil.py
2021-03-06, by Matt Harbison
shelve: fix conversion of exceptions to strings flagged by pytype
2021-03-06, by Matt Harbison
releasenotes: use the right API to access the 'sections'
2021-03-06, by Pierre-Yves David
requirements: also add a fncache constant
2021-03-03, by Raphaël Gomès
requirements: also add a store constant
2021-03-03, by Raphaël Gomès
requirements: also add a dotencode constant
2021-03-03, by Raphaël Gomès
pure-parsers: document index class constants
2021-03-02, by Raphaël Gomès
copies: choose target directory based on longest match
2021-03-04, by Martin von Zweigbergk
exchange: stop advertising rev-branch-cache bundle capability
2021-03-04, by Joerg Sonnenberger
errors: use more specific errors in rebase extension
2021-01-29, by Martin von Zweigbergk
changelog: rename parameters to reflect semantics
2021-03-01, by Joerg Sonnenberger
rhg: Don’t attempt to read persistent nodemap without .hg/requires opt-in
2021-02-25, by Simon Sapin
debian: support a "chg-first" installation mechanism (hg is actually chg)
2021-02-04, by Kyle Lippincott
relnotes: document a number of node->revision type changes
2021-03-04, by Joerg Sonnenberger
requirements: also add a generaldelta constant
2021-03-03, by Raphaël Gomès
requirements: add constant for revlog v1 requirement
2021-03-03, by Raphaël Gomès
error: add `hint` attribute to `SidedataHashError`
2021-02-18, by Raphaël Gomès
changegroup: use the local variable instead of reaching through self
2021-02-19, by Raphaël Gomès
config: use level to properly deal with value priority
2021-01-29, by Pierre-Yves David
config: track the "level" of a value
2021-01-29, by Pierre-Yves David
config: track "source" along side value
2021-01-29, by Pierre-Yves David
config: use a new `alter` method in `fixconfig`
2021-01-30, by Pierre-Yves David
copies-rust: remove an unnecessary format!() inside assert!()
2021-03-01, by Martin von Zweigbergk
copies: tests and fix parallel computation of changed file information
2021-03-01, by Pierre-Yves David
config: test priority involving alias and cli
2021-01-29, by Pierre-Yves David
config: test priority involving alias and include
2021-01-29, by Pierre-Yves David
config: test priority involving alias
2021-01-29, by Pierre-Yves David
rhg: Check .hg/requires for absence of required features
2021-02-25, by Simon Sapin
rhg: Bug fix: with share-safe, always read store requirements
2021-02-25, by Simon Sapin
copies-rust: pass closures and iterators instead of `&ChangedFiles`
2021-01-11, by Simon Sapin
copies-rust: pass `PathToken` around by value
2021-01-08, by Simon Sapin
tests: correct a commit description in test-copies-chain-merge.t
2021-02-24, by Martin von Zweigbergk
fuzz: if the caller of our makefile sets CC and CXX, trust them
2021-02-24, by Augie Fackler
rhg: Use clap’s support for global CLI arguments
2021-02-26, by Simon Sapin
revlog: add a mechanism to verify expected file position before appending
2021-02-03, by Kyle Lippincott
narrow: remove assertion about working copy being clean
2021-02-23, by Martin von Zweigbergk
tests: demonstrate assertion error when modifying working copy while narrowing
2021-02-23, by Martin von Zweigbergk
ci: test real dependency installation for pip
2021-02-04, by Joerg Sonnenberger
rust: Add some unit tests for parse_byte_size in config
2021-02-17, by Simon Sapin
rust: Move config value parsing functions to a new module
2021-02-17, by Simon Sapin
rhg: Add support for the blackbox extension
2021-02-16, by Simon Sapin
blackbox: Remove misleading quotes in config example
2021-02-17, by Simon Sapin
rust: Add a log file rotation utility
2021-02-11, by Simon Sapin
rust: Add a `ConfigValueParseError` variant to common errors
2021-02-16, by Simon Sapin
rust: Add config parsing support for more value types
2021-02-16, by Simon Sapin
rust: Introduce a get_bytes_from_os_str utility function
2021-02-17, by Simon Sapin
rust: Make `DirstateParents`’s fields typed `Node`s
2021-02-17, by Simon Sapin
rust: Rewrite dirstate parsing usin the `bytes-cast` crate
2021-02-17, by Simon Sapin
rhg: Move `Repo` object creation into `main()`
2021-02-15, by Simon Sapin
rhg: Group values passed to every sub-command into a struct
2021-02-15, by Simon Sapin
rhg: Remove error message on unsupported CLI arguments
2021-02-12, by Simon Sapin
copies-rust: send PyBytes values back be dropped ino the parent thread
2021-01-05, by Simon Sapin
copies-rust: introduce PyBytesWithData to reduce GIL requirement
2020-11-26, by Simon Sapin
copies-rust: move CPU-heavy Rust processing into a child thread
2021-01-06, by Simon Sapin
copies-rust: split up combine_changeset_copies function into a struct
2021-01-05, by Simon Sapin
copies-rust: extract generic map merge logic from merge_copies_dict
2020-12-23, by Simon Sapin
copies-rust: use imrs::OrdSet instead of imrs::HashSet
2020-12-21, by Pierre-Yves David
copies-rust: use simpler overwrite when value on both side are identical
2020-12-21, by Pierre-Yves David
copies-rust: make more use of the new comparison property
2020-12-21, by Pierre-Yves David
copies-rust: implement PartialEqual manually
2020-12-16, by Pierre-Yves David
copies-rust: record "overwritten" information from both side on delete
2020-12-16, by Pierre-Yves David
copies-rust: refactor the "deletion" case
2020-12-16, by Pierre-Yves David
copies-rust: process copy information of both parent at the same time
2020-12-16, by Pierre-Yves David
copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
2020-12-21, by Pierre-Yves David
copies-rust: extract the processing of a single copy information
2020-12-16, by Pierre-Yves David
copies-rust: use matching to select the final copies information
2020-12-16, by Pierre-Yves David
copies-rust: get the parents' copies earlier
2020-12-16, by Pierre-Yves David
Added signature for changeset d5d9177c0045
stable
2021-03-09, by Pulkit Goyal
Added tag 5.7.1 for changeset d5d9177c0045
stable
2021-03-09, by Pulkit Goyal
localrepo: fix conversion of exceptions to strings flagged by pytype
stable
5.7.1
2021-03-08, by Matt Harbison
localrepo: fix a UI string to be bytes
stable
2021-03-08, by Matt Harbison
pycompat: fix a bytes vs str issue in `unnamedtempfile()`
stable
2021-03-08, by Matt Harbison
copies-rust: remove the ancestor Oracle logic
2020-12-15, by Pierre-Yves David
copies-rust: track "overwrites" directly within CopySource
2020-12-15, by Pierre-Yves David
copies-rust: add methods to build and update CopySource
2020-12-23, by Pierre-Yves David
copies-rust: fix reverted argument when merging tiny minor or major
2020-12-23, by Pierre-Yves David
copies-rust: rename TimeStampedPathCopy to CopySource
2020-12-21, by Pierre-Yves David
copies-rust: rename TimeStampedPathCopies to InternalPathCopies
2020-12-15, by Pierre-Yves David
copies: detect case when a merge decision overwrite previous data
2020-12-12, by Pierre-Yves David
copies: rearrange all value comparison conditional
2020-12-14, by Pierre-Yves David
test-copies: introduce merge chains test for the P/Q merges
2021-02-22, by Pierre-Yves David
test-copies: add a case involving the `b` and a new `r` branch
2021-02-22, by Pierre-Yves David
test-copies: introduce case combining the `p` and `q` branch
2021-02-19, by Pierre-Yves David
test-copies: add a `q` branch similar to the `e` but on the new files
2021-02-19, by Pierre-Yves David
test-copies: add a `p` branch similar to the `a` but on the new files
2021-02-19, by Pierre-Yves David
test-copies: move the new files in the `i` branch
2021-02-19, by Pierre-Yves David
test-copies: add 3 new files with their own content
2021-02-19, by Pierre-Yves David
test-copies: introduce merge chaing test for the A/E + change tests
2021-02-19, by Pierre-Yves David
test-copies: add a "change during merge" variant to the A+E test
2021-02-22, by Pierre-Yves David
test-copies: filter out the linkrev part of `debugindex`
2021-02-19, by Pierre-Yves David
test-copies: use "case-id" instead of revision number when listing sidedata
2021-02-19, by Pierre-Yves David
patch: fix a formatting issue
stable
2021-02-26, by Sushil khanchi
log: fix handling of root (or empty) path provided by matcher (issue6478)
stable
2021-02-02, by Yuya Nishihara
tests: accept output changes by 33350debb480
stable
2021-02-25, by Sushil khanchi
test-copies: remove revision number from log
2021-02-17, by Pierre-Yves David
test-copies: add test chaining multiple merge
2020-12-14, by Pierre-Yves David
test-copies: add test chaining multiple merges
2020-12-14, by Pierre-Yves David
test-copies: add test chaining multiple merges
2021-02-16, by Pierre-Yves David
test-copies: add subcase titles for various "conflicting" information variant
2021-02-18, by Pierre-Yves David
test-copies: improve description of the B+F case
2021-02-18, by Pierre-Yves David
test-copies: improve description of the C+H case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+C "revert/restore" case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the G+C case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the G+F case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the D+G case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the A+E case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+D case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+C case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the A+B case
2021-02-16, by Pierre-Yves David
test-copies: use intermediate variable some commit descriptions
2021-02-16, by Pierre-Yves David
test-copies: don't use empty file for "same content" cases
2021-02-22, by Pierre-Yves David
narrow: fix flaky behavior described in issue6150
stable
2021-02-19, by Raphaël Gomès
patch: make diff --git to differentiate b/w file is empty or doesn't exists
stable
2021-02-16, by Sushil khanchi
tests: add a test to demonstrate a bug in `hg diff --git` (issue6486)
stable
2021-02-16, by Sushil khanchi
test-copies: reinstall initial identical (empty) files for chained copied
2020-12-10, by Pierre-Yves David
upgrade: speed up when we have only nodemap to downgrade
2021-02-10, by Pulkit Goyal
upgrade: write nodemap for manifests too
2021-02-15, by Pulkit Goyal
windows: fix parsing of version number to match format from D9955
2021-02-23, by Martin von Zweigbergk
build: make version from .hg_archival.txt consistent with that from .hg/
2021-02-23, by Martin von Zweigbergk
helptext: fix a recent typo
stable
2021-02-19, by Matt Harbison
re2: byteify some regex used to get check re2 availability
stable
2021-02-24, by Pierre-Yves David
packaging: add Provides: python3-mercurial and Homepage to debian package
2021-02-11, by Kyle Lippincott
bundle2: pass the operation source down to the changegroup
2021-02-12, by Raphaël Gomès
gendoc: use an empty comment so aliases are separated from previous elements
2021-02-12, by Kyle Lippincott
gendoc: add support for loading extensions from config settings
2021-02-12, by Kyle Lippincott
gendoc: support defaults on customopts a bit better
2021-02-12, by Kyle Lippincott
softstrip: fix a reference to an undefined variable
2021-02-10, by Martin von Zweigbergk
softstrip: move _bookmarkmovements() call to where it's needed
2021-02-10, by Martin von Zweigbergk
tests: fix differing output between py2 and py3
2021-02-12, by Raphaël Gomès
build: fake PEP440 versions
2021-02-04, by Joerg Sonnenberger
tests: add a comment in a test that will hopefully save someone some time
2021-02-04, by Kyle Lippincott
changegroup: don't convert revisions to node for duplicate handling
2021-01-27, by Joerg Sonnenberger
revlog: change addgroup callbacks to take revision numbers
2021-01-27, by Joerg Sonnenberger
revlog: change addrevision to return the new revision, not node
2021-01-27, by Joerg Sonnenberger
revlog: change addrawrevision to return the revision
2021-01-27, by Joerg Sonnenberger
revlog: change _addrevision to return the new revision
2021-01-26, by Joerg Sonnenberger
rhg: add limited support for the `config` sub-command
2021-02-08, by Simon Sapin
rhg: Add support for --config CLI arguments
2021-02-08, by Simon Sapin
rhg: Add support for -R and --repository command-line arguments
2021-02-08, by Simon Sapin
rhg: Replace subcommand boilerplate with a macro
2021-02-08, by Simon Sapin
rhg: Move subcommand CLI arguments definitions to respective modules
2021-02-08, by Simon Sapin
rhg: replace command structs with functions
2021-02-08, by Simon Sapin
rust: Use the DisplayBytes trait in config printing
2021-02-08, by Simon Sapin
log: respect diff.merge in -p output
2021-02-04, by Martin von Zweigbergk
diff: extract function for getting possibly re-merged parent to diff against
2021-02-04, by Martin von Zweigbergk
diff: replace --merge option by config option
2021-02-04, by Martin von Zweigbergk
tagcache: distinguish between invalid and missing entries
2020-12-24, by Matt Harbison
branching: merge with stable
2021-02-11, by Martin von Zweigbergk
hooks: add a `auto` value for `hooks.*run-with-plain`
stable
2021-02-10, by Pierre-Yves David
hooks: introduce a `:run-with-plain` option for hooks
stable
2021-02-10, by Pierre-Yves David
hooks: add some test about HGPLAIN setting and hooks
stable
2021-02-10, by Pierre-Yves David
hooks: forbid ':' in hook name
stable
2021-02-10, by Pierre-Yves David
rust-status: honor matcher when using the dirstate-only fast-path (issue6483)
stable
2021-02-10, by Raphaël Gomès
status: add test that shows that the Rust implementation has a bug
stable
2021-02-10, by Raphaël Gomès
tweak-default: no longer enable the experimental return code
stable
2021-02-10, by Pierre-Yves David
rhg: Parse per-repository configuration
2021-02-04, by Simon Sapin
rhg: Abort based on config on share-safe mismatch
2021-02-04, by Simon Sapin
rhg: Parse system and user configuration at program start
2021-02-04, by Simon Sapin
rust: Parse system and user configuration
2021-02-04, by Simon Sapin
rust: Remove unnecessary check for absolute path before joining
2021-02-01, by Simon Sapin
rust: replace read_whole_file with std::fs::read
2021-02-01, by Simon Sapin
wireprotopeer: clarify some variable names now that we allow snake_case
2021-02-09, by Martin von Zweigbergk
copy-tracing: add a --compute flag to debugchangedfiles
2021-02-02, by Pierre-Yves David
bundle2: print "error:abort" message to stderr instead of stdout
2021-02-03, by Martin von Zweigbergk
narrow: add --no-backup option for narrowing
2021-02-03, by Martin von Zweigbergk
debugdiscovery: add flags to run discovery on subsets of the local repo
2021-01-29, by Pierre-Yves David
cmdutil: add a missing byte prefix to string introduce in 976b26bdd0d8
stable
2021-02-10, by Pierre-Yves David
relnote: remove the reference to `debugstrip`
stable
2021-01-18, by Pierre-Yves David
branching: merge with stable
2021-02-02, by Augie Fackler
upgrade: implement partial upgrade for upgrading persistent-nodemap
2021-02-01, by Pulkit Goyal
tests: unquiet a test to show changes in next patch
2021-02-01, by Pulkit Goyal
nodemap: fix a typo in error message
2021-01-31, by Pulkit Goyal
revlog: refactor logic to compute nodemap file in separate function
2021-01-31, by Pulkit Goyal
nodemap: make `_persist_nodemap` a public function
2021-01-31, by Pulkit Goyal
engine: 'if not, else' -> 'if, else'
2021-01-31, by Pulkit Goyal
debugcommands: s/stdin/stdout in debugnodemap help
2021-01-25, by Pulkit Goyal
errors: use InputError in uncommit extension
2021-01-29, by Martin von Zweigbergk
largefiles: properly pass kwargs into url.open
stable
2021-02-04, by Jordi Gutiérrez Hermoso
rhg: add support for share-safe
2021-02-01, by Simon Sapin
rhg: initial support for shared repositories
2021-01-14, by Simon Sapin
rhg: Add basic test with a shared repository
2021-02-01, by Simon Sapin
tests: print the server error log in `test-url-download.t`
2021-02-02, by Matt Harbison
procutil: extend gui test to detect wayland session (issue6479)
stable
2021-02-04, by Yuya Nishihara
Added signature for changeset 0e2e7300f430
stable
2021-02-02, by Pulkit Goyal
Added tag 5.7 for changeset 0e2e7300f430
stable
2021-02-02, by Pulkit Goyal
ci-fix: backed out changeset 45afff0f530a
2021-02-02, by Pierre-Yves David
ci-fix: backed out changeset d4c8b4b90ecb
2021-02-02, by Pierre-Yves David
relnotes: add entry for `hg diff --merge -c`
2021-02-01, by Augie Fackler
branching: merge with stable
2021-02-01, by Martin von Zweigbergk
relnotes: copy "next" to "5.7" and clear "next"
stable
5.7
2021-01-29, by Martin von Zweigbergk
relnotes: elaborate on the side effects of hooks having HGPLAIN=1
stable
2021-02-01, by Matt Harbison
packaging: replace a documentation reference to `python3` on Windows
stable
2021-01-31, by Matt Harbison
diff: suppress `merging foo` output lines when performing a merge diff
2021-02-01, by Augie Fackler
diff: add experimental support for "merge diffs"
2020-05-07, by Augie Fackler
rust: use HgError in ConfigError
2021-02-01, by Simon Sapin
rust: Fold find_root and check_requirements into Repo::find
2021-01-28, by Simon Sapin
rhg: Simplify CommandError based on its use
2021-01-28, by Simon Sapin
rust: replace ToString impls with Display
2021-01-28, by Simon Sapin
rust: use HgError in RevlogError and Vfs
2021-01-27, by Simon Sapin
rust: replace RequirementsError with HgError
2021-01-27, by Simon Sapin
rhg: Print an error message in more cases
2021-01-27, by Simon Sapin
rust: Remove DirstateParseError and ListDirstateTrackedFilesError
2021-01-27, by Simon Sapin
rust: Replace DirstatePackError with HgError
2021-01-27, by Simon Sapin
rust: Introduce an `HgError` enum for common error cases
2021-01-27, by Simon Sapin
rust: remove three enums that were identical to `RevlogError`
2021-01-26, by Simon Sapin
rhg: replace `map_*_error` functions with `From` impls
2021-01-26, by Simon Sapin
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
2021-01-26, by Simon Sapin
rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
2021-01-26, by Simon Sapin
rhg: centralize parsing of `--rev` CLI arguments
2021-01-26, by Simon Sapin
rust: Remove hex parsing from the nodemap
2021-01-25, by Simon Sapin
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
2021-01-25, by Simon Sapin
churn: count lines that look like diff headers but are not
2021-01-30, by Aay Jay Chan
rust: Exclude empty node prefixes
2021-01-25, by Simon Sapin
rust: Simplify error type for reading hex node IDs
2021-01-25, by Simon Sapin
rust: replace Node::encode_hex with std::fmt::LowerHex
2021-01-25, by Simon Sapin
rhg: Build in release mode on CI
2021-01-29, by Simon Sapin
config: use the right API to access git-submodule
2021-01-30, by Pierre-Yves David
config: use the right API to access template access
2021-01-29, by Pierre-Yves David
config: use the right API to access subrepository section
2021-01-29, by Pierre-Yves David
config: test priority involving the command line
2021-01-29, by Pierre-Yves David
config: test priority involving include
2021-01-29, by Pierre-Yves David
config: add a test for priority when includes are involved
2021-01-29, by Pierre-Yves David
errors: use InputError for incorrectly formatted dates
2021-01-29, by Martin von Zweigbergk
errors: use StateError more in merge module
2021-01-29, by Martin von Zweigbergk
errors: use exit code 40 for when a hook fails
2021-01-29, by Martin von Zweigbergk
context: add missing manifest invalidation after write in overlayworkingctx
2021-01-29, by Augie Fackler
wix: tell ComponentSearch that it is finding a directory (not a file)
stable
2021-01-27, by Kyle Lippincott
merge with stable
2021-01-29, by Pulkit Goyal
copyright: update to 2021
stable
2021-01-27, by Matt Harbison
persistent-nodemap: Fix Rust declarations for Revlog_CAPI signatures
stable
2021-01-28, by Simon Sapin
persistent-nodemap: add test case reproducing a Rust panic
stable
2021-01-28, by Simon Sapin
copies: fix an incorrect comment in graftcopies() from recent D9802
2021-01-28, by Martin von Zweigbergk
narrow: delete a stale TODO about not sending groups the client already has
2021-01-27, by Martin von Zweigbergk
copies: add an devel option to trace all files
2021-01-16, by Pierre-Yves David
revlog: prepare pure parser for being overloaded
2021-01-28, by Raphaël Gomès
revlog: use a less probable revlog version for backwards compatibility
2021-01-28, by Raphaël Gomès
clang-format: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of clang-format is used for the run
2021-01-27, by Pierre-Yves David
black: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of black is used for the run
2021-01-27, by Pierre-Yves David
heptapod-ci: add a default value for HG_CI_IMAGE_TAG
2021-01-27, by Pierre-Yves David
convert: option to set date and time for svn commits
2021-01-12, by Nikita Slyusarev
copies: simplify the conditional for _filter's case 3
2021-01-15, by Pierre-Yves David
copies: clarify which case some conditional are handling
2021-01-15, by Pierre-Yves David
copies: explicitly filter out existing file in graftcopies
2021-01-16, by Pierre-Yves David
histedit: rip out mysterious catch-all ignore curses.error handler
2021-01-22, by Augie Fackler
histedit: notice when the main window underflows height and abort
2021-01-22, by Augie Fackler
histedit: don't assign to _ for unused values
2021-01-22, by Augie Fackler
hghave: list the module needed for the `vcr` check
2021-01-26, by Matt Harbison
debugshell: add a simple command for starting an interactive shell
2021-01-26, by Joerg Sonnenberger
rust: replace an unsafe use of transmute with a safe use of bytes-cast
2021-01-25, by Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps
2021-01-15, by Simon Sapin
cext: restore the ability to build on Windows with py2
2021-01-25, by Matt Harbison
command-namespace: use `::` are the command separator
2021-01-25, by Pierre-Yves David
perf: test the formatting of a command help
2021-01-25, by Pierre-Yves David
help: escape ':' (as '\:') when generating command names
2021-01-25, by Pierre-Yves David
minirst: respect escaping in definition list key
2021-01-25, by Pierre-Yves David
run-test: avoid byte issue when replacing output file of python test
2021-01-26, by Pierre-Yves David
store: use `endswith` to detect revlog extension
2021-01-25, by Pierre-Yves David
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
upgrade: update only requirements if we can
2021-01-14, by Pulkit Goyal
engine: add `if True` to prepare for next patch
2021-01-14, by Pulkit Goyal
test: unquiet few tests to demonstrate changes in upcoming patches
2021-01-14, by Pulkit Goyal
upgrade: mark sharesafe improvement as only touching requirements
2021-01-14, by Pulkit Goyal
actions: calculate what all parts does the operation touches
2020-12-14, by Pulkit Goyal
upgrade: don't create store backup if `--no-backup` is passed
2021-01-14, by Pulkit Goyal
cext: add Python 3.10 support
2020-12-14, by Victor Stinner
revlog: decouple caching from addrevision callback for addgroup
2021-01-20, by Joerg Sonnenberger
branchmap: update rev-branch-cache incrementally
2021-01-15, by Joerg Sonnenberger
repository: introduce register_changeset callback
2021-01-19, by Joerg Sonnenberger
changelog: move branchinfo to changelogrevision
2021-01-15, by Joerg Sonnenberger
rust: lower compile error on non-linux platforms to a warning
2021-01-22, by Dan Villiom Podlaski Christiansen
purge: move extension into core mercurial
2021-01-18, by Valentin Gatien-Baron
purge: also deal with directory with --confirm
2021-01-18, by Pierre-Yves David
purge: add a --confirm option
2021-01-18, by Pierre-Yves David
filemerge: add a hacktastic version of internal:merge3 for merge diffs
2020-05-11, by Augie Fackler
packaging: include `windows_curses` when building py2exe
stable
2021-01-24, by Matt Harbison
packaging: allow specifying modules to include with py2exe
stable
2021-01-24, by Matt Harbison
rebase: add a config knob for forcing in-memory rebasing
2020-05-28, by Augie Fackler
cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
2020-05-18, by Augie Fackler
reverse-branch-cache: switch to doubling allocating scheme
2021-01-15, by Joerg Sonnenberger
discovery: add config options to control sample size
2021-01-17, by Pierre-Yves David
exchangev2: avoid second look-up by node
2021-01-19, by Joerg Sonnenberger
commit: look-up new revision once
2021-01-19, by Joerg Sonnenberger
resolve: also detect new :mergediff conflict markers
2021-01-19, by Martin von Zweigbergk
simplemerge: delete unused find_unconflicted()
2021-01-18, by Martin von Zweigbergk
perf: use the `perf--` prefix for perf command
2020-12-04, by Pierre-Yves David
contrib: update PyOxidizer to 0.10.3
stable
2021-01-24, by Gregory Szorc
contrib: stop building rust for every job
stable
2021-01-08, by Raphaël Gomès
share-safe: fix an abort message that references the experimental requirement
stable
2021-01-21, by Matt Harbison
doc: fix a formatting error in requirements.txt
stable
2021-01-21, by Matt Harbison
doc: drop the `exp-` prefix from the `share-safe` requirement
stable
2021-01-21, by Matt Harbison
share-share: have the hint issue more consistently and point to the right doc
stable
2021-01-20, by Pierre-Yves David
doc: point to the main share-safe doc in the "mismatch" config
stable
2021-01-20, by Pierre-Yves David
doc: improves the share-safe documentation
stable
2021-01-20, by Pierre-Yves David
doc: remove the section about share-safe from its verbose gating
stable
2021-01-20, by Pierre-Yves David
doc: relocate doc for `share.safe-mismatch.source-safe.warn`
stable
2021-01-20, by Pierre-Yves David
tests: skip a detailed exit status in test-lfs-test-server
stable
2021-01-20, by Matt Harbison
tests: deal with more timing differences in output
stable
2021-01-20, by Joerg Sonnenberger
merge with stable
2021-01-19, by Augie Fackler
Added signature for changeset 9da65e3cf370
stable
2021-01-19, by Pulkit Goyal
Added tag 5.7rc0 for changeset 9da65e3cf370
stable
2021-01-19, by Pulkit Goyal
merge with stable
stable
5.7rc0
2021-01-19, by Pulkit Goyal
share: move share safe functionality out of experimental
2021-01-18, by Pulkit Goyal
share: rename share-safe warning config
2021-01-15, by Pulkit Goyal
share: rework config options to be much clearer and easier
2021-01-18, by Pulkit Goyal
share: move share safe functionality out of experimental
2021-01-18, by Pulkit Goyal
share: rename share-safe warning config
2021-01-15, by Pulkit Goyal
share: rework config options to be much clearer and easier
2021-01-18, by Pulkit Goyal
localrepo: disallow share if there is a version mismatch by default
2021-01-14, by Pulkit Goyal
upgrade: re-read current requirements after taking lock
2021-01-18, by Pulkit Goyal
upgrade: take lock only for part where it's required
2021-01-14, by Pulkit Goyal
clang-format: reorder includes to appease the formatter
2021-01-18, by Pierre-Yves David
run-tests: catch a Windows specific error when testing for a free socket
2021-01-18, by Matt Harbison
run-tests: work around the Windows firewall popup for server processes
2021-01-18, by Matt Harbison
hghave: split apart testing for the curses module and `tic` executable
2021-01-17, by Matt Harbison
sqlitestore: disable test with chg
2021-01-18, by Joerg Sonnenberger
heptapod-ci: allow testing with docker image other than :latest
2021-01-15, by Pierre-Yves David
persistent-nodemap: also exchange the nodemap data over the wire
2021-01-17, by Pierre-Yves David
persistent-nodemap: catch the right exception on python
2021-01-17, by Pierre-Yves David
hghave: adjust the definition of `tic` to allow curses tests on Windows
2021-01-17, by Matt Harbison
windows: wrap `os.getcwd()` in `os.path.realpath()` on py3
2020-12-09, by Matt Harbison
packaging: include `windows-curses` on Windows
2020-12-01, by Matt Harbison
cext: fix compiler error in revlog.c on Windows with py2
2021-01-16, by Matt Harbison
discovery: add a devel.discovery.exchange-heads
2021-01-16, by Pierre-Yves David
test-regression: backing out D9640 (63c923fd7fa8)
2021-01-17, by Pierre-Yves David
clone: make sure we warm the cache after a clone
2021-01-15, by Pierre-Yves David
persistent-nodemap: remove the "experimental" tag to the feature
2021-01-14, by Pierre-Yves David
persistent-nodemap: drop the storage.revlog.nodemap.mode config
2021-01-13, by Pierre-Yves David
persistent-nodemap: add a "abort" option to the slow-path config
2021-01-13, by Pierre-Yves David
persistent-nodemap: add a "warn" option to the slow-path config
2021-01-13, by Pierre-Yves David
persistent-node: check the value of the slow-path config
2021-01-13, by Pierre-Yves David
persistent-nodemap: add a revlog.storage.persistent-nodemap.slow-path option
2021-01-14, by Pierre-Yves David
persistent-nodemap: document storage.revlog.persistent-nodemap.mmap=no
2021-01-14, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip