Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
hg: make _local() behave consistently on Python 3.8 (issue6287)
2020-03-18, by Augie Fackler
remotefilelog: add fake heads() method that allows viewing a file in hgweb
2020-03-17, by Augie Fackler
tests: add test for remotefilelog interactions with hgweb
2020-03-17, by Augie Fackler
phabricator: remove duplicated byteskwargs conversion
2020-03-18, by Augie Fackler
chistedit: support histedit.summary-template in curses histedit plan
2020-03-17, by Kyle Lippincott
vfs: fix typo in comment (remove extra "l")
2019-07-22, by Kyle Lippincott
tests: make test-doctest.t automatically find files to run tests on
2020-03-12, by Kyle Lippincott
tests: make test-doctest.t module list match reality
2020-03-13, by Kyle Lippincott
tests: remove doctest in narrowspec, it is broken
2020-03-12, by Kyle Lippincott
rust-core: add missing `Debug` traits
2020-03-13, by Raphaël Gomès
fix: refactor getrevstofix() to define revisions first, then validate them
2019-12-12, by Martin von Zweigbergk
fix: disallow `hg fix --all --working-dir`
2019-12-13, by Martin von Zweigbergk
byteify-string: resolve symlink before byteifying
stable
2020-03-18, by Pierre-Yves David
tests: simplify test-fix-topology.t slightly by using a `(case !)`
2020-03-12, by Martin von Zweigbergk
tests: fix rebase test broken by earlier cleanup
2020-03-12, by Martin von Zweigbergk
rebase: accept multiple --base arguments (BC)
2020-03-13, by Martin von Zweigbergk
rebase: accept multiple --source arguments (BC)
2020-03-13, by Martin von Zweigbergk
rebase: mention -r argument in synopsis
2020-03-13, by Martin von Zweigbergk
rebase: remove unused defaults argument values from _definedestmap()
2020-03-13, by Martin von Zweigbergk
phabricator: add a config knob to create obsolete markers when importing
2020-02-16, by Matt Harbison
phabricator: add a config knob to import in the secret phase
2020-02-16, by Matt Harbison
phabricator: add a `phabimport` command
2020-02-16, by Matt Harbison
rust: update the README with more up-to-date and thorough information
2020-03-12, by Raphaël Gomès
transactions: convert changes['phases'] to list of ranges
2017-12-08, by Joerg Sonnenberger
test-install: don't print Rust re2 bindings information if Rust is not in use
2020-03-11, by Raphaël Gomès
tests: drop an extraneous (glob) from test-debugbackupbundle.t
2020-03-09, by Matt Harbison
pull: add `--confirm` flag to confirm before writing changes
2020-02-29, by Pulkit Goyal
scmutil: add option to register summary callbacks as transaction validators
2020-02-29, by Pulkit Goyal
transaction: add functionality to have multiple validators
2020-02-29, by Pulkit Goyal
hgit: make sure repository is local before checking for store type
2020-03-04, by Pulkit Goyal
hg-core: add function timing information
2020-03-06, by Raphaël Gomès
rust: add logging utils
2020-03-06, by Raphaël Gomès
rust-status: traverse working directory in parallel
2020-03-06, by Raphaël Gomès
rust-status: wrap `stat_dmap_entries` to ease profiling
2020-03-06, by Raphaël Gomès
rust-status: refactor handling of unknown files
2020-03-06, by Raphaël Gomès
rust-status: move to recursive traversal to prepare for parallel traversal
2020-02-19, by Raphaël Gomès
rust-pathauditor: use interior mutability for use in multi-threaded contexts
2020-03-04, by Raphaël Gomès
rust-pathauditor: actually populate the `audited_dirs` cache
2020-03-04, by Raphaël Gomès
rust-pathauditor: actually split Windows shortname aliases at `~`
2020-03-04, by Raphaël Gomès
debuginstall: add entry about re2 Rust bindings when applicable
2020-03-05, by Raphaël Gomès
rust-cpython: add `debug` module to expose debug information to Python
2020-03-05, by Raphaël Gomès
rust-status: use bare hg status fastpath from Python
2020-01-24, by Raphaël Gomès
rust-status: update rust-cpython bridge to account for the changes in core
2020-01-17, by Raphaël Gomès
rust-status: add bare `hg status` support in hg-core
2020-01-17, by Raphaël Gomès
rust-status: add function for sequential traversal of the working directory
2020-02-06, by Raphaël Gomès
rust-status: add missing variants to `Dispatch` enum
2020-02-06, by Raphaël Gomès
rust-status: rename `StatusResult` to `DirstateStatus`
2020-02-06, by Raphaël Gomès
rust-status: refactor options into a `StatusOptions` struct
2020-02-06, by Raphaël Gomès
rust-status: add util for listing a directory
2020-01-17, by Raphaël Gomès
rust-matchers: add `IgnoreMatcher`
2020-01-17, by Raphaël Gomès
rust-matchers: add `build_regex_match` function
2020-01-17, by Raphaël Gomès
rust-matchers: add functions to get roots, dirs and parents from patterns
2020-01-17, by Raphaël Gomès
rust-matchers: add function to generate a regex matcher function
2020-01-17, by Raphaël Gomès
run-tests: restrict Rust thread pool to 3 threads during tests
2020-03-10, by Raphaël Gomès
nodemap: make sure the nodemap docket is updated after the changelog
2020-02-28, by Pierre-Yves David
nodemap: make sure hooks have access to an up-to-date version
2020-02-28, by Pierre-Yves David
nodemap: track the tip_node for validation
2020-02-27, by Pierre-Yves David
nodemap: add a todo list for getting out of experimental
2020-02-27, by Pierre-Yves David
rust-nodemap: automatically use the rust index for persistent nodemap
2020-02-18, by Pierre-Yves David
nodemap: use data from the index in debugnodemap --dump-new
2020-02-18, by Pierre-Yves David
rust-nodemap: also clear Rust data in `clearcaches`
2020-02-12, by Georges Racinet
rust-nodemap: add binding to `nodemap_update_data`
2020-02-12, by Georges Racinet
rust-nodemap: add binding for `nodemap_data_incremental`
2020-02-12, by Georges Racinet
rust-nodemap: add binding for `nodemap_data_all`
2020-02-12, by Georges Racinet
rust-nodemap: use proper Index API instead of using the C API
2020-02-12, by Raphaël Gomès
rust-nodemap: add utils for propagating errors
2020-02-11, by Georges Racinet
rust-nodemap: add utils to create `Node`s from Python objects
2020-02-11, by Georges Racinet
rust-index: add `append` method to cindex/Index
2020-02-11, by Georges Racinet
rust-index: moved constructor in separate impl block
2020-01-13, by Georges Racinet
revlog: using two new functions in C capsule from Rust code
2020-01-13, by Georges Racinet
nodemap: refresh the persistent data on nodemap creation
2020-02-18, by Pierre-Yves David
cext-index: propagate inline_scan error in `index_deref`
stable
2020-03-12, by Pierre-Yves David
heptapod-ci: fix test paths in the listing file
stable
2020-03-12, by Pierre-Yves David
tests: check availability of pyflakes by trying to import pyflakes module
2020-03-11, by Manuel Jacob
nodemap: deal with the "debugupdatecache" case using a "fake" transaction
2020-02-27, by Pierre-Yves David
changelog: change the implementation of `_divertopener`
2020-02-28, by Pierre-Yves David
nodemap: test that an outdated nodemap can catch up
2020-02-27, by Pierre-Yves David
nodemap: document the docket attributes
2020-02-27, by Pierre-Yves David
git: key off `git` in .hg/requires rather than separate file
2020-03-10, by Augie Fackler
git: correctly handle p1() on dirstate when underlying git repo is empty
2020-03-10, by Augie Fackler
rust: clean remains of direct-ffi code
2020-03-10, by Pierre-Yves David
heptapod-ci: use the new `--rust/--no-rust` flag to run the tests
2020-03-06, by Pierre-Yves David
run-tests: add option for running with and without Rust extensions
2020-03-06, by Raphaël Gomès
run-tests: rename "pure" variable to setup_opts
2020-03-06, by Pierre-Yves David
setup-rust: add a --no-rust flag
2020-03-06, by Pierre-Yves David
cext: drop the WITH_RUST block
2020-03-09, by Pierre-Yves David
setup: use printf instead of print
2020-03-09, by Pierre-Yves David
git: don't fail import when pygit2 is not install
2020-03-09, by Martin von Zweigbergk
hghave: add a check for pygit2
2020-03-09, by Martin von Zweigbergk
localrepo: add git extension to autoextensions list
2020-03-07, by Augie Fackler
gitlog: implement __iter__ on changelog
2020-03-07, by Augie Fackler
gitlog: fix embarassing bug that prevented log from showing correct parents
2020-03-07, by Augie Fackler
git: add readfast() method to manifest
2020-03-07, by Augie Fackler
git: make {shortest()} return shortest *unique* prefix
2020-03-06, by Martin von Zweigbergk
git: skeleton of a new extension to _directly_ operate on git repos
2020-02-11, by Augie Fackler
hg-core: add a compilation error if trying to compile outside of Linux
stable
2020-03-06, by Raphaël Gomès
gzip: use the stdlib version with python 3 (issue6284)
stable
2020-03-10, by Pierre-Yves David
gzip: indent the custom Gzip code
stable
2020-03-10, by Pierre-Yves David
gzip: rename the argument to `mtime` to match upstream python
stable
2020-03-10, by Pierre-Yves David
heptapod-ci: run the test from outside the test directory
stable
2020-03-10, by Pierre-Yves David
run-tests: fix conditional when tests are run outside of `tests`
stable
2020-03-10, by Pierre-Yves David
merge with stable
2020-03-09, by Martin von Zweigbergk
tests: use native string type for parsed hghave log lines
2020-03-09, by Manuel Jacob
tests: avoid implicit bytes -> unicode -> bytes roundtrip on Python 2
2020-03-06, by Manuel Jacob
cext: make HgRevlogIndex_GetParents private again
2020-03-08, by Pierre-Yves David
setup-rust: remove the legacy 'direct-ffi' variant
2020-03-06, by Pierre-Yves David
hghave: add a `rust` keyword to detect the use of compiled rust code
2020-02-18, by Pierre-Yves David
nodemap: check that a simple lookup works fine
2020-02-28, by Pierre-Yves David
debuginstall: print if Rust extensions are installed
2020-03-06, by Raphaël Gomès
nodemap: fix missing r-prefix on regular expression
2020-03-06, by Augie Fackler
tests: use pyflakes module instead of pyflakes executable
2020-03-06, by Manuel Jacob
copies-tests: add a case where with merge with an overwritten files
2020-03-03, by Pierre-Yves David
copies-tests: add a case where a file is deleted/added but with a merge
2020-03-03, by Pierre-Yves David
copies-tests: add a test with a rename overwriting another file
2020-03-03, by Pierre-Yves David
copies-tests: add a `h` to the root commit (for chain merge tests)
2020-02-29, by Pierre-Yves David
copies-tests: remove the final summary
2020-03-07, by Pierre-Yves David
copies-tests: clarify the description of the EA/AE cases
2020-03-03, by Pierre-Yves David
copies-tests: update the analysis of the BD/DB cases
2020-03-03, by Pierre-Yves David
copies-tests: swap two branch description
2020-03-06, by Pierre-Yves David
cleanup: run pyupgrade on our source tree to clean up varying things
2020-03-06, by Augie Fackler
tests: fix isinstance test of wrong variable
stable
2020-03-09, by Manuel Jacob
discovery: avoid wrong detection of multiple branch heads (issue6256)
stable
2020-03-06, by Pierre-Yves David
tests: avoid implicit conversion of str to unicode
2020-03-06, by Manuel Jacob
tests: rename _bytespath() to _sys2bytes() and _strpath() to _sys2str()
2020-03-06, by Manuel Jacob
tests: avoid implicit conversion of str to unicode
2020-03-05, by Manuel Jacob
tests: avoid implicit conversion of str to unicode
2020-03-05, by Manuel Jacob
nodemap: warm the persistent nodemap on disk with debugupdatecache
2020-02-18, by Pierre-Yves David
copies-tests: update to null after setup for output stability
2020-02-29, by Pierre-Yves David
copies-tests: remove extra log call at the end of the chain-merge test file
2020-03-03, by Pierre-Yves David
commit: print debug message when clearing dirstate and wdir clean
2020-03-05, by Martin von Zweigbergk
merge with stable
2020-03-05, by Martin von Zweigbergk
merge with stable
2020-03-05, by Augie Fackler
commands: switch one call of check_at_most_one_arg to strings
2020-03-04, by Augie Fackler
cleanup: remove redundant clearing of mergestate in rebase and shelve
2020-02-28, by Martin von Zweigbergk
commit: clear resolved mergestate even if working copy is clean
2020-02-28, by Martin von Zweigbergk
phabricator: avoid a stacktrace when command arguments are missing
2020-03-04, by Matt Harbison
mq: don't tell user to commit merge that we already committed
2020-01-24, by Martin von Zweigbergk
merge: make hg.merge() take a context instead of a node
2020-01-24, by Martin von Zweigbergk
debugbackupbundle: introduce command to interact with strip backups
2020-01-17, by Pulkit Goyal
test: cleanly skip test-remotefilelog-datapack.py on policy that breaks it
stable
2020-03-06, by Pierre-Yves David
rust-format: cleanup ancestors.rs to make rustfmt happy
stable
2020-03-05, by Raphaël Gomès
heptapod-ci: use strict module policy
stable
2020-03-05, by Pierre-Yves David
histedit: fix formatting after D8150
stable
2020-03-05, by Martin von Zweigbergk
rust-format: make rustfmt happy
stable
2020-03-05, by Raphaël Gomès
phabricator: also check parent fctx for binary where it is checked for UTF-8
2020-02-20, by Matt Harbison
phabricator: don't infer the old `fctx` in `notutf8()`
2020-02-20, by Matt Harbison
phabricator: rename a variable to clarify that it is the parent filecontext
2020-02-20, by Matt Harbison
phabricator: pass old `fctx` to `addoldbinary()` instead of inferring it
2020-02-19, by Matt Harbison
phabricator: make `hg phabread` work outside of a repository
2020-03-04, by Matt Harbison
phabricator: refactor `phabread` to write all patches at once
2020-02-16, by Matt Harbison
phabricator: make `hg phabupdate` work outside of a repository
2020-02-17, by Matt Harbison
phabricator: pass ui instead of repo to `userphids()`
2020-02-17, by Matt Harbison
phabricator: pass ui instead of repo to `querydrev()`
2020-02-17, by Matt Harbison
phabricator: pass ui instead of repo to `readpatch()`
2020-02-17, by Matt Harbison
logtoprocess: avoid traceback when running long commands
2020-03-02, by Valentin Gatien-Baron
rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276)
2020-02-24, by Raphaël Gomès
Added signature for changeset 6d121acbb82e
stable
2020-03-04, by Augie Fackler
Added tag 5.3.1 for changeset 6d121acbb82e
stable
2020-03-04, by Augie Fackler
hgext: start building a library for simple hooks
2019-09-07, by Joerg Sonnenberger
exchange: turn on option that makes concurrent pushes work better
2020-02-25, by Valentin Gatien-Baron
update: simplify slightly
2020-03-02, by Valentin Gatien-Baron
help: clarify behavior of server.concurrent-push-mode
2020-03-01, by Valentin Gatien-Baron
commit: error out on unresolved files even if commit would be empty
2020-02-28, by Martin von Zweigbergk
tests: add test of committing with conflicts but no changes in wdir
2020-02-28, by Martin von Zweigbergk
transaction: clarify the logic around pre-finalize/post-finalize
2020-02-28, by Pierre-Yves David
transaction: move constant to upper case
2020-02-28, by Pierre-Yves David
tests: handle In-Reply-To headers for line wrapping
2020-02-26, by Joerg Sonnenberger
remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269)
stable
5.3.1
2020-02-19, by Pulkit Goyal
remotefilelog-test: glob some flaky output line
stable
2020-02-28, by Pierre-Yves David
histedit: py3 fixes for curses mode
stable
2020-02-25, by Steve Fink
branch: make --force work even when specifying revs
stable
2020-03-01, by Manuel Jacob
tests: use new, use-case-specific methods from merge module
2020-02-26, by Martin von Zweigbergk
merge: introduce a merge() for that use-case
2020-02-26, by Martin von Zweigbergk
merge: drop redundant mergeforce argument from hg.merge()
2020-02-26, by Martin von Zweigbergk
merge: change default of hg.merge()'s "force" argument from None to False
2020-02-26, by Martin von Zweigbergk
debugmergestate: make templated
2020-02-13, by Martin von Zweigbergk
tests: add tests of debugmergestate with unresolved/resolved path conflicts
2020-02-13, by Martin von Zweigbergk
mergestate: determine if active without looking for state files on disk
2020-02-13, by Martin von Zweigbergk
phabricator: update the protocol documentation
2020-02-26, by Matt Harbison
relnotes: move entry to the right spot
2020-02-26, by Valentin Gatien-Baron
revlog-compression: release note entry for update the config to be a list
2020-02-26, by Pierre-Yves David
rust-nodemap: a method for full invalidation
2020-02-18, by Georges Racinet
rust-nodemap: accounting for dead blocks
2020-02-18, by Georges Racinet
rust-nodemap: core implementation for shortest
2020-02-18, by Georges Racinet
rust-nodemap: special case for prefixes of NULL_NODE
2020-02-18, by Georges Racinet
rust-nodemap: pure Rust example
2020-02-18, by Georges Racinet
rust-nodemap: input/output primitives
2020-02-18, by Georges Racinet
pyoxidizer: allow extensions to be loaded from the file system
2020-02-13, by Martin von Zweigbergk
graft: always allow hg graft --base . (issue6248)
2020-02-17, by Valentin Gatien-Baron
revlog-compression: update the config to be a list
2020-02-19, by Pierre-Yves David
remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269)
2020-02-19, by Pulkit Goyal
drawdag: abide by new createmarkers() API
2020-02-25, by Martin von Zweigbergk
lfutil: provide a hint if the largefiles/lfs cache path cannot be determined
2020-02-24, by Matt Harbison
setup: exclude the __index__ module from itself when generating
stable
2020-02-24, by Matt Harbison
tests: stabilize test-amend.t on Windows
stable
2020-02-24, by Matt Harbison
tests: replace truncate(1) with inline python
2020-02-24, by Matt Harbison
tests: stabilize test-rename-merge2.t on Windows
2020-02-24, by Matt Harbison
merge with stable
2020-02-24, by Augie Fackler
py3: fix EOL detection in commandserver.channeledinput
stable
2020-02-24, by Yuya Nishihara
bookmarks: prevent pushes of divergent bookmarks (foo@remote)
2020-02-13, by Valentin Gatien-Baron
bookmarks: refactor in preparation for next commit
2020-02-13, by Valentin Gatien-Baron
bookmarks: avoid traceback when two pushes race to delete the same bookmark
2020-02-15, by Valentin Gatien-Baron
relnotes: add entry about previous `hg recover` change
2020-02-15, by Valentin Gatien-Baron
darwin: add another preemptive gui() call when using chg
2020-02-20, by Kyle Lippincott
copy: add experimental support for marking committed copies
2019-12-20, by Martin von Zweigbergk
copy: move argument validation a little earlier
2019-12-26, by Martin von Zweigbergk
copy: add experimetal support for unmarking committed copies
2020-01-28, by Martin von Zweigbergk
copy: add option to unmark file as copied
2019-12-20, by Martin von Zweigbergk
nodemap: introduce an option to use mmap to read the nodemap mapping
2020-02-11, by Pierre-Yves David
rust-dirstatemap: directly return `non_normal` and `other_entries`
2020-02-14, by Raphaël Gomès
copy: rename `wctx` to `ctx` since it will not necessarily be working copy
2019-12-26, by Martin von Zweigbergk
copy: rewrite walkpat() to depend less on dirstate
2019-12-20, by Martin von Zweigbergk
merge with stable
2020-02-13, by Martin von Zweigbergk
pathutil: resurrect comment about path auditing order
2020-02-01, by Yuya Nishihara
rust-dirstatemap: remove additional lookup in dirstate.matches
2019-10-16, by Raphaël Gomès
rust-nodemap: insert method
2019-12-31, by Georges Racinet
recover: don't verify by default
2020-01-22, by Valentin Gatien-Baron
context: use manifest.find() instead of two separate calls
2020-02-11, by Augie Fackler
rust-matchers: implement `visit_children_set` for `FileMatcher`
2020-01-16, by Raphaël Gomès
manifest: move matches method to be outside the interface
2020-02-05, by Augie Fackler
tags: use modern // operator for division
2020-02-10, by Augie Fackler
tags: fix some type confusion exposed in python 3
2020-02-10, by Augie Fackler
rebase: remove some now-unused parent arguments
2020-01-10, by Martin von Zweigbergk
rebase: remove some redundant setting of dirstate parents
2020-01-10, by Martin von Zweigbergk
rebase: don't use rebased node as dirstate p2 (BC)
2020-01-10, by Martin von Zweigbergk
rebase: stop relying on having two parents to resume rebase
2020-01-10, by Martin von Zweigbergk
graphlog: use '%' for other context in merge conflict
2020-01-28, by Martin von Zweigbergk
tests: add `hg log -G` output when there are merge conflicts
2020-01-29, by Martin von Zweigbergk
revset: add a revset for parents in merge state
2020-01-29, by Martin von Zweigbergk
tests: add test of rebase with conflict in merge commit
2020-01-10, by Martin von Zweigbergk
rebase: always be graft-like, not merge-like, also for merges
2020-01-16, by Martin von Zweigbergk
nodemap: update the index with the newly written data (when appropriate)
2020-01-15, by Pierre-Yves David
nodemap: never read more than the expected data amount
2020-01-15, by Pierre-Yves David
nodemap: write new data from the expected current data length
2020-01-15, by Pierre-Yves David
nodemap: double check the source docket when doing incremental update
2020-01-15, by Pierre-Yves David
nodemap: track the total and unused amount of data in the rawdata file
2020-01-15, by Pierre-Yves David
nodemap: track the maximum revision tracked in the nodemap
2020-01-15, by Pierre-Yves David
nodemap: add a flag to dump the details of the docket
2020-01-15, by Pierre-Yves David
nodemap: introduce append-only incremental update of the persistent data
2020-01-15, by Pierre-Yves David
shelve: fix ordering of merge labels
stable
2020-02-20, by Kyle Lippincott
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip