Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
rust: simplify overly complicated expression
2019-07-01, by Raphaël Gomès
rust: run rfmt on all hg-core/hg-cpython code
2019-07-01, by Raphaël Gomès
changelog: fix handling of empty copy entries in changeset
2019-07-01, by Martin von Zweigbergk
relnotes: document the new --force-close-branch flag
2019-06-30, by Sushil khanchi
py3: hack around inconsistency of type of name passed to DNSQuestion
2019-06-11, by Pulkit Goyal
py3: add r'' prefixes and do ('%d' % int) instead of str(int)
2019-06-11, by Pulkit Goyal
zeroconf: port to Python 3
2019-02-02, by Gregory Szorc
copies: return only path from _tracefile() since that's all caller needs
2019-06-28, by Martin von Zweigbergk
extensions: add shelve to _builtin
2019-06-30, by Navaneeth Suresh
merge with stable
2019-06-30, by Yuya Nishihara
automv: access status fields by name, not index
2019-06-28, by Martin von Zweigbergk
automv: use public API for getting copies
2019-06-28, by Martin von Zweigbergk
commit: add --force-close-branch flag to close a non-head changeset
2019-05-18, by Sushil khanchi
shelve: move shelve extension to core
2019-06-28, by Navaneeth Suresh
shelve: remove rebase.clearstatus()
2019-06-28, by Navaneeth Suresh
shelve: removed redundant merge detection method
2019-06-20, by Taapas Agrawal
rust-dirstate: call new "dirs" rust implementation from Python
2019-06-05, by Raphaël Gomès
rust-dirstate: add "dirs" rust-cpython binding
2019-05-16, by Raphaël Gomès
rust-dirstate: add "dirs" Rust implementation
2019-05-16, by Raphaël Gomès
relnotes: added description about statemod._statecheck
2019-06-21, by Taapas Agrawal
statecheck: shifted defaults to addunfinished()
2019-06-28, by Taapas Agrawal
statecheck: added support for cmdutil.afterresolvedstates
2019-06-20, by Taapas Agrawal
statecheck: added support for STATES
2019-06-09, by Taapas Agrawal
state: moved cmdutil.STATES and utilities to state.py
2019-06-09, by Taapas Agrawal
state: created new class statecheck to handle unfinishedstates
2019-06-09, by Taapas Agrawal
states: moved cmdutil.unfinishedstates to state.py
2019-06-08, by Taapas Agrawal
rebase: fix in-memory rebasing of copy of empty file
2019-06-24, by Martin von Zweigbergk
tests: demonstrate broken in-memory rebase of copy to empty file
2019-06-24, by Martin von Zweigbergk
zsh: enable completion support for chg as well
2019-06-25, by Kyle Lippincott
py3: make catapult usable from the test runner in py3
2019-06-25, by Rodrigo Damazio Bovendorp
py3: use integer division for the value passed to xrange
2019-06-25, by Rodrigo Damazio Bovendorp
pycompat: make fewer assumptions about sys.executable
2019-06-25, by Rodrigo Damazio Bovendorp
update: fix spurious unclean status bug shown by previous commit
2019-06-27, by Valentin Gatien-Baron
tests: show bug in update introduced in 87a34c767384
2019-06-27, by Valentin Gatien-Baron
copies: document how 'copies' dict instances are reused
2019-06-26, by Martin von Zweigbergk
copies: simplify merging of copy dicts on merge commits
2019-06-20, by Martin von Zweigbergk
copies: remove a redundant matcher filtering in _changesetforwardcopies()
2019-06-20, by Martin von Zweigbergk
copies: delete obsolete comment in _changesetforwardcopies()
2019-06-20, by Martin von Zweigbergk
merge with stable
2019-06-24, by Augie Fackler
copies: avoid reusing the same variable for two different copy dicts
2019-06-19, by Martin von Zweigbergk
drawdag: don't crash when writing copy info to changesets
2019-06-21, by Martin von Zweigbergk
merge with stable
2019-06-21, by Martin von Zweigbergk
log: pass getcopies() function instead of getrenamed() to displayer (API)
2019-06-19, by Martin von Zweigbergk
copies: create helper for getting all copies for changeset
2019-06-19, by Martin von Zweigbergk
logcmdutil: also check for copies in null revision and working copy
2019-06-18, by Martin von Zweigbergk
tests: demonstrate missing copy information in working copy with graphlog
2019-06-18, by Martin von Zweigbergk
remotefilelog: handle copies in changesets in getrenamedfn() override
2019-06-19, by Martin von Zweigbergk
remotefilelog: check if RFL is enabled in getrenamedfn() override
2019-06-19, by Martin von Zweigbergk
relnotes: document template support for `hg root`
2019-06-18, by Martin von Zweigbergk
remotefilelog: tell runbgcommand to not block on child process startup
2019-06-18, by Augie Fackler
procutil: allow callers of runbgcommand to assume the process starts
2019-06-18, by Augie Fackler
shallowrepo: remove backwards compat code that predates in-tree remotefilelog
2019-06-18, by Augie Fackler
commit: make the error message more specific while aborting branch closing
2019-04-16, by Sushil khanchi
commit: add a check if it is trying to close an already closed branch head
2019-04-16, by Sushil khanchi
strip: move checksubstate() to mq (its only caller)
2019-06-17, by Martin von Zweigbergk
strip: use bailifchanged() instead of reimplementing it
2019-06-17, by Martin von Zweigbergk
strip: remove unused excsuffix argument from checklocalchanges()
2019-06-17, by Martin von Zweigbergk
mq: remove dependency on strip's checklocalchanges()
2019-06-17, by Martin von Zweigbergk
copies: avoid calling matcher if matcher.always()
2019-05-02, by Martin von Zweigbergk
copies: avoid unnecessary copying of copy dict
2019-04-18, by Martin von Zweigbergk
copies: don't filter out copy targets created on other side of merge commit
2019-04-18, by Martin von Zweigbergk
copies: do full filtering at end of _changesetforwardcopies()
2019-04-18, by Martin von Zweigbergk
rust-filepatterns: add comment about Windows path handling
2019-06-15, by Yuya Nishihara
rust-filepatterns: silence warning of non_upper_case_globals
2019-06-15, by Yuya Nishihara
rust: update Cargo.lock to include @generated comment
2019-06-15, by Yuya Nishihara
merge with stable
2019-06-17, by Augie Fackler
lfs: correct an error in the TODO file
2019-06-14, by Matt Harbison
cat: don't prefetch files unless the output requires it
2018-10-04, by Matt Harbison
tracing: add support for emitting counters
2019-06-12, by Augie Fackler
tracing: extract tracing-active logic to separate function
2019-06-12, by Augie Fackler
catapipe: add support for COUNTER events
2019-06-12, by Augie Fackler
demandimport: add tracing coverage for Python 3
2019-06-12, by Augie Fackler
export: don't prefetch *all* files in manifest
2019-06-14, by Martin von Zweigbergk
remotefilelog: remove obsolete filtering of treemanifest directories
2019-06-14, by Martin von Zweigbergk
py3: add test-dirstate-race2.t to list of passing tests
2019-06-14, by Pulkit Goyal
strip: during merge allow strip only when -f is used
2019-06-14, by Taapas Agrawal
deltas: set estimated compression upper bound to "3x" instead of "10x"
2019-04-26, by Pierre-Yves David
deltas: skip if projected compressed size is bigger than previous snapshot
2019-01-21, by Valentin Gatien-Baron
deltas: skip if projected compressed size does not match text size constraint
2019-01-21, by Valentin Gatien-Baron
deltas: accept and skip None return for delta info
2019-01-21, by Valentin Gatien-Baron
delta: move some delta chain related computation earlier in deltainfo
2019-01-21, by Valentin Gatien-Baron
deltas: skip if projected delta size is bigger than previous snapshot
2019-04-25, by Valentin Gatien-Baron
deltas: skip if projected delta size does not match text size constraint
2019-04-25, by Valentin Gatien-Baron
revlog: add the option to track the expected compression upper bound
2019-04-26, by Pierre-Yves David
perf: clarify some of the custom behavior of `perfrevlogwrite`
2019-06-12, by Pierre-Yves David
perf: fix perfrevlogwrite --count documentation
2019-06-12, by Pierre-Yves David
rust: switched to 'cargo rustc' in setup.py
2019-05-17, by Georges Racinet
rust-cpython: fix build for MacOSX
2019-06-14, by Georges Racinet
rust-cpython: management of shared libray suffix
2019-06-14, by Georges Racinet
merge: fix race that could cause wrong size in dirstate
2019-05-27, by Valentin Gatien-Baron
worker: support parallelization of functions with return values
2019-06-12, by Valentin Gatien-Baron
tests: show how the dirstate can end up containing wrong information
2019-05-19, by Valentin Gatien-Baron
rust: new rust options in setup.py
2019-05-23, by Georges Racinet
rust: using policy.importrust from Python callers
2019-05-30, by Georges Racinet
rust: module policy with importrust
2019-05-29, by Georges Racinet
help: add help entry for internals.mergestate
2019-06-13, by Navaneeth Suresh
phabricator: use parents.set to always set dependencies
2019-06-12, by Ian Moody
help: remove repeated word in 'hg help rebase'
2019-05-31, by amalloy
rebase: tweak description of inmemory working even w/ dirty working dir
2019-06-10, by Kyle Lippincott
revlog: speed up isancestor
2019-06-10, by Valentin Gatien-Baron
dagop: fix documentation of reachableroots
2019-06-10, by Valentin Gatien-Baron
phabricator: add --blocker argument to phabsend to specify blocking reviewers
2019-06-11, by Ian Moody
phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordings
2019-06-11, by Ian Moody
py3: use .startswith() instead of bytes[0]
2019-06-11, by Pulkit Goyal
revset: fix merge() to fall back to changectx API if wdir specified
2019-06-09, by Yuya Nishihara
revset: use nullrev constant in merge()
2019-06-09, by Yuya Nishihara
mixedrepostorecache: fix a silly redundant updating of set
2019-05-31, by Martin von Zweigbergk
rust-regex: fix shortcut for exact matches
2019-06-06, by Raphaël Gomès
rust-filepatterns: use bytes instead of String
2019-06-06, by Raphaël Gomès
doc: fix description of "predecessors" to match reality
2019-06-01, by Joerg Sonnenberger
phabricator: make `hg debugcallconduit` work outside a hg repo
2019-06-08, by Pulkit Goyal
phabricator: pass ui instead of repo to callconduit
2019-06-08, by Pulkit Goyal
phabricator: pass ui into readurltoken instead of passing repo
2019-06-08, by Pulkit Goyal
py3: add test-contrib-emacs.t to passing tests list
2019-06-08, by Pulkit Goyal
phabricator: add commenting to phabsend for new/updated Diffs
2019-06-07, by Ian Moody
py3: fix test-bookmarks-corner-case.t
2019-06-05, by Pulkit Goyal
py3: fix test-fix-metadata.t
2019-06-05, by Pulkit Goyal
py3: add b'' prefix at one place in run-tests.py
2019-06-05, by Pulkit Goyal
copies: separate added/removed files by newline instead of null
2019-06-06, by Martin von Zweigbergk
copies: also encode p[12]copies destination as index into "files" list
2019-05-22, by Martin von Zweigbergk
discovery: be more conservative when adjusting the sample size
2019-06-05, by Pierre-Yves David
rust-dirstate: create dirstate submodule
2019-05-16, by Raphaël Gomès
profiling: show actual time spent in hotpath display
2019-06-05, by Valentin Gatien-Baron
merge with stable
2019-06-05, by Martin von Zweigbergk
merge with stable
2019-06-05, by Augie Fackler
root: add template variables pointing to repository directories
2019-06-04, by Yuya Nishihara
root: add support for -Tformatter option
2019-06-04, by Yuya Nishihara
narrow: pass the bundle to bundle2.widen_bundle() instead of generating there
2019-05-23, by Pulkit Goyal
narrow: refactor code around widening complicated by previous patch
2019-05-23, by Pulkit Goyal
narrow: use narrow_widen wireproto command to widen in case of ellipses
2019-05-22, by Pulkit Goyal
merge: correct argument name in docstring
2019-06-04, by Anton Shestakov
narrowspec: replace one recursion-avoidance hack with another
2019-05-31, by Martin von Zweigbergk
merge: simplify initialization of "pas"
2019-03-09, by Martin von Zweigbergk
merge: reorder some initialization to make more sense
2019-03-09, by Martin von Zweigbergk
rust-dirstate: architecture independence fix
2019-05-22, by Georges Racinet
context: get filesadded() and filesremoved() from changeset if configured
2019-05-14, by Martin von Zweigbergk
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
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
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
lfs: add a TODO file
2019-05-04, by Matt Harbison
copies: make "limit" argument to _tracefile() mandatory
2019-04-27, by Martin von Zweigbergk
localrepo: don't use defaults arguments that will never be overridden
2019-05-03, by Martin von Zweigbergk
tags: avoid double-reversing a list
2019-05-03, by Martin von Zweigbergk
updatecaches: also warm hgtagsfnodescache
2019-03-11, by Pierre-Yves David
hgtagsfnodescache: inherit fnode from parent when possible
2019-03-11, by Pierre-Yves David
hgtagsfnodescache: handle nullid lookup
2019-03-11, by Pierre-Yves David
help: register the 'gpg' command category and give it a description
2019-04-26, by Sietse Brouwer
histedit: Speed up scrolling in patch view mode
2019-04-25, by feyu
histedit: Show file names in multiple line format
2019-05-02, by Yu Feng
repoview: introduce a `experimental.extra-filter-revs` config
2019-04-06, by Pierre-Yves David
copies: filter out copies from non-existent source later in _chain()
2019-04-17, by Martin von Zweigbergk
copies: clarify mutually exclusive cases in _chain() with a s/if/elif/
2019-04-18, by Martin von Zweigbergk
copies: delete a redundant cleanup step in _chain()
2019-04-18, by Martin von Zweigbergk
copies: document cases in _chain()
2019-04-17, by Martin von Zweigbergk
copies: ignore heuristics copytracing when using changeset-centric algos
2019-04-17, by Martin von Zweigbergk
copies: move check for experimental.copytrace==<falsy> earlier
2019-04-17, by Martin von Zweigbergk
copies: replace .items() by .values() where appropriate
2019-04-17, by Martin von Zweigbergk
copies: inline _computenonoverlap() in mergecopies()
2019-04-12, by Martin von Zweigbergk
copies: calculate mergecopies() based on pathcopies()
2019-04-11, by Martin von Zweigbergk
tests: add test where copy source is deleted and added back
2019-04-29, by Martin von Zweigbergk
merge with stable
2019-05-01, by Augie Fackler
obsolete: drop the legacy `_enabled` variable
2019-04-29, by Matt Harbison
discovery: only calculate closed branches if required
2019-04-27, by Pulkit Goyal
branchcache: store the maximum tip in a variable inside for loop
2019-04-27, by Pulkit Goyal
tests: demonstrate that rename is followed to wrong parent from merge
2019-04-27, by Martin von Zweigbergk
test: demonstrate failure to follow rename with shadowed linkrev
2019-04-27, by Martin von Zweigbergk
tests: slightly modify a linkrev test to prepare for expanding it
2019-04-27, by Martin von Zweigbergk
copies: process files in deterministic order for stable tests
2019-04-27, by Martin von Zweigbergk
py3: properly reject non-encoded strings given to hgweb
2019-04-19, by Ludovic Chabant
py3: handle meta-path finders that only use pre-python3.4 API
2019-04-19, by Ludovic Chabant
remotefilelog: add missing argument to hg.verify wrapper
2019-04-26, by Danny Hooper
revsetbenchmark: track some simple use of "only"
2019-01-24, by Boris Feld
push: added clear warning message when pushing closed branches(issue6080)
2019-03-01, by Taapas Agrawal
branch: abort if closing branch from a non-branchhead cset
2019-04-16, by Sushil khanchi
branch: add tests which shows branch can be closed from a non-branchhead cset
2019-04-16, by Sushil khanchi
phabricator: read more metadata from local:commits
2019-04-20, by Ian Moody
phabricator: don't assume the existence of properties of local:commits
2019-04-20, by Ian Moody
phabricator: include branch in the diffproperty metadata
2019-04-20, by Ian Moody
tests: demonstrate `hg log -r . <file>` linkrev bug
2019-04-24, by Martin von Zweigbergk
unionrepo: sync with repository API
2019-04-19, by Joerg Sonnenberger
match: remove unused match.__iter__ implementation (API)
2019-04-23, by Martin von Zweigbergk
fix: allow fixer tools to return metadata in addition to the file content
2019-03-21, by Danny Hooper
merge with stable
2019-04-23, by Augie Fackler
phabricator: set local:commits time metadata as an int, not a string
2019-04-22, by Ian Moody
phabricator: use templatefilters.json in writediffproperties
2019-04-22, by Ian Moody
commands: use byteskwargs() in verify()
2019-04-21, by Gregory Szorc
match: use raw strings to avoid illegal baskslash escape
2019-04-21, by Gregory Szorc
revbranchcache: use context manager in _writerevs() to write to file
2019-04-20, by Pulkit Goyal
revbranchcache: factor logic to write names and revs in separate functions
2019-04-20, by Pulkit Goyal
tests: make log style a little easier to read in test-copytrace-heuristics.t
2019-04-18, by Martin von Zweigbergk
tests: avoid cryptic nodeids in tests/test-rename-merge1.t
2019-04-18, by Martin von Zweigbergk
tests: defines aliases for `hg log` calls in test-copytrace-heuristics.t
2019-04-18, by Martin von Zweigbergk
rust-discovery: implementing and exposing stats()
2019-03-14, by Georges Racinet
rust-discovery: cpython bindings for the core logic
2019-02-20, by Georges Racinet
rust-discovery: starting core implementation
2019-02-19, by Georges Racinet
rust-dagops: roots
2019-02-20, by Georges Racinet
rust-dagops: range of revisions
2019-02-19, by Georges Racinet
narrow: also warn when not deleting untracked or ignored files
2019-04-17, by Martin von Zweigbergk
setdiscovery: fix a few typos
2019-04-17, by Joerg Sonnenberger
copies: delete debug message about "unmatched files new in both"
2019-04-15, by Martin von Zweigbergk
copies: delete debug message about changes since common ancestor
2019-04-12, by Martin von Zweigbergk
copies: delete debug message about search limit
2019-04-11, by Martin von Zweigbergk
copies: move early return for "no copies" case a little earlier
2019-04-15, by Martin von Zweigbergk
copies: fix up "fullcopy" with missing entries from "diverge"
2019-04-15, by Martin von Zweigbergk
copies: fix up "fullcopy" with missing entries from "copy"
2019-04-15, by Martin von Zweigbergk
merge: remove workaround for issue5020
2019-04-14, by Martin von Zweigbergk
copies: don't include copies that are not in source in directory move
2019-04-12, by Martin von Zweigbergk
tests: add test for issue5343 (grafting with copies)
2019-04-13, by Martin von Zweigbergk
chistedit: use context manager to set verbose ui
2019-04-16, by Jordi Gutiérrez Hermoso
setdiscovery: stop limiting the number of local head we initially send
2019-04-16, by Pierre-Yves David
peer: introduce a limitedarguments attributes
2019-04-17, by Pierre-Yves David
verify: also check full manifest validity during verify runs
2019-03-06, by Pierre-Yves David
verify: introduce an experimental --full flag
2019-04-17, by Pierre-Yves David
verify: introduce a notion of "level"
2019-04-17, by Pierre-Yves David
tests: split out separate test for issue5020
2019-04-13, by Martin von Zweigbergk
tests: avoid a rename/delete conflict when updating in test-narrow-update.t
2019-04-15, by Martin von Zweigbergk
tests: delete unused function in test-rename-merge2.t
2019-04-15, by Martin von Zweigbergk
tests: make merge conflicts explicit in `hg annotate` tests
2019-04-14, by Martin von Zweigbergk
narrow: make warning about possibly dirty files respect ui.relative-paths
2019-04-18, by Martin von Zweigbergk
Added signature for changeset 97ada9b8d51b
stable
2019-07-09, by Augie Fackler
Added tag 5.0.2 for changeset 97ada9b8d51b
stable
2019-07-09, by Augie Fackler
posix: always seek to EOF when opening a file in append mode
stable
5.0.2
2019-07-08, by Augie Fackler
move: --force flag forcibly moves, not copies
stable
2019-07-03, by Anton Shestakov
copy: correct synopsis by making SOURCE a required argument
stable
2019-07-03, by Anton Shestakov
debugrevlog: fix average size computation for empty data (issue6167)
stable
2019-07-02, by Pierre-Yves David
bookmarks: backout the attempt to fix the delete race
stable
2019-06-29, by Matt Harbison
help: add a missing blank line to unhide `revlog-compression`
stable
2019-06-22, by Matt Harbison
bookmarks: actual fix for race condition deleting bookmark
stable
2019-06-21, by Pierre-Yves David
localrepo: introduce a `_refreshchangelog` method
stable
2019-06-21, by Pierre-Yves David
bookmarks: actually trigger the race deleting bookmark in the test
stable
2019-06-19, by Pierre-Yves David
test: add some assert in the bookrace extension
stable
2019-06-19, by Pierre-Yves David
test: factor out the "wait" logic in bookrace
stable
2019-06-19, by Pierre-Yves David
test: remove dead code in the bookrace extension
stable
2019-06-19, by Pierre-Yves David
run-tests: stop matching line for missing feature
stable
2019-06-19, by Pierre-Yves David
cborutil: fix streamencode() to handle subtypes
stable
2019-06-16, by Yuya Nishihara
bookmarks: use correct store for "ambiguity check"
stable
2019-05-31, by Martin von Zweigbergk
Added signature for changeset c3484ddbdb96
stable
2019-06-05, by Augie Fackler
Added tag 5.0.1 for changeset c3484ddbdb96
stable
2019-06-05, by Augie Fackler
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
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
sslutil: fsencode path returned by certifi (issue6132)
stable
2019-05-08, by Augie Fackler
commit: allow --interactive to work again when naming a directory (issue6131)
stable
2019-05-06, by Matt Harbison
parser: fix crash by parsing "()" in keyword argument position
stable
2019-05-03, by Yuya Nishihara
Added signature for changeset 07e479ef7c96
stable
2019-05-01, by Augie Fackler
Added tag 5.0 for changeset 07e479ef7c96
stable
2019-05-01, by Augie Fackler
hghave: deal with "rc" release
stable
5.0
2019-04-25, by Pierre-Yves David
narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)
stable
2019-04-17, by Pulkit Goyal
inno: bump keyring to 18.0.1 to avoid AttributeError (issue6043)
stable
2019-04-26, by Matt Harbison
context: check file exists before getting data from _wrappedctx
stable
2019-04-24, by Pulkit Goyal
tests: show IMM is broken when merging file empty in destination
stable
2019-04-24, by Pulkit Goyal
buildrpm: bump bundled Python version to 2.7.16 when building for centos{5,6}
stable
2019-04-19, by Antonio Muci
setup: tweak error message for Python 3
stable
2019-04-21, by Gregory Szorc
setup: remove set and dict comprehensions
stable
2019-04-21, by Gregory Szorc
branchcache: don't verify all nodes while writing
stable
2019-04-19, by Pulkit Goyal
setup: properly package distutils in py2exe virtualenv builds
stable
2019-04-20, by Gregory Szorc
merge: forgot to pull before release
stable
2019-04-17, by Augie Fackler
debugdiscovery: include the number of heads in all sets
2019-04-16, by Pierre-Yves David
recover: add a --[no-]verify flag
2019-04-17, by Pierre-Yves David
Added signature for changeset 4a8d9ed86475
stable
2019-04-17, by Augie Fackler
Added tag 5.0rc0 for changeset 4a8d9ed86475
stable
2019-04-17, by Augie Fackler
merge: default into stable for release candidate
stable
5.0rc0
2019-04-17, by Augie Fackler
bundle2: handle compression in _forwardchunks
2019-04-02, by Joerg Sonnenberger
changelog: parse copy metadata if available in extras
2017-12-27, by Martin von Zweigbergk
copies: add config option for writing copy metadata to file and/or changset
2017-12-27, by Martin von Zweigbergk
revsetbenchmark: add some simpler revset for heads and roots
2019-04-04, by Pierre-Yves David
repoview: flag `server.view` as experimental
2019-04-12, by Pierre-Yves David
repoview: move subsettable in a dedicated module
2019-04-12, by Pierre-Yves David
upgrade: support upgrade to/from zstd storage (issue6088)
2019-02-01, by Pierre-Yves David
compression: introduce an official `zstd-revlog` requirement
2019-03-27, by Pierre-Yves David
compression: only declare revlog support for available engine
2019-04-16, by Pierre-Yves David
branchcache: lazily validate nodes in iteritems()
2019-04-15, by Pulkit Goyal
branchcache: only iterate over branches which needs to be verified
2019-04-16, by Pulkit Goyal
branchcache: fix the docstring of _verifybranch()
2019-04-16, by Pulkit Goyal
branchcache: don't verify while creating a copy
2019-04-16, by Pulkit Goyal
pull: improved message issued in case of failed update
2019-04-05, by Pierre-Yves David
pull: deal with locally filtered changeset passed into --rev
2019-04-05, by Pierre-Yves David
absorb: aborting if another operation is in progress
2019-04-15, by Rodrigo Damazio Bovendorp
repoview: keep the branchmap cache for the `served.hidden` view warm
2019-04-04, by Pierre-Yves David
repoview: introduce a filter for serving hidden changesets
2018-05-21, by Pierre-Yves David
repoview: fix conditional around unserved changesets
2019-04-13, by Pierre-Yves David
branch: return early if we find an open named branch apart from default
2019-04-05, by Pulkit Goyal
branchcache: don't verify closed nodes in _branchtip()
2019-04-05, by Pulkit Goyal
branchcache: don't verify closed nodes in iteropen()
2019-04-05, by Pulkit Goyal
branchcache: lazily validate nodes from the branchmap
2019-04-01, by Pulkit Goyal
branchcache: add functions to validate changelog nodes
2019-03-19, by Pulkit Goyal
readline: provide styled prompt to readline (issue6070)
2019-04-15, by Kyle Lippincott
copies: move comment about implementation of mergecopies() to end
2019-04-02, by Martin von Zweigbergk
remotefilelog: return expected type from copies overrides
2019-04-12, by Martin von Zweigbergk
changelog: extract a _string_unescape() to mirror _string_escape()
2019-03-24, by Martin von Zweigbergk
copies: extract function for deciding whether to use changeset-centric algos
2019-03-20, by Martin von Zweigbergk
getrenamedfn: get copy data from context object if configured
2019-01-18, by Martin von Zweigbergk
branchmap: implement __contains__()
2019-03-31, by Pulkit Goyal
branchmap: prevent using __getitem__() in branchheads()
2019-03-31, by Pulkit Goyal
branchmap: dynamically resolve type of branchcache class
2019-03-27, by Pulkit Goyal
copies: print list of divergent renames in sorted order
2019-04-12, by Martin von Zweigbergk
import: suppress accept: header
2019-04-12, by timeless
rebase: fix bug that prevented dry-run rebases from printing failures
2019-04-12, by Augie Fackler
rebase: demonstrate bug in dry-run mode which causes cycles to not be reported
2019-04-12, by Augie Fackler
test: minor cleanup to test-server-view.t
2019-04-06, by Pierre-Yves David
repoview: improve documentation for `repo.filtered` method
2019-04-06, by Pierre-Yves David
revset: short docstring for checkstatus
2019-04-05, by Jordi Gutiérrez Hermoso
discovery: stop direct use of attribute of partialdiscovery
2019-04-11, by Georges Racinet
overlayworkingctx: remove misleading trailing slash from directory pattern
2019-04-10, by Martin von Zweigbergk
overlayworkingctx: fix file/dir audit to be repo-relative
2019-04-10, by Martin von Zweigbergk
messages: replace some instances of "folder" by "directory"
2019-04-10, by Martin von Zweigbergk
match: fix re2 compability broken in 2e2699af5649
2019-04-11, by Pierre-Yves David
py3: add b'' prefixes to new doctests in match.py
2019-04-10, by Pulkit Goyal
py3: add one new passing test found by buildbot
2019-04-10, by Pulkit Goyal
cext: cast s# arguments of Py_BuildValue() to Py_ssize_t
2019-04-09, by Yuya Nishihara
remotefilelog: correctly reject wdir filenodes
2019-04-08, by Augie Fackler
remotefilelog: add tests of `hg grep -r 'wdir()'`
2019-04-08, by Augie Fackler
config: read configs from directories in lexicographical order
2019-04-03, by Martin von Zweigbergk
remotefilelog: fix crash on `hg addremove` of added-but-deleted file
2019-04-03, by Martin von Zweigbergk
packaging: ensure that --python is an absolute path when building on Windows
2019-04-05, by Matt Harbison
packaging: don't crash building wix with python3.6 and earlier
2019-04-05, by Matt Harbison
chistedit: add basic colours to diff view
2019-04-03, by Jordi Gutiérrez Hermoso
chistedit: use default curses colours
2019-04-05, by Jordi Gutiérrez Hermoso
match: let regex match function return a boolean
2019-04-07, by Denis Laxalde
match: make arguments of _expandsets() optional
2019-04-07, by Denis Laxalde
match: make _donormalize's auditor and warn arguments optional
2019-04-07, by Denis Laxalde
match: add doctest examples in match()
2019-04-08, by Denis Laxalde
match: complete documentation of match() parameters
2019-04-06, by Denis Laxalde
match: add doctest examples for patkind()
2019-04-06, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip