Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
flagprocessors: use _processflagsread in simple cases
2019-08-30, by Pierre-Yves David
flagprocessors: use _processflagswrite for write operation
2019-08-30, by Pierre-Yves David
flagprocessors: introduce specialized functions
2019-08-30, by Pierre-Yves David
flagutil: use it in simplestorerepo
2019-08-08, by Pierre-Yves David
flagutil: make the error class used by the mixin configurable
2019-08-08, by Pierre-Yves David
flagutil: use the new mixin use in remotefilelog
2019-09-07, by Pierre-Yves David
flagutil: introduce a flagprocessorsmixin class
2019-08-08, by Pierre-Yves David
check-code: allow command substitution with $(command)
2019-09-06, by Martin von Zweigbergk
run-tests: rename `lcmd` variable to `line_cmd`
2019-06-14, by Pierre-Yves David
run-tests: rename `lout` variable to `out_line`
2019-06-14, by Pierre-Yves David
run-tests: clarify "l" variable as "out_rawline"
2019-06-14, by Pierre-Yves David
run-tests: use symbolic constant instead of arbitrary number line matching
2019-06-14, by Pierre-Yves David
rustfilepatterns: shorter code for concatenating slices
2019-08-25, by Valentin Gatien-Baron
match: simplify the regexps created for glob patterns
2019-08-25, by Valentin Gatien-Baron
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8]
2019-08-26, by Valentin Gatien-Baron
tests: show the pattern generated for a relative glob
2019-08-25, by Valentin Gatien-Baron
copies: remove existing copy info from the changeset on amend (BC)
2019-07-16, by Martin von Zweigbergk
tests: show invalid copies when turning off copies-in-changeset
2019-07-16, by Martin von Zweigbergk
context: filter out invalid copies from workingctx.p[12]copies()
2019-08-19, by Martin von Zweigbergk
tests: demonstrate crash when committing subset of copies to changeset
2019-08-19, by Martin von Zweigbergk
bdiff-torture: fix pyflakes warning reporting undefined name 'inst'
2019-08-22, by Pulkit Goyal
split: handle partial commit of renames when doing split or record (issue5723)
2019-08-27, by Kyle Lippincott
split: handle partial commit of copies when doing split or record
2019-08-27, by Kyle Lippincott
py3: use pycompat.sysargv[0] for instead of fsencode(sys.argv[0])
2019-09-01, by Martin von Zweigbergk
httppeer: use context manager when reading temporary bundle to send
2019-09-04, by Martin von Zweigbergk
httppeer: use context manager when writing temporary bundle to send
2019-09-04, by Martin von Zweigbergk
rust-cpython: mark unsafe functions as such
2019-09-01, by Yuya Nishihara
rust-cpython: pair leaked reference with its manager object
2019-09-01, by Yuya Nishihara
rust-cpython: introduce restricted variant of RefCell
2019-09-01, by Yuya Nishihara
tests: register test-merge-combination.t as small but slow
stable
2019-09-07, by Pierre-Yves David
test: allow different result for zstd compression (issue6188)
stable
2019-09-06, by Julien Cristau
rust-cpython: fix unsafe inner(py).borrow_mut() calls
2019-09-01, by Yuya Nishihara
revlog: deprecate the use of `revision(..., raw=True)`
2019-09-02, by Pierre-Yves David
Added signature for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
Added tag 5.1.1 for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
remotefilelog: reduce probability of race-condition in remotefilelog tests
2019-08-28, by Boris Feld
rust: apply more formatting fixes
2019-08-31, by Yuya Nishihara
rust-utils: add normalize_case util to mirror Python one
2019-08-22, by Raphaël Gomès
rust: fix warnings about trait objects without dyn being deprecated
2019-08-28, by Valentin Gatien-Baron
py3: convert hg executable path to bytes in missing case in procutil
2019-08-29, by Martin von Zweigbergk
py3: make statprof's chrome output work
2019-08-31, by Martin von Zweigbergk
py3: for statprof's Chrome output, write json to string, then encode to bytes
2019-08-30, by Martin von Zweigbergk
statprof: use context manager for file when writing flame graph
2019-08-30, by Martin von Zweigbergk
statprof: use context manager when reading source from file
2019-08-30, by Martin von Zweigbergk
statprof: clarify by naming tuple members while enumerate()'ing
2019-08-30, by Martin von Zweigbergk
upgrade: make sure we reclone all revlogs when updating to some format
2019-08-05, by Pierre-Yves David
upgrade: add an argument to control changelog upgrade
2019-07-30, by Pierre-Yves David
upgrade: add an argument to control manifest upgrade
2019-07-30, by Pierre-Yves David
unionrepo: drop the custom `rawdata` implementation
2019-08-30, by Pierre-Yves David
unionrepo: drop `baserevdiff`
2019-08-30, by Pierre-Yves David
unionrepo: use normal inheritance scheme to call revdiff
2019-08-30, by Pierre-Yves David
unionrepo: fix `revdiff` implementation to use `rawdata`
2019-08-30, by Pierre-Yves David
unionrepo: get rid of `baserevision`
2019-08-30, by Pierre-Yves David
unionrepo: use a lower level overide in unionrepo too
2019-08-30, by Pierre-Yves David
bundlerepo: drop the custom `rawdata` implementation
2019-08-30, by Pierre-Yves David
bundlerepo: drop the `baserevision` hack
2019-08-30, by Pierre-Yves David
bundlerepo: simplify code to take advantage of `_rawtext`
2019-08-30, by Pierre-Yves David
merge with stable
2019-08-31, by Yuya Nishihara
rust: run cargo fmt
2019-08-29, by Raphaël Gomès
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
python-zstandard: apply big-endian fix (issue6188)
stable
5.1.1
2019-08-25, by Gregory Szorc
exchange: abort on pushing bookmarks pointing to secret changesets (issue6159)
stable
2019-08-17, by Navaneeth Suresh
tests: add test to demonstrate issue6159
stable
2019-08-18, by Navaneeth Suresh
packaging: add Bullseye, remove Jessie
stable
2019-08-25, by Anton Shestakov
packaging: add Cosmic and Disco, remove Trusty and Artful
stable
2019-08-25, by Anton Shestakov
narrow: fix typo "respositories"
2019-08-22, by Martin von Zweigbergk
merge with stable
2019-08-23, by Augie Fackler
makefile: run Rust tests if cargo is installed
stable
2019-08-21, by Raphaël Gomès
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip