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.
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
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
commit: fix a typo ("form p1" -> "from p1")
2019-05-14, by Martin von Zweigbergk
automation: initial support for running Linux tests
2019-04-27, by Gregory Szorc
automation: move image operations to own functions
2019-04-23, by Gregory Szorc
automation: add --version argument to build-all-windows-packages
2019-04-19, by Gregory Szorc
automation: do a force push to synchronize
2019-04-19, by Gregory Szorc
automation: add check that hg source directory is a repo
2019-04-19, by Gregory Szorc
automation: shore up rebooting behavior
2019-04-19, by Gregory Szorc
automation: wait longer for WinRM connection
2019-04-19, by Gregory Szorc
automation: wait for instance profiles and roles
2019-04-27, by Gregory Szorc
automation: don't create resources when deleting things
2019-04-19, by Gregory Szorc
automation: detach policies before deleting role
2019-04-19, by Gregory Szorc
automation: only iterate over our AMIs
2019-04-19, by Gregory Szorc
remotefilelog: move most setup from onetimesetup() to uisetup()
2019-05-01, by Martin von Zweigbergk
remotefilelog: move most functions in onetimeclientsetup() to top level
2019-05-01, by Martin von Zweigbergk
tests: avoid the word "dirty" to mean "not a descendant of merge base"
2019-05-14, by Martin von Zweigbergk
releasenotes: add a file in which to record release notes
2019-05-01, by Martin von Zweigbergk
record: avoid modifying the matcher passed as a method parameter
2019-05-11, by Matt Harbison
sslutil: add support for SSLKEYLOGFILE to wrapsocket
2019-05-04, by Augie Fackler
phabricator: add custom vcr matcher to match request bodies
2019-05-05, by Ian Moody
merge with stable
2019-05-09, by Augie Fackler
absorb: be more specific when erroring out on merge commit
2019-05-08, by Martin von Zweigbergk
remotefilelog: log when we're about to fetch files
2019-05-08, by Augie Fackler
revset: populate wdir() by its hash or revision number
2019-04-30, by Yuya Nishihara
revset: extract private constant of {nullrev, wdirrev} set
2019-04-30, by Yuya Nishihara
help: suggest merge() revset instead of -m/--only-merges
2019-04-30, by Yuya Nishihara
tests: update annotate tests to work around simplemerge bug
2019-05-06, by Martin von Zweigbergk
copies: delete misplaced comment
2019-05-07, by Martin von Zweigbergk
phabricator: include branch in the phabread output
2019-04-22, by Ian Moody
phabricator: fallback to reading metadata from diff for phabread
2019-04-22, by Ian Moody
phabricator: include commit (node) and parent in the local:commits metadata
2019-04-20, by Ian Moody
copies: remove redundant filtering of ping-pong renames in _chain()
2019-04-18, by Martin von Zweigbergk
repair: reword comments that I noticed while working on source formatting
2019-05-03, by Augie Fackler
gendoc: nest command headers under category headers
2019-04-26, by Sietse Brouwer
minirst: support subsubsubsubsections (header level 5) with marker ''''
2019-04-26, by Sietse Brouwer
gendoc: guarantee that all commands were processed
2019-05-03, by Sietse Brouwer
gendoc: group commands by category in man page and HTML help
2019-04-26, by Sietse Brouwer
gendoc: indent loop to make next patch more legible
2019-04-25, by Sietse Brouwer
contrib: have byteify-strings explode if run in Python 2
2019-05-03, by Augie Fackler
repair: reword comment about bookmarks logic
2019-05-03, by Augie Fackler
monotone: fix a bogus _() wrapper that was caught when formatting code
2019-05-03, by Augie Fackler
commit: add ability to print file status after each successful invocation
2019-05-03, by Anton Shestakov
tests: flatten repo structure in test-commit.t
2019-05-03, by Anton Shestakov
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip