Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
unionrepo: don't insert index tuples with None as int field
2020-10-07, by Joerg Sonnenberger
bundlerepo: don't insert index tuples with full nodes as linkrev
2020-10-07, by Joerg Sonnenberger
rhg: add full node id support for `debugdata` command
2020-10-20, by Antoine cezar
commit: warn the user when a commit already exists
2020-10-29, by Dan Villiom Podlaski Christiansen
revlog: don't cache parsed tuples in the C module
2020-10-06, by Joerg Sonnenberger
fix: only check for obsolete commits in the --rev case
2020-10-16, by Martin von Zweigbergk
fix: don't include obsolete descendants with -s
2020-10-16, by Martin von Zweigbergk
tests: add test showing how `hg fix -s` deals with obsolete and orphan nodes
2020-10-16, by Martin von Zweigbergk
fix: suggest --source instead of --rev on empty revset
2020-10-16, by Martin von Zweigbergk
hg-core: fix path encoding usage
2020-09-28, by Antoine cezar
push: add --all-bookmarks option
2020-10-26, by Dan Villiom Podlaski Christiansen
rhg: strip copied files metadata from `cat` output
2020-10-29, by Antoine cezar
merge with stable
2020-11-02, by Augie Fackler
chg: close file descriptors when starting the daemon
stable
2020-11-02, by Mathias De Mare
crecord: render chunkpad on Windows (issue6427)
stable
2020-10-31, by Barret Rennie
Added signature for changeset 18c17d63fdab
stable
2020-11-02, by Augie Fackler
Added tag 5.6 for changeset 18c17d63fdab
stable
2020-11-02, by Augie Fackler
copies: make sure deleted copy info do not overwriting unrelated ones
2020-10-13, by Pierre-Yves David
utils: helper function to print top memory allocation site
2020-10-21, by Joerg Sonnenberger
templates: include all non-branch namespaces in default one-line summary
2020-10-29, by Martin von Zweigbergk
relnotes: mention improved memory use and underlaying API changes
2020-10-29, by Joerg Sonnenberger
branching: merge with stable
2020-10-29, by Martin von Zweigbergk
help: update command synopsis to clarify "cp --forget" only takes destinations
2020-10-17, by Yuya Nishihara
rebase: update commit hash references in the new commits
2020-10-13, by Matt Harbison
histedit: drop fallback to empty string from rendertemplate()
2020-10-22, by Martin von Zweigbergk
phases: convert registernew users to use revision sets
2020-10-20, by Joerg Sonnenberger
phases: allow registration and boundary advancement with revision sets
2020-10-19, by Joerg Sonnenberger
revlog: extend addgroup() with callback for duplicates
2020-10-18, by Joerg Sonnenberger
tags: add safety check for len(record) while reading hgtagsfnodescache
2020-10-07, by Pulkit Goyal
procutil: allow to specify arbitrary stdin bytes to runbgcommand
2020-10-14, by Pierre-Yves David
clonebundle: move the manifest filename to a constant
2020-10-14, by Pierre-Yves David
clonebundles: move a bundle of clone bundle related code to a new module
2020-10-15, by Pierre-Yves David
config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
2020-07-01, by Pulkit Goyal
dispatch: load shared source repository config in share-safe mode
2020-09-18, by Pulkit Goyal
tests: add test showing broken extension loading in case of share-safe
2020-09-18, by Pulkit Goyal
dirstate-tree: simplify the control flow in the Node.insert method
2020-10-09, by Pierre-Yves David
revlog: use LRU for the chain cache
2020-10-21, by Joerg Sonnenberger
tests: add notes about broken `hg log --follow <file>` with copies in extras
2020-10-14, by Martin von Zweigbergk
config: move message about leading spaces in config to config.py
2020-10-22, by Martin von Zweigbergk
errors: name arguments to ParseError constructor
2020-10-22, by Martin von Zweigbergk
errors: remove unnecessary override of __bytes__ in RevlogError
2020-10-20, by Martin von Zweigbergk
commit: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
split: use default one-line summary
2020-10-27, by Martin von Zweigbergk
phabsend: use default one-line summary
2020-10-27, by Martin von Zweigbergk
rebase: change and standarize template for rebase's one-line summary
2020-10-27, by Martin von Zweigbergk
rebase: make summary template configurable, with default to shared template
2020-10-22, by Martin von Zweigbergk
rebase: use hard-coded template for one-line commit description
2020-10-22, by Martin von Zweigbergk
config: move ui.pre-merge-tool-output-template into [command-templates]
2020-10-26, by Martin von Zweigbergk
config: rename ui.mergemarkertemplate to command-templates.mergemarker
2020-10-23, by Martin von Zweigbergk
config: rename ui.graphnodetemplate to command-templates.graphnode
2020-10-23, by Martin von Zweigbergk
config: add a new [command-templates] section for templates defined by hg
2020-10-23, by Martin von Zweigbergk
i18n: fix coding tag unsupported by xgettext
stable
5.6
2020-10-29, by Dan Villiom Podlaski Christiansen
py3: hggettext
stable
2020-10-29, by Dan Villiom Podlaski Christiansen
relnotes: copy "next" to "5.6" and clear "next"
stable
2020-10-29, by Martin von Zweigbergk
repoview: only pin obsolete wdir parents while there are unresolved conflicts
stable
2020-10-23, by Matt Harbison
backout: don't assume that tip as what we just committed
stable
2020-10-28, by Dan Villiom Podlaski Christiansen
url: do not continue HTTP authentication with user=None (issue6425)
stable
2020-10-23, by Yuya Nishihara
ui: fix echo back of ui.prompt() to not concatenate None as bytes
stable
2020-10-23, by Yuya Nishihara
commit: don't change phases for preexisting commits
stable
2020-10-29, by Dan Villiom Podlaski Christiansen
branching: merge with stable
2020-10-26, by Martin von Zweigbergk
demandimport: don't raise AttributeError if `exec_module` is missing
stable
2020-10-22, by Matt Harbison
test: avoid bashisms in test-transaction-rollback-on-sigpipe.t
stable
2020-10-22, by Mitchell Plamann
automation: upload Python 3.9 Windows wheels
stable
2020-10-21, by Gregory Szorc
contrib: split Windows requirements into multiple files
stable
2020-10-21, by Gregory Szorc
relnotes: add diffcontains() to new features list
stable
2020-10-17, by Yuya Nishihara
revset: rename diff(pattern) to diffcontains(pattern)
stable
2020-10-17, by Yuya Nishihara
pyoxidizer: update to PyOxidizer 0.9
stable
2020-10-18, by Gregory Szorc
Added signature for changeset 0e06a7ab9e0d
stable
2020-10-20, by Pulkit Goyal
Added tag 5.6rc0 for changeset 0e06a7ab9e0d
stable
2020-10-20, by Pulkit Goyal
merge with default for 5.6rc0
stable
5.6rc0
2020-10-20, by Pulkit Goyal
tag: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
serve: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
revert: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
incoming: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
grep: levarage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
import: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
backout: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
transaction: use ProgrammingError for when an committed transaction is used
2020-10-12, by Martin von Zweigbergk
hook: ignore EPIPE when flushing stdout/stderr
2020-10-05, by Mitchell Plamann
test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
2020-10-05, by Mitchell Plamann
upgrade: allow sidedata upgrade to modify revision flag
2020-10-13, by Pierre-Yves David
sidedata: return enough data to set the proper flag in the future
2020-10-13, by Pierre-Yves David
test: move upgrade run and check earlier in test-copies-chain-merge
2020-10-13, by Pierre-Yves David
copies: split creation of the graph and actual checking again
2020-10-13, by Pierre-Yves David
copy: clarify in help text that `hg co --forget` takes a *destination* file
2020-10-15, by Martin von Zweigbergk
test: check server error output in `test-pull-bundle.t`
2020-10-15, by Pierre-Yves David
unbundle: free temporary objects after use
2020-10-06, by Joerg Sonnenberger
changing-files: add a shorthand property to check for copy relevant info
2020-10-13, by Pierre-Yves David
pycompat: add an entry for unnamedtmpfile
2020-10-14, by Pierre-Yves David
pycompat: update comment about unnamedtempfile
2020-10-14, by Pierre-Yves David
revset: add diff(pattern) predicate for "grep --diff"
2020-09-08, by Yuya Nishihara
stringutil: add function to compile stringmatcher pattern into regexp
2020-10-05, by Yuya Nishihara
py3: fix stringmatcher() to byte-stringify exception message
2020-10-14, by Yuya Nishihara
stringutil: extract helper function that splits stringmatcher() pattern
2020-10-05, by Yuya Nishihara
grep: extract main search loop as searcher method
2020-09-09, by Yuya Nishihara
scmutil: move walkchangerevs() from cmdutil
2020-10-04, by Yuya Nishihara
grep: extract public function to register file to be skipped
2020-09-09, by Yuya Nishihara
posix: avoid a leaked file descriptor in a unix domain socket exception case
2020-10-13, by Matt Harbison
posix: use context managers in a couple of places
2020-10-13, by Matt Harbison
record: when backing up, avoid generating very long filenames
2020-10-14, by Kyle Lippincott
mergestate: add `allextras()` to get all extras
2020-10-10, by Pulkit Goyal
mergestate: document `o` merge record state in _mergestate_base docs
2020-10-06, by Pulkit Goyal
fix: update commit hash references in the new commits
2020-10-09, by Matt Harbison
absorb: update commit hash references in the new commits
2020-10-09, by Matt Harbison
rewriteutil: handle dropped commits when updating description hashes
2020-10-08, by Matt Harbison
dirstate-tree: move a conditional in an explicit boolean
2020-10-09, by Pierre-Yves David
rust: cleanup some white space in a dock
2020-10-08, by Pierre-Yves David
commit: pass ChangingFiles object as argument to _process_files
2020-10-10, by Pulkit Goyal
commit: pass mergestate into `_process_files` instead of re-reading it
2020-10-10, by Pulkit Goyal
commit: move salvaged calculation a bit earlier in the function
2020-10-10, by Pulkit Goyal
commit: refactor salvage calculation to a different function
2020-10-10, by Pulkit Goyal
tests: run test-copies-chain-merge.t also with copies in changesets
2020-10-08, by Martin von Zweigbergk
tests: add test of copies suggested by Pierre-Yves on D9159
2020-10-08, by Martin von Zweigbergk
tests: update test-copies-chain-merge.t to not use empty files
2020-10-08, by Martin von Zweigbergk
revset: fix sorting key of wdir revision
2020-10-09, by Yuya Nishihara
grep: move prep() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move readfile() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move getbody() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: add stub class that maintains cache and states of grep operation
2020-09-09, by Yuya Nishihara
grep: move match and diff logic to new module
2020-09-09, by Yuya Nishihara
grep: explicitly pass regexp to closure functions
2020-09-09, by Yuya Nishihara
upgrade: improve documentation of matchrevlog()
2020-10-08, by Pulkit Goyal
automation: support running against Python 3.9
2020-10-09, by Gregory Szorc
automation: upgrade packages in Linux environment
2020-10-09, by Gregory Szorc
packaging: upgrade packages in Windows environment
2020-10-08, by Gregory Szorc
contrib: install Python 3.9.0
2020-10-08, by Gregory Szorc
contrib: stop installing Python 3.5 and 3.6 in Windows environment
2020-10-08, by Gregory Szorc
py3: convert an exception message to bytes
2020-10-09, by Martin von Zweigbergk
tests: fix test-url.py on py3, broken by D9179
2020-10-09, by Martin von Zweigbergk
revset: add a `node` key for sorting
2020-10-08, by Pierre-Yves David
pyoxidizer: produce working Python 3 Windows installers (issue6366)
2020-10-04, by Gregory Szorc
tests: set git config using `git config` for simplicity
2020-10-08, by Martin von Zweigbergk
tests: use `git init` instead of unusual synonym `git init-db`
2020-10-08, by Martin von Zweigbergk
errors: name arguments to Abort constructor
2020-10-08, by Martin von Zweigbergk
errors: stop passing non-strings to Abort's constructor
2020-10-08, by Martin von Zweigbergk
errors: name arguments to UnknownCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to AmbiguousCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to CommandError constructor
2020-10-06, by Martin von Zweigbergk
errors: move UnknownCommand and AmbiguousCommand near CommandError
2020-10-06, by Martin von Zweigbergk
templatekw: make {successorssets} always return a list (issue6342)
2020-10-07, by Aay Jay Chan
tests: test output of {predecessors}, {successorssets} for non-obsolete csets
2020-10-07, by Aay Jay Chan
branching: merge with stable
2020-10-08, by Martin von Zweigbergk
copies: move `merged` testing sooner
2020-10-01, by Pierre-Yves David
copies: return None instead of ChangingFiles when relevant
2020-10-01, by Pierre-Yves David
copies: add a HASCOPIESINFO flag to highlight rev with useful data
2020-10-01, by Pierre-Yves David
salvaged: properly deal with salvaged file during copy tracing
2020-09-16, by Pierre-Yves David
salvaged: persist the salvaged set on disk
2020-09-15, by Pierre-Yves David
changing-files: add clean computation of changed file for merges
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for linear changesets
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for roots
2020-09-29, by Pierre-Yves David
changing-files: add a debug command display changed files
2020-09-30, by Pierre-Yves David
side-data: add a test to check sidedata upgrade
2020-09-29, by Pierre-Yves David
changing-files: split the changing files computation from encoding
2020-09-29, by Pierre-Yves David
salvaged: record salvaged in ChangingFiles at commit time
2020-09-14, by Pierre-Yves David
salvaged: track removal-candidates in more cases
2020-09-14, by Pierre-Yves David
salvaged: explicitly skip salvaged file while encoding
2020-09-30, by Pierre-Yves David
changing-files: add a "salvaged" set to track file that were not removed
2020-09-14, by Pierre-Yves David
tests: back out accidentally queued changeset 0627cd03b1e9
2020-10-08, by Martin von Zweigbergk
tests: fix test-check-module-imports.t broken by D9150
stable
2020-10-08, by Martin von Zweigbergk
tests: make test-convert-git.t work across changed default branch name
stable
2020-10-08, by Martin von Zweigbergk
tests: update test-copies-chain-merge.t to not use empty files
2020-10-06, by Martin von Zweigbergk
tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
2020-10-08, by Raphaël Gomès
tests: update/remove outdated comments in test-copies-chain-merge.t
2020-10-07, by Pulkit Goyal
churn: leverage logcmdutil to filter revisions by --date
2020-09-21, by Yuya Nishihara
cmdutil: remove remainder of old walkchangerevs() implementation
2020-09-10, by Yuya Nishihara
cmdutil: rewrite walkchangerevs() by using logcmdutil functions
2020-09-10, by Yuya Nishihara
grep: filter target files by matcher
2020-09-10, by Yuya Nishihara
cmdutil: make walkchangerevs() call prepare with matcher instead of filenames
2020-09-10, by Yuya Nishihara
grep: add option for logcmdutil.makewalker() to not filter revs by file pats
2020-09-10, by Yuya Nishihara
rust-parsers: use in-place mutation instead of allocating a new `Vec`
2020-10-01, by Raphaël Gomès
revlog: pre-compute null revlog item for pure version
2020-10-06, by Joerg Sonnenberger
packaging: normalize - to _ in WiX Id values
2020-10-04, by Gregory Szorc
contrib: install Rust 1.46.0
2020-10-03, by Gregory Szorc
contrib: install latest versions of Python
2020-10-03, by Gregory Szorc
help: extract logic for listing commands and topics
2020-09-30, by Ludovic Chabant
copies: directly pass a changes object to the copy tracing code
2020-09-25, by Pierre-Yves David
copies: no longer change the sidedata flag
2020-09-25, by Pierre-Yves David
copies: use dedicated `_revinfo_getter` function and call
2020-09-25, by Pierre-Yves David
copies: make two version of the changeset centric algorithm
2020-09-25, by Pierre-Yves David
changing-files: retrieve changelogrevision.files from the sidedata block
2020-09-15, by Pierre-Yves David
changing-files: drop the now useless changelogrevision argument
2020-09-15, by Pierre-Yves David
changing-files: rework the way we store changed files in side-data
2020-09-15, by Pierre-Yves David
tests: skip doctests if not running from a hg repo
stable
2020-10-05, by Joerg Sonnenberger
py3: use native string when comparing with a function's argspec
2020-10-05, by Raphaël Gomès
test: try to unflaky test-profile.t
2020-10-02, by Pierre-Yves David
merge: check for conflicting actions irrespective of length of bids
2020-10-02, by Pulkit Goyal
branching: merge with stable
2020-10-02, by Martin von Zweigbergk
log: extract function that builds (revs, makefilematcher) from walkopts
2020-09-10, by Yuya Nishihara
log: move --graph and topo sort options to walkopts
2020-09-12, by Yuya Nishihara
log: move miscellaneous filter/matcher options to walkopts
2020-09-12, by Yuya Nishihara
log: map --removed to walkopts.force_changelog_traversal
2020-09-12, by Yuya Nishihara
copies: rename some function to the new naming scheme
2020-09-25, by Pierre-Yves David
changing-files: cache the various property
2020-09-28, by Pierre-Yves David
changing-files: always use `mark_touched` to update the touched set
2020-09-25, by Pierre-Yves David
changing-files: fix docstring
2020-10-02, by Pierre-Yves David
rust: move rustfmt.toml to repo root so it can be used by `hg fix`
2020-10-01, by Martin von Zweigbergk
merge: if CHANGED_DELETED and KEEP_NEW are actions, choose CHANGED_DELETED
2020-09-30, by Pulkit Goyal
tests: fix a typo in `desc()` revset in test-merge-criss-cross.t
2020-09-30, by Pulkit Goyal
merge: if DELETED_CHANGED and GET are in actions, choose DELETED_CHANGED
2020-09-30, by Pulkit Goyal
tests: add newfilenode test case in test-merge-changedelete.t
2020-09-30, by Pulkit Goyal
rust: leverage improved match ergonomics
2020-10-01, by Raphaël Gomès
rust: update minimum supported Rust compiler version
2020-09-28, by Raphaël Gomès
changing-files: add a utility to compute the merged files post-commit
2020-09-25, by Pierre-Yves David
changing-files: record merged files at commit time
2020-09-25, by Pierre-Yves David
changing-files: add the ability to track merged files too
2020-09-24, by Pierre-Yves David
rust: start plugging the dirstate tree behind a feature gate
2020-09-30, by Raphaël Gomès
rust: introduce `dirstate-tree` cargo feature
2020-09-30, by Raphaël Gomès
rust: fix formatting
2020-09-30, by Raphaël Gomès
rust-matchers: make `Matcher` trait object-safe
2020-09-23, by Raphaël Gomès
rust: clippy pass
2020-09-28, by Raphaël Gomès
updaterepo: add deprecation warning
2020-09-28, by Martin von Zweigbergk
rhg: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
2020-09-28, by Antoine cezar
hg-core: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
2020-09-28, by Antoine cezar
hg-core: return Err if `offset != bytes.len()`
2020-09-28, by Antoine cezar
hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2)
2020-09-28, by Antoine cezar
hg-core: renaming of `Chunk` offset methods (D8958#inline-15002 followup)
2020-09-28, by Antoine cezar
hg-core: minor rewording in docstring (D8958#inline-15005 followup)
2020-09-28, by Antoine cezar
hg-core: use anonymous lifetime for `impl Chunk` (D8958#inline-15003 followup)
2020-09-28, by Antoine cezar
hg-core: use `u32` instead of `i32` in `Chunk` (D8958#inline-15001 followup)
2020-09-28, by Antoine cezar
hg-core: use the term `chunk` instead of `frag` (D8958#inline-15000 followup)
2020-09-28, by Antoine cezar
hg-core: return `Err` on decompression error (D8958#inline-15004 followup)
2020-09-28, by Antoine cezar
hg-core: remove useless code (D8958#inline-14988 followup)
2020-09-28, by Antoine cezar
hg-core: minor docstring update (D8958#inline-14991 followup)
2020-09-28, by Antoine cezar
hg-core: minor code style change (D8958#inline-14986 followup)
2020-09-28, by Antoine cezar
hg-core: Explain offset override of first revision
2020-09-28, by Antoine cezar
hg-core: minor code style change (D8958#inline-14993 followup)
2020-09-28, by Antoine cezar
changing-files: move default constructor value to None
2020-09-24, by Pierre-Yves David
rust: format with rustfmt
2020-09-28, by Raphaël Gomès
merge: store cases when a file is absent post merge in commitinfo
2020-08-24, by Pulkit Goyal
tests: add some more debugmergestate calls in `test-merge-criss-cross.t`
2020-09-14, by Pulkit Goyal
commit: force create a new filenode if it was set in mergestate by merge
2020-09-03, by Pulkit Goyal
merge: store commitinfo if these is a dc or cd conflict
2020-09-03, by Pulkit Goyal
mergestate: update _stateextras instead of reassinging
2020-09-25, by Pulkit Goyal
tests: add some debugmergestate calls in `test-merge-criss-cross.t`
2020-09-14, by Pulkit Goyal
tests: add few debugrevlogindex and a log call to see changes in next test
2020-09-03, by Pulkit Goyal
merge: disable `m2-vs-ma` optimization if new filenode config is true
2020-09-14, by Pulkit Goyal
configitems: add a new config option to control new filenode functionality
2020-09-14, by Pulkit Goyal
git: add test showing `hg commit -i` working on a git repo
2020-09-23, by Connor Sheehan
merge: replace calls to hg.updaterepo() by merge.update()
2020-09-21, by Martin von Zweigbergk
merge: add a higher-level update() for the common `hg update` use case
2020-09-21, by Martin von Zweigbergk
sidedata: simply read p2copies files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read p1copies files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read removed files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read added files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: add a `decode_files_sidedata` function
2020-09-23, by Pierre-Yves David
changelog: add a `changes` property on `changelogrevision`
2020-09-15, by Pierre-Yves David
sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata`
2020-09-22, by Pierre-Yves David
log: pass around --rev option by walkopts
2020-09-12, by Yuya Nishihara
log: parse --limit option by logcmdutil.parseopts()
2020-09-12, by Yuya Nishihara
log: pass around --follow/--follow-first options by walkopts
2020-09-12, by Yuya Nishihara
log: introduce struct that carries log traversal options
2020-09-12, by Yuya Nishihara
log: remove unused argument from _makerevset()
2020-09-12, by Yuya Nishihara
log: remove stale comment about order of user revset
2020-09-12, by Yuya Nishihara
rust: add `dirstate_tree` module
2020-09-25, by Raphaël Gomès
Added signature for changeset 07731064ac41
stable
2020-10-02, by Pulkit Goyal
Added tag 5.5.2 for changeset 07731064ac41
stable
2020-10-02, by Pulkit Goyal
hgdemandimport: exclude more sqlalchemy modules
stable
5.5.2
2020-09-29, by Ludovic Chabant
rust-dirstatemap: add #[timed] to dirstatemap read for comparison
2020-07-24, by Raphaël Gomès
merge: make low-level update() private (API)
2020-09-21, by Martin von Zweigbergk
merge: use merge.clean_update() when applicable
2020-09-21, by Martin von Zweigbergk
rebase: teach in-memory rebase to not restart with on-disk rebase on conflict
2020-09-18, by Martin von Zweigbergk
rust: update Cargo.lock
2020-09-24, by Raphaël Gomès
rust-tests: add test to check if `Cargo.lock` is up-to-date
2020-09-24, by Raphaël Gomès
scmutil: introduce function to check whether repo uses treemanifest or not
2020-09-01, by Pulkit Goyal
chg: make is possible to call by default an hg binary located next to chg
2020-09-03, by Valentin Gatien-Baron
phases: fix performance regression with Python 2
2020-09-23, by Joerg Sonnenberger
rebase: move check for unresolved conflicts into lower-level rebasenode()
2020-09-23, by Martin von Zweigbergk
rebase: add dryrun property to rebaseruntime
2020-09-18, by Martin von Zweigbergk
rebase: when collapsing, p1 == dest, so use the former only
2020-09-23, by Martin von Zweigbergk
rebase: remove redundant isinmemory argument from _origrebase()
2020-09-18, by Martin von Zweigbergk
largefiles: prevent in-memory merge instead of switching to on-disk
2020-09-22, by Martin von Zweigbergk
merge: add a back_out() function to encapsulate update()
2020-09-21, by Martin von Zweigbergk
tests: update test-share-safe to work with non-zstd versions
2020-09-18, by Pulkit Goyal
rhg: add a limited `rhg cat -r` subcommand
2020-09-15, by Antoine Cezar
hg-core: add a `CatRev` operation
2020-09-11, by Antoine Cezar
hg-core: add `files_with_nodes` to `Manifest`
2020-09-15, by Antoine Cezar
hg-core: add path_encode
2020-09-15, by Antoine Cezar
hg-core: impl TryFrom<PathBuff> for HgPathBuf
2020-09-15, by Antoine Cezar
rhg: add `--revision` argument to `rhg files`
2020-09-09, by Antoine Cezar
hg-core: add a `ListRevTrackedFiles` operation
2020-09-18, by Antoine Cezar
hg-core: simplify `list_tracked_files` operation
2020-09-09, by Antoine Cezar
hg-core: add `Revlog.get_node_rev`
2020-09-18, by Antoine Cezar
hg-core: add `Manifest` a specialized `Revlog`
2020-09-09, by Antoine Cezar
hg-core: add `Changlog` a specialized `Revlog`
2020-09-09, by Antoine Cezar
hg-core: check data integrity in `Revlog`
2020-09-02, by Antoine Cezar
rhg: Add debug timing
2020-09-23, by Antoine Cezar
rhg: add a limited `rhg debugdata` subcommand
2020-08-17, by Antoine Cezar
rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand
2020-09-09, by Antoine Cezar
hg-core: define a `DebugData` `Operation`
2020-08-13, by Antoine Cezar
hg-core: Add a limited read only `revlog` implementation
2020-09-04, by Antoine Cezar
mergestate: define NO_OP_ACTION in module scope instead of inside mergeresult
2020-09-16, by Pulkit Goyal
mergestate: introduce a new ACTION_KEEP_NEW
2020-09-09, by Pulkit Goyal
repoview: don't crash if mergestate points to non-existent node
stable
2020-09-23, by Martin von Zweigbergk
tests: demonstrate crash caused by pinning of non-existent mergestate node
stable
2020-09-23, by Martin von Zweigbergk
git: also convert timezone to int (issue6359)
2020-09-21, by Augie Fackler
chg: fallback to original hg if stdio fds are missing
2020-09-18, by Jun Wu
locking: remove support for inheriting locks in subprocess
2020-09-18, by Martin von Zweigbergk
mergedriver: delete it
2020-09-17, by Martin von Zweigbergk
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
2020-09-06, by Raphaël Gomès
git: pass `id` attribute of `pygit2.Tree` object
2020-09-22, by Connor Sheehan
branchmap: add a cache validation cache, avoid expensive re-hash on every use
2020-09-16, by Kyle Lippincott
merge with stable
2020-09-21, by Augie Fackler
run-test: allow relative path in `--blacklist` and `--whitelist` (issue6351)
2020-09-16, by Antoine cezar
rebase: stop clearing on-disk mergestate when running in memory
2020-09-18, by Martin von Zweigbergk
rebase: delete unused p1 argument to _concludenode()
2020-09-18, by Martin von Zweigbergk
rebase: fix an inconsistent hyphenation in a debug message
2020-09-18, by Martin von Zweigbergk
strip: with --keep, consider all revs "removed" from the wcp (issue6270)
stable
2020-09-18, by Pierre-Yves David
test-strip: display more information highlight buggy behavior
stable
2020-09-18, by Pierre-Yves David
changing-files: implement equality checking
2020-09-15, by Pierre-Yves David
changing-files: document the various sets
2020-09-17, by Pierre-Yves David
merge with stable
2020-09-18, by Augie Fackler
share: do not write working-copy requirements twice
2020-09-18, by Yuya Nishihara
py3: fix formatting of LookupError for workingctx
stable
2020-09-13, by Yuya Nishihara
phabricator: fix loadhgrc() override broken by D8656
2020-09-17, by Martin von Zweigbergk
mergestate: move commit() from base class to on-disk subclass
2020-09-17, by Martin von Zweigbergk
mergestate: make in-memory mergestate not clear on-disk mergestate on reset()
2020-09-17, by Martin von Zweigbergk
merge: use in-memory mergestate when using in-memory context
2020-09-15, by Martin von Zweigbergk
mergestate: extract a base class to be shared by future memmergestate
2020-09-15, by Martin von Zweigbergk
mergestate: extract overridable methods for making/restoring file backups
2020-09-15, by Martin von Zweigbergk
mergestate: initialize all properties in __init__()
2020-09-16, by Martin von Zweigbergk
mergestate: remove unnecessary clearing of `localctx` and `otherctx`
2020-09-17, by Martin von Zweigbergk
mergestate: move most of of reset() into start()
2020-09-16, by Martin von Zweigbergk
mergestate: make clean() only be about creating a clean mergestate
2020-09-17, by Martin von Zweigbergk
mergestate: split up reset() for its two use cases
2020-09-16, by Martin von Zweigbergk
mergestate: simplify reset(), knowing that `other` and `node` go together
2020-09-15, by Martin von Zweigbergk
mergestate: make some callers not pass pointless node argument
2020-09-15, by Martin von Zweigbergk
py3: don't risk passing a None value to error.ManifestLookupError()
2020-09-17, by Martin von Zweigbergk
merge: move initial handling of mergeactions near to later one
2020-09-03, by Pulkit Goyal
upgrade: support running upgrade if repository has share-safe requirement
2020-06-25, by Pulkit Goyal
config: add `--shared` flag to edit config file of shared source
2020-09-17, by Pulkit Goyal
localrepo: load the share source .hg/hgrc also in share-safe mode (API)
2020-07-02, by Pulkit Goyal
helptext: document exp-sharesafe in internals/requirements.txt
2020-08-07, by Pulkit Goyal
share: introduce config option to store requires in .hg/store
2020-04-14, by Pulkit Goyal
scmutil: introduce filterrequirements() to split reqs into wc and store ones
2020-08-07, by Pulkit Goyal
remotefilelog: acquire lock before writing requirements on clone
2020-09-17, by Pulkit Goyal
grep: make -frREV follow history from the specified revision (BC)
2020-09-10, by Yuya Nishihara
cmdutil: make walkchangerevs() gracefully handle wdir parents
2020-09-11, by Yuya Nishihara
grep: fix --follow with no --diff nor --rev to not fall back to plain grep
2020-09-10, by Yuya Nishihara
test-grep: add tests for --follow with/without --diff and/or paths
2020-09-11, by Yuya Nishihara
grep: clarify that --all works exactly the same way as --diff
2020-09-10, by Yuya Nishihara
churn: add an usage example in docstring
2020-09-17, by Stephane
tests: run test-check-py3-compat only in pure python mode
2020-09-17, by Pulkit Goyal
log: make -frREV PATH detect missing files before falling back to slow path
2020-09-12, by Yuya Nishihara
log: fix -fr'wdir()' PATH to follow newly added file
2020-09-11, by Yuya Nishihara
log: reorganize if-else and for loop in logcmdutil._makematcher()
2020-09-11, by Yuya Nishihara
merge: update commitinfo from all mergeresults during bid merge
2020-08-26, by Pulkit Goyal
merge: add missing ACTION_KEEP when both remote and ancestor are not present
2020-08-24, by Pulkit Goyal
merge: store ACTION_KEEP_ABSENT when we are keeping the file absent locally
2020-08-24, by Pulkit Goyal
merge: add `ACTION_KEEP_ABSENT` to represent files we want to keep absent
2020-09-01, by Pulkit Goyal
mergeresult: introduce dedicated tuple for no-op actions
2020-09-14, by Pulkit Goyal
tests: add criss cross merging tests whose behavior need to be fixed
2020-06-19, by Pierre-Yves David
repo: avoid copying/updating a dict on every `repo.__getitem__`
2020-09-11, by Kyle Lippincott
obsstore: refactor v1 logic to fix 32 byte hash support
2020-07-23, by Joerg Sonnenberger
fsmonitor: increase the threshold before we recommend it, when using rust
2020-09-14, by Valentin Gatien-Baron
copy-tracing: test case where a merge reverted a file deletion
2020-06-19, by Pierre-Yves David
copy-tracing: test case where we go across a changed/deleted merge
2020-06-19, by Pierre-Yves David
merge: show list of bids for each file in bid-merge in ui.debug()
2020-08-26, by Pulkit Goyal
merge with stable
2020-09-14, by Yuya Nishihara
cmdutil: reimplement finddate() without using walkchangerevs()
2020-09-13, by Yuya Nishihara
test-simple-update: add test for -d DATE option
2020-09-13, by Yuya Nishihara
largefiles: walk history in ascending order while downloading all lfiles
2020-09-13, by Yuya Nishihara
largefiles: replace use of walkchangerevs() with simple revset query
2020-09-13, by Yuya Nishihara
largefiles: remove unused 'rev' parameter from downloadlfiles()
2020-09-11, by Yuya Nishihara
resourceutil: document when we expect to take the importlib.resouces code path
2020-09-12, by Martin von Zweigbergk
templater: fix reading of templates in frozen binaries with py3 < 3.7
2020-09-10, by Martin von Zweigbergk
histedit: cache description line
2020-09-11, by Martin von Zweigbergk
tests: make emacs test less strict
2020-09-11, by Martin von Zweigbergk
graphlog: use '%' only if there are *unresolved* conflicts
2020-09-10, by Martin von Zweigbergk
merge: show number of ancestors in bid merge debug notes
2020-08-26, by Pulkit Goyal
debugmergestate: sort extras before printing
2020-09-03, by Pulkit Goyal
debugmergestate: show extras for files which are not in mergestate
2020-08-24, by Pulkit Goyal
tests: update lockdelay.py to handle the `wait` argument
2020-09-10, by Pulkit Goyal
commit: pass mergestate into _filecommit() instead of re-reading it
2020-09-03, by Pulkit Goyal
py3: fix bytes and str mixup in run-tests
2020-09-11, by Sushil khanchi
hg-core: fix some `clippy` warnings
2020-08-17, by Antoine Cezar
rhg: print error message when argument parsing fails
2020-08-17, by Antoine Cezar
rhg: fix `clippy` warnings
2020-08-13, by Antoine Cezar
rhg: pass `ui` to `Command` `run`
2020-08-04, by Antoine Cezar
rhg: add harness tests for rhg files
2020-08-03, by Antoine Cezar
rhg: make output of `files` relative to the current directory and the root
2020-07-30, by Raphaël Gomès
tags: take lock instead of wlock before writing hgtagsfnodes1 cache
2020-09-08, by Pulkit Goyal
statichttprepo: use LockUnavailable() instead of Abort() for lock (API)
2020-09-10, by Pulkit Goyal
localrepo: warn if we are writing to cache without a lock
2020-09-08, by Pulkit Goyal
commit: fix a wrong argument name in documentation
2020-09-03, by Pulkit Goyal
git: remove unrequired assignment of listignored and listunknown
2020-09-10, by Pulkit Goyal
grep: fix hash(linestate) to not include linenum
2020-09-09, by Yuya Nishihara
test-grep: document that trivially moved lines might not be detected
2020-09-08, by Yuya Nishihara
revset: remove indirect indexing of status tuple
2020-09-09, by Yuya Nishihara
rewriteutil: relax the sha1 hash references to handle future hash types
2020-08-25, by Matt Harbison
phabricator: update the hashes in commit messages as they get submitted
2020-08-24, by Matt Harbison
rewriteutil: also consider pending obsoletes when updating hashes in messages
2020-08-24, by Matt Harbison
rewriteutil: extract evolve code used to replace obsolete hashes in commits
2020-08-24, by Matt Harbison
git: fix index handling of removed files during commit (issue6398)
2020-09-07, by Augie Fackler
git: make dirstate actually support listclean parameter
2020-09-07, by Augie Fackler
git: make dirstate status() respect matcher
2020-09-07, by Augie Fackler
git: fix up dirstate use of index
2020-09-07, by Augie Fackler
git: correctly handle "nothing changed" commits
2020-09-07, by Augie Fackler
localrepo: use functools.wraps() in unfilteredmethod decorator
2020-09-07, by Augie Fackler
git: actually copy treemanifest instances in .copy() (issue6398)
2020-09-07, by Augie Fackler
log: fix crash and bad filematcher lookup by -fr'wdir()' PATH
stable
2020-09-11, by Yuya Nishihara
hgdemandimport: bypass demandimport for _ast module (issue6407)
stable
2020-09-09, by Augie Fackler
git: restore basic functionality after b3040b6739ce
2020-09-07, by Augie Fackler
git: convert tz offset to int (issue6359)
2020-09-07, by Augie Fackler
repoview: pin revisions for `local` and `other` when a merge is active
stable
2020-09-04, by Matt Harbison
merge with stable
2020-09-07, by Augie Fackler
extdiff: refactor cmdline and gui calculation login in a separate fn
2020-09-02, by Pulkit Goyal
extdiff: reorder an if-else conditional
2020-09-02, by Pulkit Goyal
run-tests: extract logic to get errpath in a utility func
2020-09-02, by Sushil khanchi
run-tests: refactor filtering logic for --retest flag
2020-08-22, by Sushil khanchi
tests: add a --retest test to demonstrate a fix in next patch
2020-08-27, by Sushil khanchi
tests: remove a sub-test since we are done with it in test-run-tests.t
2020-08-27, by Sushil khanchi
storageutil: allow modern hash sizes for fileids
2020-07-21, by Joerg Sonnenberger
registrar: fix a documentation typo
2020-09-01, by Matt Harbison
documentation: add `zstd` compression to the internal `revlogs` documentation
2020-08-10, by Antoine Cezar
extdiff: move single file handling inside `not per-file` conditional
2020-08-29, by Pulkit Goyal
extdiff: remove dir2root and pass full path as dir2 in _runperfilediff()
2020-08-29, by Pulkit Goyal
extdiff: pass full paths of `dir1a` and `dir1b` to `_runperfilediff()`
2020-08-29, by Pulkit Goyal
hgweb: compatibility of hgweb.cgi template with Python 3
stable
2020-09-02, by Harald Klimach
genosxversion: don't give up if we can't find a path to hg libraries
stable
2020-09-01, by Augie Fackler
tests: fix test-demandimport.py on Python 3.9
stable
2020-09-02, by Manuel Jacob
merge with stable
2020-09-01, by Augie Fackler
Added signature for changeset f62bb5d07848
stable
2020-09-01, by Pulkit Goyal
Added tag 5.5.1 for changeset f62bb5d07848
stable
2020-09-01, by Pulkit Goyal
mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfig
2020-08-24, by Matt Harbison
hooklib: update documentation of changeset_obsoletedfor for changed hook type
2020-08-18, by Aay Jay Chan
worker: don't expose readinto() on _blockingreader since pickle is picky
2020-08-14, by Martin von Zweigbergk
test: add `test-repo` requirement to `test-check-format` (issue6395)
stable
5.5.1
2020-08-27, by Pierre-Yves David
commit: clear mergestate also with --amend (issue6304)
2020-08-18, by Martin von Zweigbergk
tests: add test showing that merge state is not cleared by amend
2020-08-18, by Martin von Zweigbergk
requirements: introduce constants for `shared` and `relshared` requirements
2020-08-11, by Pulkit Goyal
mergestate: replace `addmergedother()` with generic `addcommitinfo()` (API)
2020-08-10, by Pulkit Goyal
merge: introduce `addcommitinfo()` on mergeresult object
2020-08-10, by Pulkit Goyal
merge: use collections.defaultdict() for mergeresult.commitinfo
2020-08-10, by Pulkit Goyal
mergestate: use _stateextras instead of merge records for commit related info
2020-08-10, by Pulkit Goyal
mergestate: use collections.defaultdict(dict) for _stateextras
2020-08-10, by Pulkit Goyal
hgweb: minimize scope of a try-block in staticfile()
2020-08-03, by Martin von Zweigbergk
hgweb: ignore web.templates config when guessing mime type for static content
2020-08-03, by Martin von Zweigbergk
hgweb: let staticfile() look up path from default location unless provided
2020-08-22, by Martin von Zweigbergk
hgweb: handle None from templatedir() equally bad in webcommands.py
2020-08-03, by Martin von Zweigbergk
posixworker: avoid creating workers that end up getting no work
2020-08-13, by Martin von Zweigbergk
revert: remove dangerous `parents` argument from `cmdutil.revert()`
2020-08-10, by Martin von Zweigbergk
requirements: introduce a set of working directory specific requirements
2020-08-10, by Pulkit Goyal
localrepo: move requirements constant to requirements module
2020-08-08, by Pulkit Goyal
requirements: introduce new requirements related module
2020-08-08, by Pulkit Goyal
repository: introduce constant for treemanifest requirement and use it
2020-08-08, by Pulkit Goyal
tests: make flag parsing test more future safe
2020-07-21, by Joerg Sonnenberger
rename: add support for --at-rev, which marks as copy and removes the source
2020-07-28, by Martin von Zweigbergk
tests: make test-install.t work on debian systems
2020-07-24, by Kyle Lippincott
rhg: handle broken pipe error for stderr
2020-07-24, by Antoine Cezar
rhg: extract function handle_stdout_error
2020-07-24, by Antoine Cezar
rhg: add a limited `rhg files` subcommand
2020-07-17, by Antoine Cezar
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
2020-07-29, by Antoine Cezar
rhg: simplify `FindRootError` handling
2020-07-29, by Antoine Cezar
rhg: add buffered stdout writing possibility
2020-07-29, by Antoine Cezar
rhg: ask the error message from `CommandError`
2020-07-20, by Antoine Cezar
rhg: Do not return error when when we really mean ok in commands
2020-07-21, by Antoine Cezar
hg-core: define a `ListTrackedFiles` `Operation`
2020-08-08, by Antoine Cezar
hg-core: remove the `Operation` trait
2020-07-29, by Antoine Cezar
hg-core: make parse_dirstate return references rather than update hashmaps
2020-08-04, by Antoine Cezar
repository: introduce constant for internal phase repo requirement and use it
2020-08-07, by Pulkit Goyal
repository: introduce constant for sparse repo requirement and use it
2020-08-08, by Pulkit Goyal
localrepo: refactor `.hg/requires` reading logic in separate function
2020-08-07, by Pulkit Goyal
localrepo: refactor logic to calculate sharedvfs in separate fn
2020-08-07, by Pulkit Goyal
keepalive: Do not append _rbuf if _raw_readinto exists (issue6356)
stable
2020-08-02, by Cédric Krier
store: refactor space delimited list to proper data structure
2020-08-08, by Pulkit Goyal
makefile: stop setting unused HGEXTDIR variable during osx build
2020-08-07, by Martin von Zweigbergk
merge: drop commitinfo argument to applyupdates (API)
2020-08-06, by Pulkit Goyal
merge: remove emptyactions() and use collections.defaultdict(list) instead
2020-08-06, by Pulkit Goyal
merge: pass mergeresult obj in _forgetremoved() (API)
2020-08-05, by Pulkit Goyal
mergeresult: introduce filemap() which yields filename based mapping
2020-08-05, by Pulkit Goyal
mergeresult: add `files()` and use it
2020-08-05, by Pulkit Goyal
mergeresult: introduce getfile() and use it where required
2020-08-05, by Pulkit Goyal
merge: use ACTION_* constants instead of values in _filternarrowactions()
2020-08-05, by Pulkit Goyal
merge: rework iteration over mergeresult object in checkpathconflicts()
2020-08-05, by Pulkit Goyal
applyupdates: simplfy calculation of number of updated files
2020-08-05, by Pulkit Goyal
mergeresult: yield from getactions() instead of buidling a list and returning
2020-08-03, by Pulkit Goyal
sparse: replace merge action values with mergestate.ACTION_* constants
2020-08-03, by Pulkit Goyal
mergeresult: implement a len() function and use it
2020-08-03, by Pulkit Goyal
merge: replace use of actions dict with mergeresult object
2020-08-03, by Pulkit Goyal
mergeresult: add sort argument to getactions() method
2020-08-03, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip