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.
rust: add a README
2020-01-20, by Valentin Gatien-Baron
rust: move hgcli's README out of the way
2020-01-20, by Valentin Gatien-Baron
verify: avoid spurious integrity warnings in verbose mode (issue6172)
2020-01-18, by Matt Harbison
py3: glob over exception in test-check-py3-compat.t
2020-01-17, by Gregory Szorc
py3: string normalization and I/O tweaks in test-lfs.t
2020-01-17, by Gregory Szorc
help: minor copy editing to the `config.format` section
2020-01-17, by Matt Harbison
changectx: mark parent of changesets as non filtered
2019-11-21, by Pierre-Yves David
changectx: use unfiltered changelog to walk ancestors in annotate
2019-11-21, by Pierre-Yves David
localrepo: also fast past the parents of working copies parents
2019-11-21, by Pierre-Yves David
localrepo: recognize trivial request for '.'
2019-11-17, by Pierre-Yves David
localrepo: fastpath access to "."
2019-11-17, by Pierre-Yves David
localrepo: also fastpath access to working copy parents when possible
2019-11-17, by Pierre-Yves David
examples: refer to nightly rustfmt in Windows-compatible way
2020-01-16, by Martin von Zweigbergk
convert: refactor authormap into separate function for outside use
2019-12-26, by Joerg Sonnenberger
remotefilelog: fix opening validatecachelog in text mode
2020-01-14, by Inada Naoki
cext: fix compiler warning about sign changing
2020-01-16, by Kyle Lippincott
sha1dc: avoid including the nonexistent stdint.h with Visual Studio 2008
2020-01-15, by Matt Harbison
py3: fix curses chunkselector fallback (when diffs are too large) on py3
2020-01-16, by Kyle Lippincott
transaction: allow finalizer to add finalizer
2020-01-15, by Pierre-Yves David
tests: stabilize test-subrepo-svn.t on Windows
2019-12-28, by Matt Harbison
rebase: fix bug where `--collapse` would apply diff on missing file
2020-01-13, by Martin von Zweigbergk
rebase: extract a variable for a repeated `repo[p1]`
2020-01-13, by Martin von Zweigbergk
graftcopies: document why the function is useful at all
2019-12-29, by Martin von Zweigbergk
graftcopies: remove `skip` and `repo` arguments
2019-12-27, by Martin von Zweigbergk
graftcopies: use _filter() for filtering out invalid copies
2019-12-27, by Martin von Zweigbergk
copies: replace duplicatecopies() by function that takes contexts
2020-01-06, by Martin von Zweigbergk
graft: extract repo[None] to a variable
2019-12-27, by Martin von Zweigbergk
rust-core: fix typo in comment
2020-01-16, by Aay Jay Chan
sha1dc: use buffer protocol when parsing arguments
2020-01-14, by Gregory Szorc
lfs: avoid quadratic performance in processing server responses
2020-01-14, by Matt Harbison
lfs: check content length after downloading content
2020-01-14, by Matt Harbison
lfs: rename a variable to clarify its use
2020-01-14, by Matt Harbison
sha1dc: use proper string functions on Python 2/3
2020-01-14, by Gregory Szorc
sha1dc: declare all variables at begininng of block
2020-01-14, by Gregory Szorc
sha1dc: manually define integer types on msvc 2008
2020-01-14, by Gregory Szorc
packaging: leverage os.path.relpath() in setup.py
2020-01-14, by Martin von Zweigbergk
rust-utils: add util to find a slice in another slice
2020-01-14, by Raphaël Gomès
dirstate: move rust fast-path calling code to its own method
2020-01-14, by Raphaël Gomès
lfs: add "bytes" as the unit to the upload/download progress bar
2020-01-14, by Matt Harbison
phabricator: post revisions in ascending topological order (issue6241)
2020-01-14, by Matt Harbison
doc: fix references to `revset.abstractsmartset`
2020-01-14, by Matt Harbison
fsmonitor: properly handle str ex.msg
2020-01-13, by Gregory Szorc
verify: allow the storage to signal when renames can be tested on `skipread`
2019-12-23, by Matt Harbison
lfs: don't skip locally available blobs when verifying
2019-12-22, by Matt Harbison
lfs: add a switch to `hg verify` to ignore the content of blobs
2019-12-20, by Matt Harbison
revlog: run rustfmt nightly
2020-01-08, by Augie Fackler
examples: specify rustfmt nightly using a $() construct
2020-01-08, by Augie Fackler
hg-core: rustfmt path.rs
2019-12-07, by Gregory Szorc
hg-core: vendor Facebook's path utils module
2019-12-07, by Gregory Szorc
revlog-native: introduced ABI version in capsule
2020-01-14, by Georges Racinet
phases: make phasecache._phasesets immutable
2020-01-13, by Rodrigo Damazio Bovendorp
phases: reduce code duplication in phasecache.getrevset
2020-01-13, by Rodrigo Damazio Bovendorp
scmutil: fix an unbound variable with progressbar debug enabled
2020-01-13, by Matt Harbison
hgext: replace references to hashlib.sha1 with hashutil.sha1
2020-01-13, by Augie Fackler
sslutil: migrate to hashutil.sha1 instead of hashlib.sha1
2020-01-13, by Augie Fackler
core: migrate uses of hashlib.sha1 to hashutil.sha1
2020-01-13, by Augie Fackler
hashutil: new package for hashing-related features
2020-01-13, by Augie Fackler
sha1dc: initial implementation of Python extension
2020-01-08, by Augie Fackler
sha1dc: import latest version from github
2020-01-08, by Augie Fackler
transaction: add a `hasfinalize` method
2020-01-11, by Pierre-Yves David
changelog: fix the diverted opener to accept more kwargs
2020-01-11, by Pierre-Yves David
revlog: reorder a conditionnal about revlogio
2020-01-06, by Pierre-Yves David
rebase: delete seemingly unnecessary needupdate()
2020-01-10, by Martin von Zweigbergk
workingctx: move setparents() logic from localrepo to mirror overlayworkingctx
2020-01-10, by Martin von Zweigbergk
overlayworkginctx: implement a setparents() to mirror dirstate.setparents()
2020-01-10, by Martin von Zweigbergk
overlayworkingctx: default branch to base context's branch
2020-01-10, by Martin von Zweigbergk
grep: speed up `hg grep --all-files some/path` by using ctx.matches(match)
2020-01-09, by Martin von Zweigbergk
py3: byteify the opener option to use `rust.index` to allow Rust revlogs
2020-01-09, by Matt Harbison
graft: use revset for intersecting with ancestor set
2019-12-27, by Martin von Zweigbergk
graft: don't remove from a list in a loop
2019-12-27, by Martin von Zweigbergk
tests: avoid grafting the same change over and over
2019-12-27, by Martin von Zweigbergk
py3: byteify some `ui.configbool()` parameters
2020-01-08, by Matt Harbison
rust-discovery: type alias for random generator seed
2019-12-23, by Georges Racinet
tests: split out another ~1/2 of test-graft.t
2019-12-27, by Martin von Zweigbergk
tests: split out ~1/3 of test-graft.t
2019-12-27, by Martin von Zweigbergk
overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies
2019-12-27, by Martin von Zweigbergk
movedirstate: get copies from dirstate before setting parents
2019-12-27, by Martin von Zweigbergk
fix: convert clang-format-ignorelist to use wildcards
2019-12-12, by Kyle Lippincott
packaging: update Ubuntu docker build dependencies to Python 3
2020-01-08, by Connor Sheehan
mmap: add a size argument to mmapread
2020-01-07, by Pierre-Yves David
revlogutils: move the NodeMap class in a dedicated nodemap module
2020-01-07, by Pierre-Yves David
rcutil: drop the `defaultrcpath()` method (API)
2019-12-29, by Matt Harbison
ui: add the ability to apply `defaultrc` configs from resources
2019-12-29, by Matt Harbison
ui: refactor `readconfig()` into a form that can consume resources
2019-12-29, by Matt Harbison
resourceutil: implement `contents()` to iterate over resources in a package
2019-12-29, by Matt Harbison
resourceutil: implement `is_resource()`
2019-12-29, by Matt Harbison
resourceutil: don't limit resources to the `mercurial` package
2019-12-28, by Matt Harbison
setup: include `defaultrc` in the package list
2019-12-28, by Matt Harbison
tests: update test-releasenotes-formatting.t output
2019-12-24, by Pulkit Goyal
tests: fix a copy/paste name duplication in storage.py
2019-12-28, by Matt Harbison
commit: change default `editor` parameter to None
2019-12-28, by Matt Harbison
cleanup: drop redundant character escapes outside of `[]`
2019-12-28, by Matt Harbison
cleanup: drop redundant character escapes from `[]` character sets
2019-12-28, by Matt Harbison
cleanup: replace contiguous spaces in regex patterns with an explicit count
2019-12-28, by Matt Harbison
mq: avoid using `__file__` to compare modules
2019-12-30, by Matt Harbison
util: avoid referencing `time.clock()` on Windows when missing (issue6238)
2019-12-31, by Matt Harbison
py3: replace `time.clock()` with `time.perf_counter()`
2019-12-30, by Matt Harbison
tests: fix a "naked exception" issue in test-remotefilelog-prefetch.t
2020-01-08, by Kyle Lippincott
rust-index: add a `experimental.rust.index` option to use the wrapper
2019-12-12, by Georges Racinet
rust-index: use the new method in shortesthexnodeidprefix
2019-12-11, by Georges Racinet
rust-index: expose a method to retrieve the C index
2019-12-12, by Georges Racinet
rust-index: handle `MixedIndex` in `pyindex_to_graph`
2019-12-12, by Pierre-Yves David
rust-index: make it possible to clone the struct referencing the C index
2019-12-13, by Georges Racinet
match: resolve filesets against the passed `cwd`, not the current one
2019-12-06, by Matt Harbison
fix: correct the clang-format example hgrc so that it actually works
2019-12-12, by Kyle Lippincott
inno: drop support for Windows 95/98/ME
2019-12-18, by Matt Harbison
rust-matchers: fixing cargo doc
2019-12-25, by Georges Racinet
rust-core: extracted a revlog submodule
2019-12-25, by Georges Racinet
phases: make the working directory consistently a draft
2019-12-19, by Rodrigo Damazio Bovendorp
rust-core: updated copyright notice
2019-12-25, by Georges Racinet
tests: fix failing doctest in match.py by adding dummy auditor
2019-12-27, by Martin von Zweigbergk
remotefilelog: actually fix (and test this time) a bytes vs str issue
2020-01-02, by Kyle Lippincott
merge with stable
2020-01-07, by Augie Fackler
revset: drop some unused code in the `remote` revset
2019-12-27, by Matt Harbison
tests: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
histedit: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
zstandard: vendor python-zstandard 0.13.0
2019-12-28, by Gregory Szorc
hgweb: delete a local variable instead of setting to `None`
2019-12-27, by Matt Harbison
tests: drop unused local variable assignments in linelog
2019-12-27, by Matt Harbison
ui: delete local variables instead of setting to `None`
2019-12-27, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip