Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
py3: use pycompat.maplist() in chgserver
2019-08-28, by Martin von Zweigbergk
run-tests: handle --local before --with-hg
2019-08-23, by Martin von Zweigbergk
run-tests: error out on `--local --with-[c]hg`
2019-08-23, by Martin von Zweigbergk
contrib: simplify the genosxversion.py command to find the hg libraries
2019-08-20, by Matt Harbison
interfaceutil: move to interfaces/
2019-08-18, by Pulkit Goyal
interfaces: create a new folder for interfaces and move repository.py in it
2019-08-18, by Pulkit Goyal
narrow: fix typo "respositories"
2019-08-22, by Martin von Zweigbergk
merge with stable
2019-08-23, by Augie Fackler
merge: hint about using `hg resolve` for resolving conflicts
2019-08-21, by Martin von Zweigbergk
rust-dirstate: remove test case for DirsMultiset::new(Manifest, Some)
2019-08-17, by Yuya Nishihara
rust-dirstate: split DirsMultiset constructor per input type
2019-08-17, by Yuya Nishihara
rust-dirstate: remove excessive clone() of parameter and return value
2019-08-17, by Yuya Nishihara
rust-dirstate: handle invalid length of p1/p2 parameters
2019-08-17, by Yuya Nishihara
rust: simply use TryInto to convert slice to array
2019-08-17, by Yuya Nishihara
rust-dirstate: use PARENT_SIZE constant where appropriate
2019-08-17, by Yuya Nishihara
rust-dirstate: rename NULL_REVISION to NULL_ID which isn't a revision number
2019-08-17, by Yuya Nishihara
rust-dirstate: remove repetition in array literal
2019-08-17, by Yuya Nishihara
rust-dirstate: remove too abstracted way of getting &[u8]
2019-08-17, by Yuya Nishihara
rust-dirstate: remove unneeded "ref"
2019-08-17, by Yuya Nishihara
rust-parsers: fix unboxing of PyInt on Python 3
2019-08-17, by Yuya Nishihara
revlog: split `rawtext` retrieval out of _revisiondata
2019-08-20, by Pierre-Yves David
revlog: avoid caching raw text too early in _revisiondata
2019-08-19, by Pierre-Yves David
revlog: add some documentation to `_revisiondata` code
2019-08-07, by Pierre-Yves David
revlog: move `nullid` early return sooner in `_revisiondata`
2019-08-07, by Pierre-Yves David
revlog: stop calling `basetext` `rawtext` in _revisiondata
2019-08-07, by Pierre-Yves David
revlog: assign rawtext earlier in `_revisiondata`
2019-08-07, by Pierre-Yves David
revlog: drop silly `raw` parameter to `rawdata` function
2019-08-19, by Pierre-Yves David
perf: don't depend on pycompat for older Mercurial versions
2019-08-19, by Martin von Zweigbergk
perf: don't try to call `util.queue` on Mercurial version before it existed
2019-08-19, by Martin von Zweigbergk
perf: handle NameError for `pycompat.foo` when pycompat wasn't imported
2019-08-19, by Martin von Zweigbergk
rawdata: update callers in shallowbundle
2019-08-07, by Pierre-Yves David
rawdata: update callers in storageutils
2019-08-07, by Pierre-Yves David
rawdata: update callers in delta utils
2019-08-07, by Pierre-Yves David
rawdata: update callers in repository
2019-08-07, by Pierre-Yves David
rawdata: update callers in testing/storage.py
2019-08-07, by Pierre-Yves David
rawdata: update callers in test-revlog-raw
2019-08-07, by Pierre-Yves David
rawdata: update callers in lfs' tests
2019-08-07, by Pierre-Yves David
rawdata: update callers in lfs' wrapper
2019-08-07, by Pierre-Yves David
rawdata: update caller in wireprotov2server
2019-08-07, by Pierre-Yves David
rawdata: update callers in debugcommands
2019-08-07, by Pierre-Yves David
rawdata: update callers in sqlitestore
2019-08-07, by Pierre-Yves David
rawdata: update caller in remotefilelog
2019-08-07, by Pierre-Yves David
rawdata: update callers in bundlerepo
2019-08-07, by Pierre-Yves David
rawdata: update callers in context
2019-08-07, by Pierre-Yves David
rawdata: update caller in revlog
2019-08-07, by Pierre-Yves David
setup: fix a sorting issue I noticed in package names
2019-08-15, by Augie Fackler
py3: do not convert rust module/attribute names to bytes
2019-08-17, by Yuya Nishihara
transplant: unnest --stop case
2019-08-17, by Yuya Nishihara
rust-discovery: use while loop instead of match + break
2019-08-16, by Yuya Nishihara
rust-discovery: remove useless extern crate
2019-08-16, by Yuya Nishihara
transplant: added support for --stop flag
2019-07-26, by Taapas Agrawal
unshelve: abort on using --keep and --interactive together
2019-08-15, by Navaneeth Suresh
config: add experimental argument to the config registrar
2019-08-20, by Navaneeth Suresh
tests: split joint repo/changelog fake into one for each type
2019-08-14, by Augie Fackler
fix: pass line ranges as value instead of callback
2019-08-13, by Danny Hooper
fix: correctly parse the :metadata subconfig
2019-08-13, by Danny Hooper
fix: allow tools to use :linerange, but also run if a file is unchanged
2019-08-12, by Danny Hooper
rust-dirstate: call rust dirstatemap from Python
2019-07-10, by Raphaël Gomès
rust-dirstate: rust-cpython bridge for dirstatemap
2019-07-10, by Raphaël Gomès
rust-dirstate: rust implementation of dirstatemap
2019-07-10, by Raphaël Gomès
rust-cpython: add macro for sharing references
2019-07-09, by Raphaël Gomès
rust-docstrings: add missing module docstrings
2019-07-09, by Raphaël Gomès
rust-dirstate: improve API of `DirsMultiset`
2019-07-17, by Raphaël Gomès
rust-dirstate: use EntryState enum instead of literals
2019-07-09, by Raphaël Gomès
rust-parsers: switch to parse/pack_dirstate to mutate-on-loop
2019-07-09, by Raphaël Gomès
rust-parsers: move parser bindings to their own file and Python module
2019-07-10, by Raphaël Gomès
rust-dirstate: create dirstate submodule in hg-cpython
2019-07-08, by Raphaël Gomès
rust-discovery: using from Python code
2019-02-20, by Georges Racinet
rust-discovery: optimization of add commons/missings for empty arguments
2019-05-21, by Georges Racinet on percheron.racinet.fr
rust-discovery: using the children cache in add_missing
2019-04-16, by Georges Racinet
discovery: new devel.discovery.randomize option
2019-05-21, by Georges Racinet
rust-discovery: optionally don't randomize at all, for tests
2019-05-21, by Georges Racinet
rust-discovery: exposing sampling to python
2019-05-17, by Georges Racinet
rust-discovery: takefullsample() core implementation
2019-05-17, by Georges Racinet
rust-discovery: core implementation for take_quick_sample()
2019-05-17, by Georges Racinet
rust-discovery: read the index from a repo passed at init
2019-06-12, by Georges Racinet
rust-discovery: accept the new 'respectsize' init arg
2019-06-12, by Georges Racinet
merge with stable
2019-08-14, by Yuya Nishihara
unshelve: forget unknown files after a partial unshelve
2019-08-13, by Navaneeth Suresh
flagutil: move addflagprocessor to the new module (API)
2019-08-08, by Pierre-Yves David
flagutil: move insertflagprocessor to the new module (API)
2019-08-08, by Pierre-Yves David
flagutil: move REVIDX_KNOWN_FLAGS source of truth in flagutil (API)
2019-08-08, by Pierre-Yves David
flagutil: move the `flagprocessors` mapping in the new module
2019-08-08, by Pierre-Yves David
flagutil: create a `mercurial.revlogutils.flagutil` module
2019-08-08, by Pierre-Yves David
rawdata: register the method for `ifiledata`
2019-08-07, by Pierre-Yves David
rawdata: implement the method for `unionrepo` too
2019-08-07, by Pierre-Yves David
rawdata: implement the method for `remotefilelog` too
2019-08-07, by Pierre-Yves David
rawdata: implement `rawdata` for `simplestore` too
2019-08-07, by Pierre-Yves David
rawdata: forward `rawdata` call on `manifestlog`
2019-08-07, by Pierre-Yves David
rawdata: implement `rawdata` for `sqlitestore` too
2019-08-07, by Pierre-Yves David
rawdata: add the method to bundlerevlog
2019-08-07, by Pierre-Yves David
rawdata: forward the method call on `filelog` object
2019-08-07, by Pierre-Yves David
rawdata: introduce a `rawdata` method on revlog
2019-08-07, by Pierre-Yves David
revlog: split a `_revisiondata` method to file `revision` job
2019-08-07, by Pierre-Yves David
continue: added support for transplant
2019-07-24, by Taapas Agrawal
merge with stable
2019-08-09, by Augie Fackler
branchmap: explicitly warm+write all subsets of the branchmap caches
2019-08-05, by Kyle Lippincott
changectx: extract explicit computechangesetfilesremoved method from context
2019-06-12, by Pierre-Yves David
changectx: extract explicit computechangesetfilesadded method from context
2019-06-12, by Pierre-Yves David
copies: extract an explicit `computechangesetcopie` method from context
2019-08-06, by Pierre-Yves David
config: fix fm.data() handling of defaultvalue
2019-08-07, by Navaneeth Suresh
config: remove pycompat.bytestr() for defaultvalue
2019-08-03, by Navaneeth Suresh
unshelve: clear shelvedstate and _finishunshelve() on partial unshelve
2019-07-27, by Navaneeth Suresh
unshelve: delete shelvedstate after a successful unshelve --continue
2019-07-25, by Navaneeth Suresh
unshelve: handle stripping changesets on interactive mode
2019-07-24, by Navaneeth Suresh
byteify-strings: add --version argument
2019-08-06, by Raphaël Gomès
byteify-strings: add space in special comments to silence flake8 error
2019-08-06, by Raphaël Gomès
revset: drop argument when it's None
2019-07-18, by Anton Shestakov
stack: remove unnecessary reverse() predicate
2019-07-18, by Anton Shestakov
automation: increase root volume size on Linux
2019-08-03, by Gregory Szorc
automation: install Rust in Linux environment
2019-08-03, by Gregory Szorc
automation: update packages in requirements files
2019-08-03, by Gregory Szorc
automation: install latest Python versions
2019-08-03, by Gregory Szorc
upgrade: introduce the internal code for revlog cloning selection
2019-08-01, by Pierre-Yves David
upgrade: introduce a _copyrevlog method
2019-07-30, by Pierre-Yves David
upgrade: rename `_copyrevlogs` to `_clonerevlogs`
2019-07-27, by Pierre-Yves David
upgrade: walk the source store file only once
2019-07-27, by Pierre-Yves David
upgrade: always use full text if "full-add" mode is enable
2019-06-12, by Pierre-Yves David
byteify-strings: fix misalignment with multi-line parenthesis
2019-08-04, by Raphaël Gomès
byteify-strings: add test for byteify-strings.py
2019-08-02, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip