Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
2021-06-28, by Simon Sapin
status: Extend read_dir caching to directories with ignored files
2021-06-24, by Simon Sapin
dirstate-v2: Drop cached read_dir results after .hgignore changes
2021-06-04, by Simon Sapin
censor: split the core of the logic into its own function
2021-06-22, by Pierre-Yves David
censor: migrate the logic to a set of `censor_revs`
2021-06-22, by Pierre-Yves David
censor: rename `rl` to `revlog` in the main function
2021-06-22, by Pierre-Yves David
censor: extract the part about creating and opening new files in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about recomputing delta in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the other revision in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the censored revision in a function
2021-06-22, by Pierre-Yves David
censor: put the tuple of open files in an explicit variable
2021-06-22, by Pierre-Yves David
revlog: rewrite `censors.py` to `rewrite.py`
2021-06-22, by Pierre-Yves David
copies: Keep changelog sidedata file open during copy tracing
2021-06-17, by Simon Sapin
purge: restore the `testedwith` declaration
2021-06-22, by Matt Harbison
rust: remove dead utils module
2021-06-21, by Raphaël Gomès
rebase: use str-keyed opts in remaining places
2021-06-21, by Martin von Zweigbergk
rebase: keep str-keyed opts long enough to make `action` a str
2021-06-21, by Martin von Zweigbergk
benchmarks: restore `output` variable lost in D10884
2021-06-22, by Martin von Zweigbergk
censor: implement censoring for revlogv2
2021-06-07, by Pierre-Yves David
deltas: at a `target_rev` parameter to finddeltainfo
2021-06-20, by Pierre-Yves David
revlog: list older-but-still-around file in `files`
2021-06-09, by Pierre-Yves David
revlog: add docket method to request new content files
2021-05-29, by Pierre-Yves David
revlog: add a way to keep track of older uids in the docket
2021-05-20, by Pierre-Yves David
revlog: factor the logic to determine the delta compression out
2021-06-21, by Pierre-Yves David
nodemap: fix some comment formatting
2021-06-10, by Pierre-Yves David
revlogv2: fix `hg verify` with revlog v2
2021-06-09, by Pierre-Yves David
revlogv2: also test that local clone works
2021-06-08, by Pierre-Yves David
clone: also report the bookmark file as copied
2021-06-08, by Pierre-Yves David
clone: reuse the stream clone logic for local clone
2021-06-08, by Pierre-Yves David
copyfiles: add a way to relax the file system checking for hardlink
2021-06-09, by Pierre-Yves David
copyfile: add a option callback for failed hardlinking
2021-06-08, by Pierre-Yves David
streamingclone: extract the scanning part from the generation part
2021-06-08, by Pierre-Yves David
vfs: add a `register_file` method on the vfs class
2021-06-08, by Pierre-Yves David
clone: use "official" API to create local clone destination
2021-06-09, by Pierre-Yves David
localrepo: introduce a clone_requirements function
2021-06-09, by Pierre-Yves David
createrepository: allow to directly pass the target requirements
2021-06-07, by Pierre-Yves David
narrowbundle: use new context manager for silencing the ui
2021-06-18, by Martin von Zweigbergk
debugbackupbundle: use new context manager for silencing the ui
2021-06-18, by Martin von Zweigbergk
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
2021-06-18, by Martin von Zweigbergk
shelve: don't swallow errors that happen when reverting the working copy
2021-06-18, by Martin von Zweigbergk
histedit: don't swallow errors that happen when updating the working copy
2021-06-18, by Martin von Zweigbergk
histedit: don't record labels for output that we will discard
2021-06-18, by Martin von Zweigbergk
dog-raft: work with str-keyed opts throughout
2021-06-10, by Martin von Zweigbergk
cmdutil: make resolvecommitoptions() work on str-keyed opts
2021-06-10, by Martin von Zweigbergk
cmdutil: make amend() take str-keyed opts
2021-06-10, by Martin von Zweigbergk
commit: keep opts dict str-keyed a bit longer
2021-06-10, by Martin von Zweigbergk
dog-raft: keep opts dict str-keyed a bit longer
2021-06-10, by Martin von Zweigbergk
cmdutil: make checknotesize() work on str-keyed opts
2021-06-10, by Martin von Zweigbergk
amend: work mostly with str-type **opts for simplicity
2021-06-10, by Martin von Zweigbergk
revlog: use file read caching for sidedata
2021-06-15, by Simon Sapin
revlog: Extract low-level random-access file read caching logic
2021-06-08, by Simon Sapin
typing: disable warnings for a couple of Windows specific attributes
2021-06-11, by Matt Harbison
typing: suppress a false error in mercurial/revlogutils/docket.py on py2
2021-06-12, by Matt Harbison
transaction: simplify `undo.backupfiles` file creation with a variable
2021-06-09, by Pierre-Yves David
transaction: narrow the error filtering when failing to rename undo file
2021-06-09, by Pierre-Yves David
transaction: clarify a conditionnal about version check
2021-06-09, by Pierre-Yves David
transaction: extract message about different version in a constants
2021-06-09, by Pierre-Yves David
transaction: explain why some recovery failed
2021-06-09, by Pierre-Yves David
copyfiles: deal with existing file when hardlinking
2021-06-07, by Pierre-Yves David
clone: cleanup the "cleanup dir" logic used during local clone
2021-06-08, by Pierre-Yves David
config: add an experimental option to list all known config
2021-04-09, by Pierre-Yves David
revlog: byteify a few error strings
2021-06-12, by Matt Harbison
revlog: fix a typo closing the wrong file
2021-06-12, by Matt Harbison
py3: byteify the version string passed to the deprecation warning method
2021-06-11, by Matt Harbison
urlutil: byteify several localized messages
2021-06-11, by Matt Harbison
urlutil: use the deprecation warning function on the `ui` object
2021-06-11, by Matt Harbison
dirstate-v2: Store a hash of ignore patterns (.hgignore)
2021-06-02, by Simon Sapin
rhg: propogate error coming from HgError::Abort to CommandError
2021-06-07, by Pulkit Goyal
rhg: add exit code to HgError::Abort()
2021-06-07, by Pulkit Goyal
rhg: split non_repo_config and `--config` loading in different functions
2021-06-07, by Pulkit Goyal
rhg: look for repository in ancestors also instead of cwd only
2021-05-24, by Pulkit Goyal
rhg: read [paths] for `--repository` value
2021-04-11, by Pulkit Goyal
merge: with stable
2021-06-07, by Augie Fackler
revlog: allow to pass an existing docket to `_loadindex()`
2021-05-30, by Pierre-Yves David
revlog: add a ways to blacklist some revision when searching for a delta
2021-05-30, by Pierre-Yves David
util: add `nb_bytes` argument to `copyfile` to partially copy a file
2021-05-30, by Pierre-Yves David
revlog: move `revisioninfo` in `revlogutils`
2021-05-30, by Pierre-Yves David
revlog: use the `entry` function in bundlerepo
2021-05-30, by Pierre-Yves David
revlog: use entry in revlogv0.py
2021-05-30, by Pierre-Yves David
revlog: use the new `entry` function in revlog.py
2021-05-30, by Pierre-Yves David
revlog: add a function to build index entry tuple
2021-05-30, by Pierre-Yves David
revlog: move `offset_type` to `revlogutils`
2021-05-30, by Pierre-Yves David
revlog: move entry documentation alongside new related constants
2021-05-22, by Pierre-Yves David
censor: drop size limitation on the tombstone
2021-05-21, by Pierre-Yves David
revlog: move censoring code in a dedicated module
2021-05-29, by Pierre-Yves David
censor: reduce risk of censor test blowing up output limit
2021-05-29, by Pierre-Yves David
revlog: store sidedata in their own file
2021-05-28, by Pierre-Yves David
revlog: fix docket.date_filepath docstring
2021-05-28, by Pierre-Yves David
revlog: use dedicated code for reading sidedata
2021-05-27, by Pierre-Yves David
revlog: simplify "partial read" error message
2021-05-27, by Pierre-Yves David
revlog: no longer return sidedata from `_revisiondata`
2021-05-27, by Pierre-Yves David
revlog: use `self.sidedata` directly in `revlog.clone`
2021-05-27, by Pierre-Yves David
revlog: use `self.sidedata` directly to construct changelogrevision
2021-05-27, by Pierre-Yves David
revlog: implement sidedata without using _revisiondata
2021-05-27, by Pierre-Yves David
revlogv2: drop "sidedatacompression" from the list of todos
2021-05-28, by Pierre-Yves David
rust: Use a maintained crate for SHA-1 hashing
2021-06-02, by Simon Sapin
rust: Parse "subinclude"d files along the way, not later
2021-06-02, by Simon Sapin
rust: Make some file path parameters less generic
2021-06-02, by Simon Sapin
convert-bazaar: use breezy package instead of old bzr one
2021-04-26, by Raphaël Gomès
bzr: only support bzr conversion on Python3
2021-04-21, by Raphaël Gomès
rewriteutil: add pointer to help text when rewrite would cause divergence
2021-06-01, by Martin von Zweigbergk
rhg: Add support for dirstate-v2
2021-05-25, by Simon Sapin
rhg: Remove some intermediate Vecs in `rhg files`
2021-05-26, by Simon Sapin
merge: make applyupdates() not mutate mresult argument
2021-06-01, by Martin von Zweigbergk
index: use an explicit constant for INDEX_HEADER format and use it for docket
2021-06-03, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: expand a one liner into explicit commands
2021-06-01, by Pierre-Yves David
verify: align a comment line
2021-06-01, by Pierre-Yves David
dirstate-v2: Drop parent directory cache when removing a dirstate node
2021-06-01, by Simon Sapin
dirstate-v2: Add --dirs to debugdirstate command
2021-05-31, by Simon Sapin
dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
2021-05-31, by Simon Sapin
dirstate-v2: Skip readdir in status based on directory mtime
2021-05-28, by Simon Sapin
dirstate-v2: Allow tree nodes without an entry to store a timestamp
2021-05-27, by Simon Sapin
dirstate-tree: Change status() results to not borrow DirstateMap
2021-05-28, by Simon Sapin
dirstate-tree: Fix status algorithm with unreadable directory
2021-05-28, by Simon Sapin
docket: make compatible with py3.6, where Struct.format is bytes
2021-05-25, by Martin von Zweigbergk
revlogv2: make sure bundling pick a compatible bundle format
2021-05-30, by Pierre-Yves David
censor: do not process sidedata of censored revision while bundling
2021-05-30, by Pierre-Yves David
changegroup: fix deltachunk API to be consistent from one class to another
2021-05-28, by Pierre-Yves David
fuzz: add hg to sys.path when constructing mpatch corpus
2021-05-27, by Augie Fackler
dirstate-tree: Skip readdir() in `hg status -mard`
2021-05-19, by Simon Sapin
dirstate-v2: Parse the dirstate lazily, with copy-on-write nodes
2021-05-19, by Simon Sapin
dirstate-v2: Make the dirstate bytes buffer available in more places
2021-05-19, by Simon Sapin
dirstate-v2: Make more APIs fallible, returning Result
2021-05-19, by Simon Sapin
dirstate-v2: Add a zero-size error type for dirstate v2 parse errors
2021-05-19, by Simon Sapin
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enums
2021-05-19, by Simon Sapin
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
2021-05-19, by Simon Sapin
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
2021-05-19, by Simon Sapin
dirstate-tree: Remove DirstateMap::iter_node_data_mut
2021-05-19, by Simon Sapin
merge with stable
2021-05-28, by Matt Harbison
revlog: close the index file handle after the data one
2021-05-26, by Pierre-Yves David
revlog: simplify the try nesting in the `_writing` context
2021-05-26, by Pierre-Yves David
revlogv2: add a `get_data` helper to grab the next piece of docket
2021-05-20, by Pierre-Yves David
revlogv2: simplify and clarify the processing of each entry
2021-05-20, by Pierre-Yves David
revlogv2: use a unique filename for data
2021-05-19, by Pierre-Yves David
revlogv2: use a unique filename for index
2021-05-18, by Pierre-Yves David
rhg: A missing .hg/dirstate file is not an error
2021-05-22, by Simon Sapin
rhg: Sort `rhg status` output correctly
2021-05-22, by Simon Sapin
dirstate-v2: Add `hg debugupgraderepo` command support
2021-05-19, by Simon Sapin
upgrade: Use `improvement` subclasses everywhere, not instances
2021-05-21, by Simon Sapin
exewrapper: avoid directly linking against python3X.dll
2021-05-11, by Matt Harbison
tests: partially fix test-transaction-rollback-on-revlog-split.t on Windows
2021-05-20, by Matt Harbison
tests: fix test-transaction-safety.t on Windows
2021-05-20, by Matt Harbison
docket: move the uid logic in the `revlogutils.docket` module
2021-05-19, by Pierre-Yves David
persistent-nodemap: use the intended uuid size
2021-05-19, by Pierre-Yves David
persistent-nodemap: add a way to make the picked uid predictable
2021-05-19, by Pierre-Yves David
run-tests: disable color in 'auto' mode on Windows if stdout is redirected
2021-05-06, by Matt Harbison
run-tests: enable color on Windows
2021-05-06, by Matt Harbison
transaction: trivial refactoring
2021-05-16, by Valentin Gatien-Baron
test: remove some unnecessary dependency on repo format
2021-05-18, by Valentin Gatien-Baron
hg-cpython: fix new occuring TypeError
2021-05-21, by Raphaël Gomès
errors: make exit codes class variables instead
2021-05-20, by Martin von Zweigbergk
narrow: widen when files are excluded by sparse and not included by narrow
2021-05-18, by Charles Chamberlain
hghave: make error output easier to diagnose
2021-05-18, by Augie Fackler
tests: add req on bash for test-transaction-rollback-on-sigpipe (issue6429)
2021-05-18, by Augie Fackler
updatecaches: deprecate the `full` argument
2021-05-17, by Pierre-Yves David
updatecaches: use the `caches` argument instead of a special `full` value
2021-05-17, by Pierre-Yves David
updatecaches: use the caches argument in `hg debugupdatecaches`
2021-05-17, by Pierre-Yves David
updatecaches: adds a `caches` parameters to `repo.updatecaches`
2021-05-17, by Pierre-Yves David
updatecaches: introduce a set of constants to control which are updated
2021-05-17, by Pierre-Yves David
errors: make StorageError subclass Error, attaching an exit code to it
2021-05-18, by Martin von Zweigbergk
revlog: avoid raising no-arg RevlogError for internal flow control
2021-05-18, by Martin von Zweigbergk
errors: catch the new Error class in scmutil and chgserver
2021-05-18, by Martin von Zweigbergk
errors: create superclass for Abort exception
2021-05-18, by Martin von Zweigbergk
errors: make InterventionRequired subclass Abort
2021-05-18, by Martin von Zweigbergk
errors: move Abort earlier, so more exceptions can subclass it
2021-05-18, by Martin von Zweigbergk
errors: let each Abort subclass define its error code
2021-05-18, by Martin von Zweigbergk
rust: Fix "panic message is not a string literal" warnings
2021-05-19, by Simon Sapin
rust: Add type annotation to fix inference on Rust Nightly
2021-05-19, by Simon Sapin
recover: only apply last journal record per file (issue6423)
2021-05-19, by Joerg Sonnenberger
revlog: update data file record before index rename
2021-05-19, by Joerg Sonnenberger
revlog: fix index computation during inline->non-inline transition
2021-05-18, by Joerg Sonnenberger
dirstate-v2: Change the on-disk format to be tree-shaped
2021-05-19, by Simon Sapin
dirstate-tree: Extract into a method sorting children of a given node
2021-05-19, by Simon Sapin
dirstate-v2: Add a variant of some tests, that uses the new format
2021-05-19, by Simon Sapin
dirstate-v2: Change the on-disk format when the requirement is enabled
2021-05-19, by Simon Sapin
dirstate-v2: Update the expected output of some tests for new requirement
2021-05-19, by Simon Sapin
tests: More cleanly separate expected hexdump output
2021-05-19, by Simon Sapin
dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirement
2021-05-19, by Simon Sapin
urlutil: provide some information about "bad url" when processing `pushurl`
2021-04-16, by Pierre-Yves David
revset: document the `outgoing` behavior if the path resolve to multiple urls
2021-04-11, by Pierre-Yves David
multi-urls: document the feature
2021-04-16, by Pierre-Yves David
multi-urls: add a boolean suboption that unlock path specification as list
2021-04-16, by Pierre-Yves David
urlutil: move url "fixing" at the time of `ui.paths` initialization
2021-04-15, by Pierre-Yves David
rewriteutil: add pointer to help text when rewrite would cause divergence
2021-05-17, by Martin von Zweigbergk
changelogv2: use a dedicated on disk format for changelogv2
2021-05-04, by Pierre-Yves David
revlog: do not call Rust code if the index is not compatible with it
2021-05-04, by Pierre-Yves David
revlog: signal which revlog index are compatible with Rust
2021-05-04, by Pierre-Yves David
revlog: pass around the `rev` we deal with when packing/unpacking entry
2021-05-04, by Pierre-Yves David
changelogv2: use a dedicated version number
2021-03-29, by Pierre-Yves David
changelogv2: `copies-side-data` now implies `changelogv2`
2021-05-04, by Pierre-Yves David
changelogv2: allow upgrade from and to this format
2021-05-04, by Pierre-Yves David
changelogv2: introduce a "changelogv2" feature
2021-03-29, by Pierre-Yves David
revlogv2: drop the code related to inlined revlogv2
2021-05-04, by Pierre-Yves David
revlogv2: no longer attempt to use inline for new revlog
2021-05-04, by Pierre-Yves David
sidedata: use the "feature" to detect that sidedata are enabled
2021-05-04, by Pierre-Yves David
revlog: compress sidedata when doing "post-pull" sidedata update
2021-05-03, by Pierre-Yves David
revlog: compress sidedata in `_writeentry`
2021-05-03, by Pierre-Yves David
revlog: apply compression mode while reading sidedata
2021-05-03, by Pierre-Yves David
revlog: introduce a compression mode for sidedata in the revlog index
2021-05-03, by Pierre-Yves David
revlog: implement a "default compression" mode
2021-05-03, by Pierre-Yves David
revlog: add a `_get_decompressor` method
2021-05-03, by Pierre-Yves David
revlog: introduce a plain compression mode
2021-05-03, by Pierre-Yves David
revlog: use an intermediate variable for `data` in `_chunk`
2021-05-03, by Pierre-Yves David
revlogv2: preserve the compression mode on disk
2021-05-03, by Pierre-Yves David
revlog: use `format_version` to dispatch different version in index_get
2021-05-04, by Pierre-Yves David
revlog: add a "data compression mode" entry in the index tuple
2021-05-03, by Pierre-Yves David
revlog: fix the `null_item` attribute for V0
2021-05-04, by Pierre-Yves David
revlog: create a create `null_item` attribute for V0
2021-05-04, by Pierre-Yves David
revlog: improve documentation of the entry tuple
2021-05-03, by Pierre-Yves David
revlog: simplify entry update logic in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: simplify the replace_sidedata_info code
2021-05-04, by Pierre-Yves David
revlog: use `rev` instead of `i` in replace_sidedata_info
2021-05-03, by Pierre-Yves David
revlogv2: also keep track for the size of the "data" file
2021-05-03, by Pierre-Yves David
revlogv2: track pending write in the docket and expose it to hooks
2021-05-03, by Pierre-Yves David
revlog: move the `trypending` logic from the `changelog` to the `revlog`
2021-05-03, by Pierre-Yves David
revlogv2: delay the update of the changelog docket to transaction end
2021-05-03, by Pierre-Yves David
revlogv2: track current index size in the docket
2021-05-03, by Pierre-Yves David
revlogv2: also test transactionality of revlog v2
2021-05-03, by Pierre-Yves David
revlog: add a new test file focussed on testing transactionally issue
2021-05-03, by Pierre-Yves David
revlogv2: store version information in the docket only
2021-05-03, by Pierre-Yves David
revlogv2: introduce a very basic docket file
2021-05-03, by Pierre-Yves David
branching: merge stable into default
2021-05-17, by Raphaël Gomès
revlogv2: mark revlogv2 as requires a full upgrade
2021-05-03, by Pierre-Yves David
revlog: unify flag processing when loading index
2021-05-03, by Pierre-Yves David
revlog: unify checks for supported flag
2021-05-03, by Pierre-Yves David
side-data: drop the associated config and requirements
2021-05-03, by Pierre-Yves David
revlog: fix capitalisation of an error
2021-05-03, by Pierre-Yves David
test: no longer directly use the sidedata config and requirements
2021-05-03, by Pierre-Yves David
sidedata: add a 'side-data' repository feature and use it
2021-05-03, by Pierre-Yves David
statichttp: add the missing `features` attribute
2021-05-03, by Pierre-Yves David
sidedata: use revlogv2 requirement in the test helper
2021-05-03, by Pierre-Yves David
upgrade: display sidedata before upgrade
2021-05-03, by Pierre-Yves David
revlog: determine sidedata support based on the revlog version
2021-05-03, by Pierre-Yves David
requirements: no longer drop `generaldelta` requirement with revlogv2
2021-05-03, by Pierre-Yves David
config: drop the `format.exp-revlogv2.2` option
2021-05-03, by Pierre-Yves David
revlog: only use the `_indexfp` method for read operation
2021-05-03, by Pierre-Yves David
revlog: use `_writing` in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: open files in 'r+' instead of 'a+'
2021-05-03, by Pierre-Yves David
revlog: pass a transaction object to `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: rename variable in `rewrite_sidedata` to match other code
2021-05-03, by Pierre-Yves David
revlog: introduce a mandatory `_writing` context to update revlog content
2021-05-03, by Pierre-Yves David
revlog: preindent some code in _enforceinlinesize
2021-05-03, by Pierre-Yves David
revlog: preindent some code in addgroup
2021-05-03, by Pierre-Yves David
pyoxidizer: use Python 3.9 (BC)
2021-05-06, by Gregory Szorc
packaging: use PyOxidizer for producing WiX MSI installer
2021-05-06, by Gregory Szorc
packaging: extract invocation of pyoxidizer to own function
2021-05-06, by Gregory Szorc
packaging: rename run_pyoxidizer()
2021-05-06, by Gregory Szorc
packaging: move documentation HTML building to own function
2021-05-06, by Gregory Szorc
pyoxidizer: support code signing
2021-05-06, by Gregory Szorc
pyoxidizer: support producing MSI installers
2021-05-06, by Gregory Szorc
pyoxidizer: use allocator_backend instead of raw_allocator
2021-05-06, by Gregory Szorc
pyoxidizer: simplify targets
2021-05-06, by Gregory Szorc
contrib: install PyOxidizer 0.16.0
2021-05-06, by Gregory Szorc
pyoxidizer: pin Python to 3.8
2021-05-06, by Gregory Szorc
pyoxidizer: remove some boilerplate in file
2021-05-06, by Gregory Szorc
contrib: upgrade Rust in Windows automation
2021-05-06, by Gregory Szorc
contrib: update Python versions in Windows automation
2021-05-06, by Gregory Szorc
automation: update rust in Linux environment
2021-05-06, by Gregory Szorc
automation: install latest Python versions in Linux environment
2021-05-06, by Gregory Szorc
automation: create Python 3.5 variant of requirements.txt
2021-05-06, by Gregory Szorc
hgweb: Fix deprecation warning in Python 3.10 (issue6520)
2021-05-15, by Karthikeyan Singaravelan
dirstate-tree: Remove newly-empty nodes after removing a `DirstateEntry`
2021-05-10, by Simon Sapin
dirstate-tree: Refactor DirstateMap::drop_file to be recursive
2021-05-10, by Simon Sapin
templates: fix `revset('parents()') % ...` in amend message template
2021-05-11, by Martin von Zweigbergk
path: teach the `hg path` command to display boolean sub-option
2021-04-15, by Pierre-Yves David
parselist: move the function from config to stringutil
2021-04-16, by Pierre-Yves David
bookmark: use `list_paths` to access path definition
2021-04-16, by Pierre-Yves David
urlutil: make `paths` class old list of `path`
2021-04-15, by Pierre-Yves David
urlutil: extract `chain_path` in a function
2021-04-15, by Pierre-Yves David
urlutil: add a `copy` method to `path
2021-04-15, by Pierre-Yves David
template: add a `paths` field to all entry in peerurls
2021-04-15, by Pierre-Yves David
status: Add some more tests
2021-05-11, by Simon Sapin
run-tests: use the same python version for shebang lines on Windows
2021-05-08, by Matt Harbison
vfs: Fix deprecation warning in Python 3.10 (issue6520)
2021-05-14, by Karthikeyan Singaravelan
contrib: fix typo
2021-05-12, by Raphaël Gomès
revlog: rename `indexdata` to entry_data
2021-05-03, by Pierre-Yves David
revlog: use "entry_point" phrasing for loading the revlog
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_flags when loading index
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_version when loading index
2021-05-03, by Pierre-Yves David
revlog: use `_format_flags` to access flags instead of `header`
2021-05-03, by Pierre-Yves David
revlog: rename `newversionflags` to `new_header`
2021-05-03, by Pierre-Yves David
revlog: rename `versionflags` to header
2021-05-03, by Pierre-Yves David
revlog: move index reading logic in a dedicated method
2021-05-03, by Pierre-Yves David
revlog: define the actual index and datafile at loading time
2021-05-03, by Pierre-Yves David
revlog: simplify a conditionnal in _enforceinlinesize
2021-05-03, by Pierre-Yves David
revlog: drop `flush` parameter from `_peek_iscensored`
2021-05-03, by Pierre-Yves David
revlog: fix error message when data are missing
2021-05-03, by Pierre-Yves David
revlog: rename `nodemap_file` to `_nodemap_file`
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in error related to bad revisions
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in "revision too big" errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in censor related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in integrity error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in ambiguity errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for corruption error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in format related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in narrow error message
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in LookupError
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for FilteredLookupError
2021-05-03, by Pierre-Yves David
revlog: introduce a `display_id` property
2021-05-03, by Pierre-Yves David
revlog: also use radix when computing nodemap data file
2021-05-03, by Pierre-Yves David
revlog: stop usage of `_indexfile` to computing nodemap path
2021-05-03, by Pierre-Yves David
revlog: use a "radix" to address revlog
2021-05-03, by Pierre-Yves David
revlog: rename `datafile` to `datafile`
2021-05-03, by Pierre-Yves David
revlog: rename `indexfile` to `_indexfile`
2021-05-03, by Pierre-Yves David
filelog: drop `indexfile` from `filelog`
2021-05-03, by Pierre-Yves David
manifest: drop the `indexfile` from `manifestrevlog`
2021-05-03, by Pierre-Yves David
revlog: deal with special "postfix" explicitely
2021-05-03, by Pierre-Yves David
revlog: split the option initialisation in its own method
2021-05-03, by Pierre-Yves David
revlog: always "append" full size tuple
2021-05-03, by Pierre-Yves David
revlog: make the index always return the same tuple
2021-05-03, by Pierre-Yves David
revlog: introduce an explicit `format_version` member in the index struct
2021-05-03, by Pierre-Yves David
revlog: rename `hdrsize` to `entry_size` in the C code
2021-05-03, by Pierre-Yves David
revlog: split the `version` attribute into its two components
2021-05-03, by Pierre-Yves David
verify: pass a revlog to `_checkrevlog` in `_verifymanifest`
2021-05-03, by Pierre-Yves David
revlog: replace flag check related to generaldelta with attribute check
2021-05-03, by Pierre-Yves David
revlog: replace REVLOGV2 check related to sidedata with `hassidedata` checks
2021-05-03, by Pierre-Yves David
revlog: explicitely pass the "indexfile" parameter
2021-05-03, by Pierre-Yves David
revlog: highlight current incompatibility in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: adjust rewrite_sidedata code to not delete existing revlog content
2021-05-03, by Pierre-Yves David
status: Add tests for some more edge cases
2021-05-07, by Simon Sapin
status: Extend issue 6483 test to exclude patterns
2021-05-07, by Simon Sapin
dirstate-tree: Add a test showing that issue 6335 is fixed
2021-05-07, by Simon Sapin
dirstate-tree: Add a dirstate-v1-tree variant of some tests
2021-05-03, by Simon Sapin
merge with stable
2021-05-07, by Matt Harbison
rename: add hint about --at-rev if source file doesn't exist
2021-05-07, by Martin von Zweigbergk
dirstate-tree: Borrow paths from the "on disk" bytes
2021-04-30, by Simon Sapin
dirstate-tree: Borrow copy source paths from the "on disk" bytes
2021-04-30, by Simon Sapin
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
2021-04-30, by Simon Sapin
dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
2021-04-30, by Simon Sapin
rust: Read dirstate from disk in DirstateMap constructor
2021-04-30, by Simon Sapin
rust: Remove handling of `parents` in `DirstateMap`
2021-04-30, by Simon Sapin
dirstate-tree: Fold "tracked descendants" counter update in main walk
2021-04-30, by Simon Sapin
dirstate-tree: Use HashMap instead of BTreeMap
2021-04-29, by Simon Sapin
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`
2021-04-27, by Simon Sapin
dirstate-tree: Paralellize the status algorithm with Rayon
2021-04-27, by Simon Sapin
dirstate-tree: Avoid BTreeMap double-lookup when inserting a dirstate entry
2021-04-27, by Simon Sapin
dirstate-tree: Handle I/O errors in status
2021-04-26, by Simon Sapin
dirstate-tree: Ignore FIFOs etc. in the status algorithm
2021-04-26, by Simon Sapin
dirstate-tree: Add the new `status()` algorithm
2021-04-16, by Simon Sapin
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
2021-04-16, by Simon Sapin
rust: Add doc-comments to DirstateStatus fields
2021-04-06, by Simon Sapin
rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
2021-04-06, by Simon Sapin
rust: Remove DirstateMap::file_fold_map
2021-04-13, by Simon Sapin
dirstate-tree: Add "non normal" and "from other parent" sets
2021-04-09, by Simon Sapin
dirstate-tree: Add add_file, remove_file, and drop_file
2021-04-09, by Simon Sapin
dirstate-tree: Add has_dir and has_tracked_dir
2021-04-12, by Simon Sapin
dirstate-tree: Add clear_ambiguous_times in the new DirstateMap
2021-04-12, by Simon Sapin
dirstate-tree: Add copy_map_insert and copy_map_remove
2021-04-12, by Simon Sapin
dirstate-tree: Maintain a counter of DirstateEntry’s and copy sources
2021-04-12, by Simon Sapin
dirstate-tree: Serialize to disk
2021-04-12, by Simon Sapin
rust: Add a Timestamp struct instead of abusing Duration
2021-04-12, by Simon Sapin
dirstate-tree: Add tree traversal/iteration
2021-04-06, by Simon Sapin
dirstate-tree: Add map `get` and `contains_key` methods
2021-04-06, by Simon Sapin
dirstate-tree: Add parsing only dirstate parents from disk
2021-04-06, by Simon Sapin
dirstate-tree: Implement DirstateMap::read
2021-03-31, by Simon Sapin
dirstate-tree: Add `WithBasename` wrapper for `HgPath`
2021-04-08, by Simon Sapin
dirstate-tree: Empty shell for a second Rust DirstateMap implementation
2021-03-30, by Simon Sapin
dirstate-tree: Abstract "non-normal" and "other parent" sets
2021-04-08, by Simon Sapin
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
2021-03-30, by Simon Sapin
remotefilelog: use the correct capability when using getfilestype threaded
2021-05-05, by Kévin Lévesque
test-copies: test that copies' sidedata can get computed during push
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata can get computed during pull
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata does not get corrupted during push
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata does not get corrupted during pull
2021-04-19, by Pierre-Yves David
test-copies: simplify some conditional output
2021-04-19, by Pierre-Yves David
sidedata: move documentation about sidedata helpers to sidedata module
2021-04-19, by Raphaël Gomès
sidedata: move sidedata-related utils to the dedicated module
2021-04-19, by Raphaël Gomès
sidedata: replace sidedata upgrade mechanism with the new one
2021-04-19, by Raphaël Gomès
sidedata: add a way of replacing an existing sidedata computer
2021-04-19, by Raphaël Gomès
bundle2: remove restriction around sidedata
2021-04-08, by Raphaël Gomès
sidedata: enable sidedata computers to optionally rewrite flags
2021-04-08, by Raphaël Gomès
cg4: introduce protocol flag to signify the presence of sidedata
2021-04-10, by Raphaël Gomès
changegroup: don't limit cgv4 to revlogv2 repos
2021-04-08, by Raphaël Gomès
sidedata: gate sidedata functionality to revlogv2 in more places
2021-04-08, by Raphaël Gomès
sidedata: register copies sidedata computer regardless of the revlog version
2021-03-30, by Raphaël Gomès
revlog: replace the old `revlog_kind` approach with the new `target` one
2021-04-08, by Pierre-Yves David
revlog: introduce an explicit tracking of what the revlog is about
2021-04-06, by Pierre-Yves David
config: add --source option to include source of value
2021-05-04, by Martin von Zweigbergk
rewriteutil: say how many commits would become orphan if commit is rewritten
2021-05-04, by Martin von Zweigbergk
rewriteutil: give examples of public changesets that can't be rewritten
2021-05-04, by Martin von Zweigbergk
merge: with stable
2021-05-03, by Augie Fackler
branching: merge stable into default
2021-05-03, by Raphaël Gomès
manifests: push down expected node length into the parser
2021-04-30, by Joerg Sonnenberger
core: don't hard-code node length
2021-04-30, by Joerg Sonnenberger
core: don't hard-code hex node lengths
2021-04-30, by Joerg Sonnenberger
enforcesinglehead-test: add the expected node output next to the error
2021-05-03, by Pierre-Yves David
revlog: code for `revlogv0` in its own module
2021-04-08, by Pierre-Yves David
revlog: have an explicit "pack_header" method
2021-04-01, by Pierre-Yves David
revlog: remove the revlogio class
2021-05-01, by Pierre-Yves David
revlog: fix some comment style
2021-05-01, by Pierre-Yves David
revlog: add a `entry_binary` method on index
2021-04-08, by Pierre-Yves David
template: make an explicit closure for formatting entry in peerurls
2021-04-15, by Pierre-Yves David
template: use `list_paths` in `peerurls`
2021-04-15, by Pierre-Yves David
paths: use `list_paths` in `hg paths`
2021-04-15, by Pierre-Yves David
urlutil: introduce a new `list_paths` function
2021-04-15, by Pierre-Yves David
urlutil: deprecate `getpath`
2021-04-15, by Pierre-Yves David
urlutil: inline the relevant part of `getpath` in `get_push_paths`
2021-04-15, by Pierre-Yves David
url_util: introduce a `try_path` function
2021-04-15, by Pierre-Yves David
narrow: add more status messages when narrowing
2021-04-20, by Martin von Zweigbergk
narrow: add progress-reporting when looking for local changes in `hg tracked`
2021-04-20, by Martin von Zweigbergk
chg: pass --no-profile to disable profiling when starting hg serve
2021-04-16, by Kyle Lippincott
profiling: add --no-profile to disable profiling enabled via config
2021-04-16, by Kyle Lippincott
tests: fix test-chg to ignore a warning about being unable to set locale
2021-04-16, by Kyle Lippincott
branch: delete obsolete message about changing branch of obsolete commit
2021-04-27, by Martin von Zweigbergk
rewriteutil: check for divergence
2021-02-23, by Martin von Zweigbergk
rewriteutil: adapt "cannot %s while merging" to work with "change branch of"
2021-04-28, by Martin von Zweigbergk
rewriteutil: point to help about instability when rewriting creates orphan
2021-02-11, by Martin von Zweigbergk
help: add topic about evolution, based on text from evolve extension
2021-04-27, by Martin von Zweigbergk
rewriteutil: add devel warning if precheck is called with contexts
2021-02-11, by Martin von Zweigbergk
rewriteutil: replace "null changeset" by "the null revision" in error message
2021-04-27, by Martin von Zweigbergk
node: replace nullid and friends with nodeconstants class
2021-03-29, by Joerg Sonnenberger
Added signature for changeset 411dc27fd9fd
stable
2021-07-09, by Pulkit Goyal
Added tag 5.8.1 for changeset 411dc27fd9fd
stable
2021-07-09, by Pulkit Goyal
corruption: backout changeset 49fd21f32695 (issue6528)
stable
5.8.1
2021-07-06, by Pierre-Yves David
corruption: add a test for issue6528
stable
2021-07-06, by Pierre-Yves David
stream: double check that self.vfs is *not* in the vfsmap
stable
2021-06-24, by Pierre-Yves David
Backed out changeset 9b8f326731ac
stable
2021-06-30, by Mathias De Mare
packaging: disable rust extensions again on CentOS
stable
2021-06-15, by Mathias De Mare
cext: fix memory leak in phases computation
stable
2021-06-06, by Georges Racinet
tests: monkeypatch `util.get_password()` to avoid deadlocks on Windows
stable
2021-05-20, by Matt Harbison
rust-status: fix ignore and include not composing (issue6514)
stable
2021-05-04, by Raphaël Gomès
rust-status: highlight a bug in Rust-augmented status
stable
2021-05-04, by Raphaël Gomès
cache: avoid warming the fnodetags cache after clone
stable
2021-05-07, by Pierre-Yves David
run-tests: fix whitelist/blacklist with directories on Windows
stable
2021-05-05, by Matt Harbison
run-tests: ignore PermissionError when checking available ports
stable
2021-03-11, by Matt Harbison
heptapod-ci: enable pytype checking
stable
2021-04-12, by Matt Harbison
hghave: fix the definition of `python3` to work on Windows
stable
2021-05-06, by Matt Harbison
util: avoid echoing the password to the console on Windows py3 (issue6446)
stable
2021-05-12, by Matt Harbison
convert: update p4 for Python 3
stable
2021-05-10, by Nate Skulic
tests: change the fixer commands to use the buffer attribute on stdio objects
stable
2021-05-02, by Matt Harbison
tests: stabilize test-persistent-nodemap.t on Windows
stable
2021-05-01, by Matt Harbison
tests: invoke some shell scripts through the shell interpreter for Windows
stable
2021-05-02, by Matt Harbison
tests: run python script through quoted interpreter instead of directly
stable
2021-05-01, by Matt Harbison
tests: ensure `$PYTHON` is quoted for Windows
stable
2021-05-01, by Matt Harbison
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
2021-04-30, by Kyle Lippincott
debugcommands: fix some plural-agreements I noticed
stable
2021-05-04, by Augie Fackler
Added signature for changeset 067f2c53fb24
stable
2021-05-03, by Pulkit Goyal
Added tag 5.8 for changeset 067f2c53fb24
stable
2021-05-03, by Pulkit Goyal
phabricator: adapt to the new `urlutil.url()` API
stable
5.8
2021-05-01, by Matt Harbison
extensions: ignore exceptions from an extension's `getversion()` method
stable
2021-04-30, by Matt Harbison
git: ensure all dirstate state values are bytes
stable
2021-04-28, by Matt Harbison
tests: synchronize the git and Mercurial username
stable
2021-04-28, by Matt Harbison
git: initialize `extra` to have at least the branch name for nullid
stable
2021-04-27, by Matt Harbison
git: consistently use str for parents when rebuilding the index database
stable
2021-04-27, by Matt Harbison
git: pass the correct type to the sqlite3 query for baselog.hasnode()
stable
2021-04-27, by Matt Harbison
git: use the correct type for stopping changelog.revs()
stable
2021-04-27, by Matt Harbison
git: use the proper filenode for deleted files in changelog.changelogrevision
stable
2021-04-27, by Matt Harbison
tests: add coverage for git.changelog.headrevs(...)
stable
2021-04-27, by Matt Harbison
git: make changelog.tiprev() return int instead of tuple (issue6510)
stable
2021-04-27, by Matt Harbison
git: fix partial node matching
stable
2021-04-27, by Matt Harbison
tests: stabilize test-git-interop.t for some versions of git
stable
2021-04-27, by Matt Harbison
tests: bump default timeout to 360s
stable
2021-04-30, by Joerg Sonnenberger
relnotes: copy contents of "next" to "5.8" and clear "next"
stable
2021-04-20, by Martin von Zweigbergk
dirstateguard: use mktemp-like functionality to generate the backup filenames
stable
2021-04-20, by Kyle Lippincott
repoview: separate concerns in _filteredrepotypes comment
stable
2021-04-24, by Georges Racinet
repoview: fix memory leak of filtered repo classes
stable
2021-04-23, by Georges Racinet
repoview: style change in newtype() cache handling
stable
2021-04-24, by Georges Racinet
tests: don't hard-code /bin/bash
stable
2021-04-22, by Joerg Sonnenberger
lint: fix failing code check
stable
2021-04-21, by Raphaël Gomès
typing: enable pytype processing on mercurial/upgrade_utils/actions.py
stable
2021-04-14, by Matt Harbison
incoming: use bytes for an error message
stable
2021-04-18, by Matt Harbison
merge: stable heads
stable
2021-04-21, by Augie Fackler
Added signature for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
Added tag 5.8rc1 for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip