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.
changelog: optionally store added and removed files in changeset extras
2019-05-14, by Martin von Zweigbergk
templatekw: make {file_*} compare to both merge parents (issue4292)
2019-04-18, by Martin von Zweigbergk
narrowspec: use vfs.tryread() instead of reimplementing
2019-05-31, by Martin von Zweigbergk
help: remove a superfluous "the" in revlogs text
2019-05-31, by Martin von Zweigbergk
setdiscovery: make progress on most connected groups each roundtrip
2018-03-08, by Martin von Zweigbergk
help: clarify overlap of revlog header and first revlog entry
2019-05-28, by Nathan Goldbaum
py3: fix test-convert-svn-sink.t
2019-05-29, by Pulkit Goyal
commit: respect --no-edit in combination with --amend
2019-05-30, by Kyle Lippincott
commit: add test showing that commit --amend --no-edit still shows editor
2019-05-30, by Kyle Lippincott
githelp: translate git stash show and clear actions and --patch flag
2019-05-30, by Anton Shestakov
githelp: add --dry-run for mv
2019-05-30, by Anton Shestakov
githelp: translate --directory of git apply to --prefix
2019-05-30, by Anton Shestakov
help: include subtopic in error message if passed
2019-05-23, by Nathan Goldbaum
help: check if a subtopic exists and raise an error if it doesn't (issue6145)
2019-05-23, by Nathan Goldbaum
perf: fix some missing b prefixes
2019-05-29, by Augie Fackler
testparseutil: fix doctest to use str instead of bytes
2019-05-29, by Augie Fackler
testparseutil: stop extracting using std* streams as bytes on py3
2019-05-29, by Augie Fackler
tests: sort some imports that were previously missed
2019-05-29, by Augie Fackler
contrib: fix import-checker to operate on str instead of bytes
2019-05-29, by Augie Fackler
verify: use self._err not self.err, it changed in 7eaf4b1ac2a3
2019-05-28, by Kyle Lippincott
tests: make run-tests exit non-zero if there are "errors"
2019-05-28, by Kyle Lippincott
perf: add a `perfhelper-mergecopies` command
2019-05-23, by Pierre-Yves David
perf: add a new `perfmergecopies` command
2019-05-23, by Pierre-Yves David
perf: factor selection of revisions involved in the merge out
2019-05-23, by Pierre-Yves David
perf: allow to specify the base of the merge in perfmergecalculate
2019-05-23, by Pierre-Yves David
perf: add a --from flag to perfmergecalculate
2019-05-23, by Pierre-Yves David
merge with stable
2019-05-28, by Augie Fackler
py3: fix test-narrow* which started failing because of recent changes
2019-05-25, by Pulkit Goyal
manifest: add some documentation to _lazymanifest python code
stable
5.0.1
2019-05-23, by Matt Harbison
manifest: avoid corruption by dropping removed files with pure (issue5801)
stable
2019-05-23, by Matt Harbison
tests: demonstrate broken manifest generation with the pure module
stable
2019-05-23, by Matt Harbison
tests: add test for {file_mods}, {file_adds}, {file_dels} on merge commit
2019-05-11, by Martin von Zweigbergk
context: add ctx.files{modified,added,removed}() methods
2019-04-18, by Martin von Zweigbergk
copies: split up _chain() in naive chaining and filtering steps
2019-05-09, by Martin von Zweigbergk
relnotes: document changed behavior of ui.origbackuppath pointing to file
2019-05-24, by Martin von Zweigbergk
templatekw: move showfileadds() close to showfile{mods,dels}()
2019-05-11, by Martin von Zweigbergk
py3: use range() instead of xrange()
2019-05-24, by Pulkit Goyal
narrow: move heads close to common as they are closely related
2019-05-24, by Pulkit Goyal
narrow: pass binary nodeids to generateellipsesbundle2()
2019-05-24, by Pulkit Goyal
match: stabilize _rootsdirsandparents doctest
2019-05-24, by Pierre-Yves David
narrow: factor out logic to build ellipses related b2parts in separate fn
2019-05-21, by Pulkit Goyal
narrow: remove unrequired compat code for old versions of hg
2019-05-21, by Pulkit Goyal
perf: make sure to explicitly disable any profiler after the first iteration
2019-05-23, by Pierre-Yves David
test: add missing 'cd ..' to test case
2019-05-22, by Danny Hooper
match: remove an obsolete comment about util.finddirs()
2019-05-22, by Martin von Zweigbergk
match: de-flake test-doctest.py by not depending on util.dirs() order
2019-05-22, by Martin von Zweigbergk
perf: add an option to profile the benchmark section
2019-05-21, by Pierre-Yves David
perf: add a `pre-run` option
2019-05-21, by Pierre-Yves David
narrow: consider empty commits to be "inside the narrow spec" for templates
2019-05-20, by Danny Hooper
rust-python3: useless python2 specific import
2019-05-21, by Georges Racinet
rust-python3: compatibility fix for incoming PyLong
2019-05-16, by Georges Racinet
py3: add one new passing test found by buildbot
2019-05-21, by Pulkit Goyal
discovery: slowly increase sampling size
2019-05-21, by Pierre-Yves David
tests: make the grep pattern in remotefilelog-gcrepack portable (issue6122)
2019-05-21, by Juan Francisco Cantero Hurtado
help: document new "bookmarksinstore" requirement in internals.requirements
2019-05-20, by Martin von Zweigbergk
absorb: fix interactive mode I didn't know existed
2019-05-20, by Augie Fackler
tests: work around libressl being different about error strings (issue6122)
2019-05-17, by Augie Fackler
merge with stable
2019-05-20, by Augie Fackler
templatekw: change default value of 'requires' to ()
2019-05-20, by Yuya Nishihara
commit: move sorting of added and removed files list to lower level
2019-05-14, by Martin von Zweigbergk
match: drop unnecessary adding of '' to set of dirs
2019-04-24, by Martin von Zweigbergk
narrowcommands: drop unnecessary adding of '' for root directory
2019-04-22, by Martin von Zweigbergk
copies: remove hack for adding root dir to util.dirs object
2019-04-17, by Martin von Zweigbergk
util: make util.dirs() and util.finddirs() include root directory (API)
2017-05-16, by Martin von Zweigbergk
dirstate: drop workaround for '.' matching root directory
2017-07-13, by Martin von Zweigbergk
match: use '' instead of '.' for root directory (API)
2017-05-15, by Martin von Zweigbergk
dirstate: move special handling of files==['.'] together
2019-04-24, by Martin von Zweigbergk
convert: don't include file in "files" list if it's added in p2
2019-05-17, by Martin von Zweigbergk
convert: demonstrate broken {files} list in merge commits with file flags
2019-05-17, by Martin von Zweigbergk
templater: drop support for old style keywords (API)
2019-05-18, by Matt Harbison
commands: drop support for legacy ^cmd registration (API)
2019-05-18, by Matt Harbison
extensions: drop support for extsetup() without `ui` argument (API)
2019-05-18, by Matt Harbison
relnotes: mention removed support for mixed log graph lines
2019-05-17, by Martin von Zweigbergk
tests: fix test-clonebundles on recent openbsd
2019-05-17, by Augie Fackler
rust-python3: compatibility fix for integer conversion
2019-05-16, by Georges Racinet
rust: sort dependencies entries in Cargo.toml
2019-05-17, by Augie Fackler
py3: make contrib/testparseutil.py to work on str(unicodes)
2019-05-17, by Pulkit Goyal
rust-filepatterns: call new Rust implementations from Python
2019-05-17, by Raphaël Gomès
rust-filepatterns: add `rust-cpython` bindings for `filepatterns`
2019-05-17, by Raphaël Gomès
rust-filepatterns: add a Rust implementation of pattern-related utils
2019-04-24, by Raphaël Gomès
exchange: don't take wlock if bookmarks are stored in .hg/store/
2019-05-15, by Martin von Zweigbergk
bookmarks: keep bookmarks in .hg/store if new config set
2019-05-15, by Martin von Zweigbergk
bookmark: also make bookmark cache depends of the changelog
stable
2019-05-20, by Pierre-Yves David
localrepo: grab mixedrepostorecache class from 526750cdd02d
stable
2019-05-20, by Pierre-Yves David
bookmark: add a test for a race condition on push
stable
2019-05-20, by Pierre-Yves David
test: properly gate a zstd section
stable
2019-05-20, by Pierre-Yves David
test: update test for expected test output
stable
2019-05-20, by Pierre-Yves David
log: flag topo-sorted set as such
2019-05-16, by Yuya Nishihara
copies: fix duplicatecopies() with overlay context
2019-01-09, by Martin von Zweigbergk
tests: demonstrate crash when rebasing across copy with --collapse
2019-05-15, by Martin von Zweigbergk
exthelper: add some semi-useful trace logs
2019-05-15, by Augie Fackler
help: add missing blank line, making "revlog-compression" show up
2019-05-15, by Martin von Zweigbergk
tests: fix share test to actually share the repo
2019-05-15, by Martin von Zweigbergk
tests: separate out bookmarks tests from test-share.t
2019-05-15, by Martin von Zweigbergk
bookmarks: use vfs.tryread() instead of reimplementing it
2019-05-15, by Martin von Zweigbergk
bookmarks: use context manager when writing files
2019-05-15, by Martin von Zweigbergk
bisect: do not crash with rewritten commits
2019-05-15, by timeless
log: add config for making `hg log -G` always topo-sorted
2019-05-01, by Martin von Zweigbergk
log: remove an unnecessary "and opts.get('rev')" condition
2019-05-14, by Martin von Zweigbergk
graphmod: remove support for graph lines mixing parent/grandparent styles (BC)
2018-10-16, by Kyle Lippincott
py3: add 5 new passing tests
2019-05-15, by Pulkit Goyal
py3: add a r'' to prevent transformer adding b''
2019-05-15, by Pulkit Goyal
rust-dirstate: call parse/pack bindings from Python
2019-05-06, by Raphaël Gomès
rust-dirstate: add rust-cpython bindings to the new parse/pack functions
2019-05-06, by Raphaël Gomès
rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`
2019-05-06, by Raphaël Gomès
changelog: define changelogrevision.p[12]copies for null revision
2019-05-14, by Martin von Zweigbergk
copies: write empty entries in changeset when also writing to filelog
2019-04-23, by Martin von Zweigbergk
rebase: hide help for revisions.Predicates._destautoorphanrebase
2019-05-13, by timeless
unshelve: add space to help
2019-05-03, by timeless
context: default to using branch from dirstate only in workingctx
2019-05-10, by Martin von Zweigbergk
context: let caller pass in branch to committablectx.__init__()
2019-05-10, by Martin von Zweigbergk
context: move contents of committablectx.markcommitted() to workingctx
2019-05-10, by Martin von Zweigbergk
tests: demonstrate that close-head command updates working copy
2019-05-10, by Martin von Zweigbergk
context: move walk() and match() overrides from committablectx to workingctx
2019-05-10, by Martin von Zweigbergk
context: move flags overrides from committablectx to workingctx
2019-05-10, by Martin von Zweigbergk
context: reuse changectx._copies() in all but workingctx
2019-05-10, by Martin von Zweigbergk
overlayworkingctx: don't include added-then-deleted files in memctx
2019-05-10, by Martin von Zweigbergk
tests: demonstrate loss of changeset copy metadata on rebase
2019-05-10, by Martin von Zweigbergk
overlaycontext: allow calling copydata() on clean context
2019-05-10, by Martin von Zweigbergk
tests: demonstrate another failure with in-memory rebase and copies
2019-05-10, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip