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
+10000
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.
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
match: add a docstring with doctest examples to patternmatcher
2019-04-06, by Denis Laxalde
match: add doctest examples for exactmatcher
2019-04-07, by Denis Laxalde
localrepo: don't allow lookup of working directory revision
2019-04-05, by Martin von Zweigbergk
tests: demonstrate broken pull of "ffffffffffff" revision
2019-04-05, by Martin von Zweigbergk
tests: demonstrate broken `hg convert` if "ffffffffffff" is in description
2019-04-05, by Martin von Zweigbergk
tests: add test of for hash reference translation by `hg convert`
2019-04-05, by Martin von Zweigbergk
py3: write out hgextindex as bytes in setup.py
2019-04-05, by Matt Harbison
setup: fix a possible NameError on rust build
2019-04-04, by Philippe Pepiot
crecord: new keys g & G to navigate to the top and bottom respectively
2019-04-01, by Arun Chandrasekaran
chistedit: properly show verbose diffs
2019-04-04, by Jordi Gutiérrez Hermoso
interactive: do not prompt about files given in command line
2019-04-04, by Denis Laxalde
zstandard: vendor python-zstandard 0.11
2019-04-04, by Gregory Szorc
cext: make osutil.c PY_SSIZE_T_CLEAN
2019-04-04, by Gregory Szorc
cext: make parsers.c PY_SSIZE_T_CLEAN
2019-04-04, by Gregory Szorc
cext: make revlog.c PY_SSIZE_T_CLEAN
2019-04-04, by Gregory Szorc
tests: add optional output for Python 2.7 deprecation
2019-04-04, by Gregory Szorc
setup: use raw string for regular expression
2019-04-04, by Gregory Szorc
automation: use raw strings when there are backslashes
2019-04-04, by Gregory Szorc
perf: make perf.run-limits code work with Python 3
2019-04-04, by Gregory Szorc
localrepo: rename crev in _filecommit() to cnode, since it's a node
2017-12-25, by Martin von Zweigbergk
tests: unset environment variable P in test-revset2.t (issue6109)
2019-04-05, by Jerry Montfort
hgmanpage: use a py2 and py3 compatible iterable protocol
2019-04-04, by Philippe Pepiot
hgmanpage: use range instead of xrange
2019-04-04, by Philippe Pepiot
packaging: allow to run make with python3
2019-04-04, by Philippe Pepiot
cleanup: use set literals where possible
2019-04-03, by Martin von Zweigbergk
tests: rename "u" to more usual "ui" in test-context.py
2017-07-19, by Martin von Zweigbergk
tests: better document the graft copy case
2019-04-03, by Martin von Zweigbergk
py2exe: add workaround to allow bundling of hgext3rd.* extensions
2019-04-03, by Augie Fackler
wix: fix the package build when not adding features
2019-04-02, by Augie Fackler
histedit: narrow the scope of discarded ui output
2019-04-01, by Rodrigo Damazio Bovendorp
uncommit: abort if an explicitly given file cannot be uncommitted (BC)
2019-03-29, by Matt Harbison
unshelve: disable unshelve during merge (issue5123)
2019-03-25, by Navaneeth Suresh
wix: add functionality to inject additional Features into installer
2019-04-01, by Augie Fackler
wix: add support for additional wxs files
2019-04-01, by Augie Fackler
wix: add a hook for a prebuild script to inject extra libraries
2019-03-20, by Augie Fackler
compression: introduce an official `format.revlog-compression` option
2019-03-27, by Pierre-Yves David
compression: display compression level in debugformat
2019-04-02, by Pierre-Yves David
compression: introduce a `storage.revlog.zstd.level` configuration
2019-03-27, by Pierre-Yves David
compression: introduce a `storage.revlog.zlib.level` configuration
2019-03-27, by Pierre-Yves David
compression: accept level management for zlib compression
2019-03-27, by Pierre-Yves David
util: extract compression code in `mercurial.utils.compression`
2019-03-27, by Pierre-Yves David
merge: make "labels" argument to graft() optional, like it is for update()
2019-03-30, by Martin von Zweigbergk
revset: remove comment about linkrev workaround from user-facing docs
2019-03-31, by Martin von Zweigbergk
shelve: let cmdutil.revert() take care of backing up untracked files
2019-03-29, by Martin von Zweigbergk
shelve: stop passing list of files to revert
2019-03-29, by Martin von Zweigbergk
remotefilelog: prefetch files in deterministic order
2019-03-27, by Martin von Zweigbergk
debugdiscovery: display time elapsed during the discovery step
2019-03-26, by Pierre-Yves David
debugdiscovery: only list common heads on verbose
2019-03-26, by Pierre-Yves David
debugdiscovery: drop duplicated information
2019-03-26, by Pierre-Yves David
debugdiscovery: display more statistic about the common set
2019-03-26, by Pierre-Yves David
debugdiscovery: small internal refactoring
2019-03-26, by Pierre-Yves David
debugdiscovery: allow to select random seed during debugdiscovery run
2019-03-26, by Pierre-Yves David
discovery: move cl.hasnode outside of the for-loop
2019-03-17, by Pulkit Goyal
discovery: prevent deleting items from a dictionary
2019-03-17, by Pulkit Goyal
discovery: drop some unused sets
2019-03-17, by Pulkit Goyal
discovery: prevent recomputing info about server and outgoing changesets
2019-03-17, by Pulkit Goyal
crecord: draw on the whole screen
2019-03-21, by Alexander Kobjolke
automation: perform tasks on remote machines
2019-03-15, by Gregory Szorc
contrib: PowerShell script to install development dependencies
2019-03-09, by Gregory Szorc
chistedit: change in-progress message
2019-03-26, by Jordi Gutiérrez Hermoso
perf: copyedit a few documentation strings
2019-03-26, by Augie Fackler
shelve: add --keep to list of allowables
2019-03-24, by Jordi Gutiérrez Hermoso
perf: introduce a `perf.run-limits` options
2019-03-17, by Pierre-Yves David
perf: pass limits as a function argument
2019-03-16, by Pierre-Yves David
perf: more flexible implementation for checking stop conditions
2019-03-16, by Pierre-Yves David
perf: document perfparents
2019-03-25, by Pierre-Yves David
perf: document config options
2019-03-25, by Pierre-Yves David
tests: use "perf" as a the extension name in test-contrib-perf.t
2019-03-25, by Pierre-Yves David
shelve: do not update when keeping changes, just move the dirstate
2019-03-22, by Jordi Gutiérrez Hermoso
shelve: refactor _shelvecreatedcommit's match object into calling site
2019-03-22, by Jordi Gutiérrez Hermoso
shelve: new keep option
2019-03-22, by Jordi Gutiérrez Hermoso
diff: support diffing explicit files in subrepos
2019-03-21, by Matt Harbison
fix: make the order of the work queue deterministic
2019-03-21, by Danny Hooper
fix: allow fixing untracked files when given as arguments
2019-03-21, by Danny Hooper
branchcache: have a hasnode function to validate nodes
2019-03-19, by Pulkit Goyal
branchcache: add attributes to track which nodes are verified
2019-03-19, by Pulkit Goyal
branchcache: make entries a private attribute
2019-03-18, by Pulkit Goyal
branchcache: introduce hasbranch()
2019-03-18, by Pulkit Goyal
branchmap: drop branchcache.setdefault() (API)
2019-03-18, by Pulkit Goyal
branchcache: rename itervalues() to iterheads()
2019-03-18, by Pulkit Goyal
branchmap: remove the dict interface from the branchcache class (API)
2019-03-18, by Pulkit Goyal
test-template: fix stdio mode on Windows
2019-03-23, by Yuya Nishihara
samplehgrcs: update the list of suggested extensions
2019-03-22, by Jordi Gutiérrez Hermoso
samplehgrcs: clarify which lines should be uncommented
2019-03-22, by Jordi Gutiérrez Hermoso
templatefilters: add {x|cbor} filter for custom CBOR output
2019-03-10, by Yuya Nishihara
template: add CBOR output format
2019-03-10, by Yuya Nishihara
memfilectx: override copysource() instead of using dummy nodeid
2019-03-19, by Martin von Zweigbergk
memctx: rename constructor argument "copied" to "copysource" (API)
2019-03-19, by Martin von Zweigbergk
crecord: redraw the screen when starting up chunkselector
2019-03-13, by Kyle Lippincott
crecord: redraw the screen on ctrl-L
2019-03-13, by Kyle Lippincott
crecord: completely redraw screen when coming back from editor
2019-03-13, by Kyle Lippincott
tests: glob seconds in test-upgrade-repo.t
2019-03-20, by Pulkit Goyal
store: recommend using `hg debugrebuildfncache` is fncache is corrupted
2019-03-20, by Pulkit Goyal
debugsparse: abort if the repository is not sparse instead of ui.status()
2019-03-18, by Pulkit Goyal
revert: option to choose what to keep, not what to discard
2019-03-12, by Martin von Zweigbergk
patch: include newline at EOF in help text for interactive patch
2019-03-12, by Martin von Zweigbergk
merge with stable
2019-03-19, by Pulkit Goyal
Added signature for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
Added tag 4.9.1 for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
patch: include flag-only file changes in "special" when filtering (issue5864)
2019-03-03, by Sushil khanchi
store: error out if fncache does not ends with a newline
2019-03-18, by Pulkit Goyal
tracked: add documentation about `--import-rules` flag
2019-03-18, by Pulkit Goyal
discovery: fix embarrassing typo in slice definition
2019-03-14, by Pierre-Yves David
store: don't read the whole fncache in memory
2018-11-22, by Pulkit Goyal
record: prevent commits that don't pick up dirty subrepo changes (issue6102)
stable
4.9.1
2019-03-16, by Matt Harbison
wix: restore COPYING.rtf
2019-03-08, by Gregory Szorc
test-https: add some more known failure messages of client certs (issue6030)
stable
2019-03-17, by Yuya Nishihara
test-https: turn off system OpenSSL configuration
stable
2019-03-17, by Yuya Nishihara
store: move logic to check for invalid entry in fncache to own function
2019-02-27, by Pulkit Goyal
py3: add test-phabricator.py to python3-whitelist
2019-03-09, by Ian Moody
py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduit
2019-03-09, by Ian Moody
py3: use pycompat.byteskwargs on opts in phabricator.py
2019-03-08, by Ian Moody
watchman: ignore some of watchman errors
2018-12-21, by Boris Feld
watchman: add the possibility to set the exact watchman binary location
2018-12-21, by Boris Feld
context: use wdirhex constant instead of calculating it
2019-03-15, by Martin von Zweigbergk
split: use the new movedirstate() we now have in scmutil
2019-03-13, by Martin von Zweigbergk
manifestcache: use `wcache` directory for manifest cache
2019-03-14, by Pierre-Yves David
manifestcache: protect write with `wlock` instead of `lock`
2019-03-15, by Pierre-Yves David
manifestcache: clear the cache before testing the debug command
2019-03-14, by Pierre-Yves David
manifestcache: abstract the filename in a class attribute
2019-03-15, by Pierre-Yves David
manifestcache: skip setup earlier if we don't have the lock
2019-03-15, by Pierre-Yves David
manifestcache: test the cache is warm after a commit
2019-03-14, by Pierre-Yves David
manifestcache: stop altering the lru cache order while displaying it
2019-03-15, by Pierre-Yves David
manifestcache: support multiple cache addition in one debug command run
2019-03-15, by Pierre-Yves David
wix: autogenerate wxs file for library files
2019-03-14, by Gregory Szorc
wix: introduce variable to hold path to wix packaging directory
2019-03-14, by Gregory Szorc
wix: package missing .dll and .pyd files
2019-03-14, by Gregory Szorc
setup: exclude crypt32.dll in py2exe builds
2019-03-14, by Gregory Szorc
packaging: don't bundle DLLs in py2exe library.zip for x86 builds
2019-03-14, by Gregory Szorc
packaging: convert files to LF
2019-03-14, by Gregory Szorc
dirstate: remove obsolete reference to dirstate.beginparentchange
2019-03-13, by Martin von Zweigbergk
py3: use pycompat.iterbytestr to convert memoryview slice to bytestring
2019-03-09, by Ian Moody
rebase: fix crash with in-memory rebase and copies
2019-03-14, by Martin von Zweigbergk
test: demonstrate crash with in-memory rebase and copies
2019-03-14, by Martin von Zweigbergk
manifestcache: actually honor --clear
2019-03-14, by Pierre-Yves David
manifestcache: make sure the entry are ordered by access time
2019-03-14, by Pierre-Yves David
manifestcache: adding a second distinct entry
2019-03-14, by Pierre-Yves David
manifestcache: test that adding the same entry twice do not duplicates it
2019-03-14, by Pierre-Yves David
manifestcache: do not display data when using --add
2019-03-14, by Pierre-Yves David
manifestcache: only lock the repository if the debug command touch the cache
2019-03-14, by Pierre-Yves David
manifestcache: further fix to debug command output
2019-03-14, by Pierre-Yves David
manifestcache: test and fix some output of the debug command
2019-03-14, by Pierre-Yves David
chunkselector: fix typos in instructions when user reviews patch
2018-12-27, by Kyle Lippincott
scmutil: document matcher argument of movedirstate()
2019-03-11, by Martin von Zweigbergk
uncommit: move _movedirstate() to scmutil for reuse
2019-03-11, by Martin von Zweigbergk
copies: remove dependency on scmutil by directly using match.exact()
2019-03-11, by Martin von Zweigbergk
uncommit: convert _fixdirstate() into _movedirstate()
2019-03-11, by Martin von Zweigbergk
updatecaches: also warm the tags caches
2019-03-11, by Pierre-Yves David
updatecaches: also warm revbranchcache for filtered revisions
2019-03-11, by Pierre-Yves David
copies: handle a case when both merging csets are not descendant of merge base
2019-02-13, by Sushil khanchi
copies: add test that makes both the merging csets dirty and fails
2019-02-14, by Sushil khanchi
copies: add test that makes both the merging csets dirty and run w/o error
2019-02-14, by Sushil khanchi
tests: stabilize test-bundle.t on Windows
2019-03-10, by Matt Harbison
discovery-helper: use reflink copy if available
2019-03-10, by Pierre-Yves David
discovery-helper: bail out if destination already exists
2019-03-10, by Pierre-Yves David
discovery-helper: move repository creation in a function
2019-03-10, by Pierre-Yves David
discovery-helper: add an extra argument to generate only one repo
2019-03-08, by Pierre-Yves David
wix: remove enum and future packages
2019-03-08, by Gregory Szorc
wix: remove pywin32
2019-03-08, by Gregory Szorc
wix: remove sphinx and dependencies
2019-03-08, by Gregory Szorc
wix: functionality to automate building WiX installers
2019-03-08, by Gregory Szorc
wix: move contrib/wix to contrib/packaging/wix
2019-03-07, by Gregory Szorc
wix: remove hg.cmd
2019-03-08, by Gregory Szorc
setup: include hgext3rd package in py2exe builds
2019-03-07, by Gregory Szorc
setup: properly install build_hgextindex for py2exe builds
2019-03-07, by Gregory Szorc
setup: configure py2exe config via environment variables
2019-03-07, by Gregory Szorc
packaging: extract py2exe functionality to own module
2019-03-07, by Gregory Szorc
packaging: extract python exe info to own function
2019-03-07, by Gregory Szorc
packaging: don't use temporary directory
2019-03-07, by Gregory Szorc
packaging: extract virtualenv and py2exe to build directory
2019-03-07, by Gregory Szorc
packaging: move Inno Setup core logic into a module
2019-03-07, by Gregory Szorc
packaging: move find_vc_runtime_files() into hgpackaging.util
2019-03-07, by Gregory Szorc
packaging: move DOWNLOADS dict to hgpackaging.downloads
2019-03-07, by Gregory Szorc
packaging: split downloading code into own module
2019-03-07, by Gregory Szorc
packaging: establish hgpackaging package
2019-03-07, by Gregory Szorc
py3: use % instead of .format() on a bytestring
2019-03-09, by Ian Moody
py3: use r'' for group name arguments to MatchObjects in phabricator.py
2019-03-08, by Ian Moody
py3: use %d instead of %s when formatting an int into a byte string
2019-03-09, by Ian Moody
py3: only pass unicode to json.dumps in writediffproperties
2019-03-09, by Ian Moody
py3: fix a few "dict keys as str instead of bytes" issues in phabricator.py
2019-03-09, by Ian Moody
py3: convert URL to str before passing it to request
2019-03-09, by Ian Moody
py3: convert indexes into bytes when enumerating lists in urlencodenested
2019-03-08, by Ian Moody
py3: don't try and format a bare dict into a byte string in callconduit
2019-03-08, by Ian Moody
py3: use fsencode for vcr recording paths and strings for custom_patches args
2019-03-08, by Ian Moody
phabricator: convert conduit response JSON unicode to bytes inside callconduit
2019-03-02, by Ian Moody
transaction: include txnname in the hookargs dictionary
2019-02-09, by Pierre-Yves David
discovery-helper: reflect argument value in the name of the results
2019-03-08, by Pierre-Yves David
discovery-helper: echo the stripped revsets early
2019-03-07, by Pierre-Yves David
contrib: move the `discovery-helper.sh` script in`perf-utils` directory
2019-03-07, by Pierre-Yves David
tests: stabilize test-split.t for Windows
2019-03-09, by Matt Harbison
tests: stabilize test-share.t on Windows
2019-03-07, by Matt Harbison
split: add tests which demonstrate the issue5864
2019-03-03, by Sushil khanchi
discovery: clarify why the caching of children is valid
2019-03-07, by Pierre-Yves David
tests: clarify test setup test in test-uncommit.t
2019-03-06, by Martin von Zweigbergk
tests: fix a stale reference to experimental.uncommitondirtywdir
2019-03-06, by Martin von Zweigbergk
discovery: explicitly use `undecided` for the children mapping
2019-02-28, by Pierre-Yves David
discovery: cache the children mapping used during each discovery
2019-02-28, by Pierre-Yves David
discovery: move children computation in its own method
2019-02-28, by Pierre-Yves David
discovery: simplify the building of the children mapping
2019-03-05, by Pierre-Yves David
discovery: simply walk the undecided revs when building the children mapping
2019-03-05, by Pierre-Yves David
discovery: use a lower level but faster way to retrieve parents
2019-02-28, by Pierre-Yves David
discovery: avoid computing identical sets of heads twice
2019-02-28, by Pierre-Yves David
discovery: moved sampling functions inside discovery object
2019-02-27, by Georges Racinet
discovery: rename `srvheads` to `knownsrvheads`
2019-02-27, by Georges Racinet
verify: small refactoring and documentation in `_verifymanifest`
2019-03-06, by Pierre-Yves David
verify: document the `_verifymanifest` method
2019-03-06, by Pierre-Yves David
verify: document `_verifychangelog`
2019-03-06, by Pierre-Yves David
verify: rename the `checklog` to `_checkrevlog`
2019-03-06, by Pierre-Yves David
verify: document the `checklog` method
2019-03-06, by Pierre-Yves David
revlog: add some documentation to the `checksize` method
2019-03-06, by Pierre-Yves David
verify: make `checkentry` a private method
2019-03-06, by Pierre-Yves David
verify: document the `checkentry` method
2019-03-06, by Pierre-Yves David
verify: add some inline documentation to the top level `verify` method
2019-03-06, by Pierre-Yves David
verify: explicitly return 0 if no error are encountered
2019-03-06, by Pierre-Yves David
verify: minimal documentation for `verifier.verify`
2019-03-06, by Pierre-Yves David
verify: make the `exc` method private
2019-03-06, by Pierre-Yves David
verify: document the `exc` method
2019-03-06, by Pierre-Yves David
verify: make `err` a private method
2019-03-06, by Pierre-Yves David
verify: document the `err` method
2019-03-06, by Pierre-Yves David
verify: make the `warn` method private
2019-03-06, by Pierre-Yves David
verify: document the `warn` method
2019-03-06, by Pierre-Yves David
uncommit: add flag --allow-dirty-working-copy
2019-03-04, by Navaneeth Suresh
uncommit: don't allow dirty working copy with PATH (issue5977)
2019-02-12, by Navaneeth Suresh
cleanup: remove two bogus test names from python3 list
2019-03-05, by Augie Fackler
revlog: preserve `_lazydelta` attribute in `revlog.clone`
2019-03-04, by Pierre-Yves David
localrepo: explicit `_lock` arguments in `lock`
2019-03-04, by Pierre-Yves David
inno: remove w9xpopen.exe
2019-03-03, by Gregory Szorc
inno: stop shipping pywin32
2019-03-03, by Gregory Szorc
inno: script to automate building Inno installer
2019-03-03, by Gregory Szorc
setup: exclude some internal UCRT files
2019-03-03, by Gregory Szorc
setup: include additional packages in py2exe distribution
2019-03-03, by Gregory Szorc
setup: define build_doc command
2019-03-03, by Gregory Szorc
inno: remove references to pywin32
2019-03-03, by Gregory Szorc
inno: remove cacerts.pem from documentation
2019-03-03, by Gregory Szorc
inno: replace add_path.exe with a Pascal script
2019-02-28, by Gregory Szorc
inno: move inno installer files to contrib/packaging/inno
2019-03-03, by Gregory Szorc
py3: add a new passing test found by buildbot
2019-03-05, by Pulkit Goyal
tests: make test-status.t compatible with test-check-module-imports.t
2019-03-05, by Pulkit Goyal
py3: convert KEY_PRESSED value to bytes in crecord.py
2019-03-05, by Pulkit Goyal
hghave: skip emacs tests on 24.3 and earlier
2019-03-04, by Augie Fackler
py3: use bytes instead of str in isinstance()
2019-03-05, by Pulkit Goyal
server: allow customizing the default repo filter
2019-02-12, by Joerg Sonnenberger
py3: convert filtername to str if it's None
2019-03-02, by Pulkit Goyal
walkfilerevs: rename filerevgen() to filerevs() since it's not a generator
2019-03-02, by Martin von Zweigbergk
global: use raw string for setlocale() argument
2019-03-02, by Gregory Szorc
encoding: use raw strings for encoding arguments
2019-03-02, by Gregory Szorc
revsetlang: use sysbytes() instead of blind encode()
2019-03-02, by Gregory Szorc
global: use raw strings for namedtuple()
2019-03-02, by Gregory Szorc
attr: don't attempt to .encode() a str on Python 2
2019-03-02, by Gregory Szorc
procutil: use a raw string for module name
2019-03-02, by Gregory Szorc
global: use raw strings for __slots__
2019-03-02, by Gregory Szorc
absorb: run cleanupnodes() within transaction also when not using obsmarkers
2019-02-28, by Martin von Zweigbergk
py3: pass a str to getpass.getpass()
2019-03-02, by Pulkit Goyal
py3: port things from chgserver.py
2019-03-02, by Pulkit Goyal
py3: make sure return value of posix.groupname() is bytes
2019-03-02, by Pulkit Goyal
contrib: make check-code.py check code fragments embedded in test scripts
2019-03-01, by FUJIWARA Katsunori
contrib: add line offset information to file check function of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: change return value of file checking function of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: factor out actual error check for file data of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: refactor preparation logic for patterns of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: split pypats list in check-code.py
2019-03-01, by FUJIWARA Katsunori
tests: remove useless line wrapping in a code fragment embedded in test script
2019-03-01, by FUJIWARA Katsunori
storage: introduce a `revlog.reuse-external-delta` config
2019-02-27, by Pierre-Yves David
storage: introduce a `revlog.reuse-external-delta-parent` config
2019-02-27, by Pierre-Yves David
merge with stable
2019-03-02, by Yuya Nishihara
py3: convert return values of inspect.getabsfile() to bytes
2019-02-28, by Pulkit Goyal
py3: add two new passing tests found by buildbot
2019-02-28, by Pulkit Goyal
py3: make contrib/debugshell.py work with Python 3
2019-02-28, by Pulkit Goyal
absorb: let scmutil.cleanupnodes() take care of setting phase
2019-02-27, by Martin von Zweigbergk
absorb: use scmutil.cleanupnodes() also when obsmarkers are disabled
2019-02-27, by Martin von Zweigbergk
absorb: use scmutil.cleanupnodes() so operation gets set
2019-02-27, by Martin von Zweigbergk
test: follow-up on 1c4d6ab2ecb8, stabilize test-remotefilelog-bgprefetch.t
2019-02-25, by Boris Feld
tests: add more wildcards to test-extdiff.t
2019-02-25, by Matt Harbison
branchmap: prevent reading the file twice through different iterators
2019-02-26, by Pulkit Goyal
remotefilelog: fix format str, blobsize isn't always a #, can be "(missing)"
2019-02-25, by Kyle Lippincott
remotefilelog: do not specify an explicit version for repack
2019-02-22, by Kyle Lippincott
test: generate the `test-sparse-revlog` artifact when slow-test is allowed
2019-02-24, by Pierre-Yves David
runtest: also update slow test timeout during `#if` clauses
2019-02-24, by Pierre-Yves David
runtest: move slow timeout process earlier in the `_hghave` method
2019-02-24, by Pierre-Yves David
runtest: extract the logic that update timeout for slow tests
2019-02-24, by Pierre-Yves David
tests: increase timeout for slow test
2019-02-24, by Pierre-Yves David
merge with stable
2019-02-25, by Gregory Szorc
rewriting: add an option for rewrite commands to use the archived phase
2019-01-02, by Boris Feld
strip: introduce a soft strip option
2018-10-16, by Boris Feld
branchcache: move loading of branch names and nodes into it's own function
2019-02-25, by Pulkit Goyal
rebase: add missing dashes in help text
stable
2019-02-23, by Manuel Jacob
test: stabilize bundle generation for test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: don't trust delta bases from the bundle in test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: update test-sparse-revlog.t output
stable
2019-02-24, by Pierre-Yves David
bundle2: don't send "shared" requirement when cloning from a share
2019-02-20, by mitchell plamann
tests: demonstrate failure when cloning from a share via bundle2
2019-02-20, by mitchell plamann
mq: disable qrecord during histedit (issue5981)
2019-02-22, by Navaneeth Suresh
committablectx: move status-related methods closer together
2019-02-20, by Martin von Zweigbergk
tests: add test for hg-test-mode emacs code
2019-02-21, by Augie Fackler
hghave: add check for GNU emacs
2019-02-21, by Augie Fackler
contrib: also linkify tracebacks in compilation output when using hg-test-mode
2019-02-21, by Augie Fackler
contrib: add compilation-mode linking for our test output
2019-02-21, by Augie Fackler
diff: make sure we output stat even when --git is not passed (issue4037) (BC)
2019-02-22, by Pulkit Goyal
tests: add test to demonstrate issue4037
2019-02-23, by Pulkit Goyal
grep: reuse getrenamedfn() from scmutil
2019-01-18, by Martin von Zweigbergk
templatekw: move getrenamedfn() to scmutil (API)
2019-02-21, by Martin von Zweigbergk
mq: get copy source from context object instead of from filelog
2019-02-23, by Martin von Zweigbergk
mq: slightly modernize by using context object
2019-02-23, by Martin von Zweigbergk
absorb: migrate to new method for getting copy info
2019-02-23, by Martin von Zweigbergk
fix: migrate to new method for getting copy info
2019-02-11, by Martin von Zweigbergk
memfilefromctx: migrate to new method for getting copy info
2018-03-25, by Martin von Zweigbergk
largefiles: migrate to new method for getting copy info
2017-12-27, by Martin von Zweigbergk
commit: migrate to new method for getting copy info
2017-12-27, by Martin von Zweigbergk
tests: migrate to new method for getting copy info
2017-12-27, by Martin von Zweigbergk
templatekw: migrate to new method for getting copy info
2018-03-26, by Martin von Zweigbergk
convert: migrate to new method for getting copy source
2017-12-27, by Martin von Zweigbergk
context: move equivalent renamed() implementations to superclass
2018-03-25, by Martin von Zweigbergk
context: rewrite renamed() in terms of new copysource() where appropriate
2018-03-25, by Martin von Zweigbergk
context: add specialized way of getting copy source file only
2018-03-25, by Martin von Zweigbergk
changegroup: move non-pruning of non-ellipsis manifests to _prunemanifests()
2019-02-21, by Martin von Zweigbergk
context: use includematcher when checking dir/file conflicts
2019-02-21, by Kyle Lippincott
tests: change the paths slightly in test-rebase-inmemory.t
2019-02-21, by Kyle Lippincott
rust-cpython: using rustext.dagop.headrevs in revlog
2019-01-16, by Georges Racinet
changelog: prefilter in headrevs()
2019-02-20, by Georges Racinet
tests: fixed test too dependent on actual exception wording
2019-02-21, by Georges Racinet
contrib: enforce wrapping too-long lines with () instead of \
2019-01-13, by Augie Fackler
cleanup: prefer nested context managers to \-continuations
2019-02-20, by Augie Fackler
cleanup: use () to wrap long lines instead of \
2019-02-20, by Augie Fackler
tests: use () instead of \ to wrap lines
2019-01-13, by Augie Fackler
merge with stable
2019-02-20, by Martin von Zweigbergk
copies: do copy tracing based on ctx.p[12]copies() if configured
2019-02-19, by Martin von Zweigbergk
context: introduce p[12]copies() methods and debugp[12]copies commands
2019-01-18, by Martin von Zweigbergk
copies: filter out copies when target is not in destination manifest
2019-02-14, by Martin von Zweigbergk
copies: make _backwardrenames() filter out copies by destination
2019-02-19, by Martin von Zweigbergk
copies: respect narrowmatcher in "parent -> working dir" case
2019-02-19, by Martin von Zweigbergk
tests: add tests of pathcopies()
2019-02-20, by Martin von Zweigbergk
uncommit: add config option to keep commit by default
2019-02-15, by Martin von Zweigbergk
debugpathcopies: sort output so it's deterministic
2019-02-14, by Martin von Zweigbergk
subrepo: use root-repo-relative path from `hg files` with ui.relative-paths=no
2019-02-17, by Martin von Zweigbergk
subrepo: demonstrate broken `hg files` with ui.relative-paths=no
2019-02-17, by Martin von Zweigbergk
py3: whitelist 5 new passing tests caught by buildbot
2019-02-18, by Pulkit Goyal
uncommit: inform user if the commit is empty after uncommit
2019-02-15, by Martin von Zweigbergk
test: stabilize test-run-tests.t output
2019-02-14, by Boris Feld
test: stabilize test-remotefilelog-bgprefetch.t flaky output
2019-02-14, by Boris Feld
merge with stable
2019-02-19, by Martin von Zweigbergk
color: change color of grep.rev label (BC)
2019-02-15, by Jordi Gutiérrez Hermoso
color: give colours to the grep.inserted and grep.deleted labels
2019-02-15, by Jordi Gutiérrez Hermoso
grep: give different labels to + and - symbols
2019-02-15, by Jordi Gutiérrez Hermoso
tests: bulk changes to avoid whitespace errors of check-code.py
2019-02-18, by FUJIWARA Katsunori
tests: replace "naked except clause" to avoid check-code.py error
2019-02-18, by FUJIWARA Katsunori
tests: bulk changes to avoid "omit superfluous pass" check-code.py error
2019-02-18, by FUJIWARA Katsunori
tests: replace imported module to avoid check-code.py error
2019-02-18, by FUJIWARA Katsunori
tests: bulk change to avoid "unneeded trailing ',' ..." error of check-code.py
2019-02-18, by FUJIWARA Katsunori
tests: define class in modern style to avoid check-code.py error
2019-02-18, by FUJIWARA Katsunori
tests: use NO_CHECK_EOF as heredoc limit mark to omit checking code fragments
2019-02-18, by FUJIWARA Katsunori
tests: conditionalize msys path mangling in test-bundle.t
2019-02-16, by Matt Harbison
tests: glob over quoting differences in test-blackbox.t for Windows
2019-02-16, by Matt Harbison
chistedit: ensure a locale is set
2019-02-15, by Jordi Gutiérrez Hermoso
templatekw: make negrev return empty for wdir() and nullrev
2019-02-18, by Jordi Gutiérrez Hermoso
test-sqlitestore: run sqlite3 with no init file
2019-02-18, by Jordi Gutiérrez Hermoso
tests: add a missing abort exit code on Windows in test-audit-subrepo.t
stable
2019-02-20, by Matt Harbison
subrepo: add test for Windows relative-ish path with drive letter
stable
2019-02-07, by Yuya Nishihara
copies: return True instead of filename as it is expected to return boolean
2019-02-14, by Sushil khanchi
narrow: fix command name in error messsage
2019-02-11, by Pulkit Goyal
templatekw: add a {negrev} keyword
2019-02-15, by Jordi Gutiérrez Hermoso
tests: correct the remaining fallout from recent path style changes on Windows
2019-02-17, by Matt Harbison
templates: adding a config() function for template customization
2019-02-13, by rdamazio
changegroup: don't try to prune manifest nodes if not ellipses
2019-01-31, by Pulkit Goyal
branchmap: improve doc about BranchMapCache class
2019-02-11, by Pulkit Goyal
rust: itering less on MissingAncestors.bases for max()
2019-02-04, by Georges Racinet
rust: stop putting NULL_REVISION in MissingAncestors.bases
2019-02-05, by Georges Racinet
rust: less set lookups in MissingAncestors
2019-02-04, by Georges Racinet
rust: less set lookups in AncestorsIterator
2019-02-04, by Georges Racinet
obsutil: don't assume leftctx and rightctx repo as same
2019-02-15, by Pulkit Goyal
tests: add more wildcards to test-extdiff.t
2019-02-15, by Gregory Szorc
url: don't pass strict argument on Python 3
2019-02-15, by Gregory Szorc
url: always use str for proxy configuration
2019-02-15, by Gregory Szorc
py3: port tinyproxy.py to work with Python 3
2019-02-12, by Gregory Szorc
url: always access req._tunnel_host
2019-02-12, by Gregory Szorc
tests: double escape \ in test-import-eol.t and test-mq-eol.t
2019-02-15, by Gregory Szorc
tests: use raw string in test-impexp-branch.t
2019-02-15, by Gregory Szorc
phabricator: make user searches case-insensitive
2019-02-11, by Julien Cristau
exchange: raise error.Abort instead of ValueError
2019-02-15, by Gregory Szorc
tests: remove -q from test-lfs-serve.t
2019-02-15, by Gregory Szorc
chistedit: use magenta for current line as in crecord (issue6071)
2019-02-13, by Jordi Gutiérrez Hermoso
chistedit: improve proper username in histedit curses interface
2019-02-14, by Akshit Jain
crecord: remove obsolete version check
2019-02-14, by Jordi Gutiérrez Hermoso
histedit: remove "chistedit" mention from interface
2019-02-13, by Jordi Gutiérrez Hermoso
revset: improve documentation on expectsize()
2019-02-13, by Navaneeth Suresh
scmutil: fix a comment that doesn't match the code
2019-02-13, by Martin von Zweigbergk
remotefilelog: remove strkwargs()
2019-02-14, by Gregory Szorc
remotefilelog: use raw strings when looking for variable names
2019-02-13, by Gregory Szorc
rust-cpython: binding for headrevs()
2019-01-10, by Georges Racinet
rust-cpython: moved py_set() utility to conversion module
2019-01-16, by Georges Racinet
rust: translated random test of missingancestors
2018-12-02, by Georges Racinet
debugpathcopies: fix typo in synopsis
2019-02-12, by Martin von Zweigbergk
debugrename: don't require at least one path
2019-02-12, by Martin von Zweigbergk
revlog: use iterbytestr()
2019-02-12, by Gregory Szorc
commit: respect ui.relative-paths
2019-02-10, by Martin von Zweigbergk
resolve: slightly simplify join expression by joining with empty strings
2019-02-10, by Martin von Zweigbergk
resolve: respect ui.relative-paths also for warning messages
2019-02-10, by Martin von Zweigbergk
addremove: respect ui.relative-paths
2019-02-11, by Martin von Zweigbergk
windows: use util.localpath for repo-relative paths in getuipathfn()
2019-02-11, by Martin von Zweigbergk
walkchangerevs: obey allfiles parameter when taking the slow path
2019-02-12, by Jordi Gutiérrez Hermoso
test: stabilize test-wireproto-exchangev2.t flaky output
2019-02-08, by Boris Feld
zsh: fix `hg resolve` completion when in a subdirectory (issue6067)
2019-02-04, by Kyle Lippincott
revset: add expectsize to check the size of a set
2019-02-03, by Navaneeth Suresh
merge with stable
2019-02-11, by Augie Fackler
branchmap: decode a label only once
2019-02-11, by Pulkit Goyal
branchmap: move __init__ up in branchcache class
2019-02-11, by Pulkit Goyal
match: delete unused root and cwd arguments from {always,never,exact}() (API)
2019-02-09, by Martin von Zweigbergk
match: delete unused root and cwd arguments to constructors (API)
2019-02-10, by Martin von Zweigbergk
dirstate: call and cache os.getcwd() in constructor
2019-02-10, by Martin von Zweigbergk
cleanup: prefer matchmod.{always,never}() over accessing matchers directly
2019-02-10, by Martin von Zweigbergk
match: allow passing in badfn to always() and never()
2019-02-10, by Martin von Zweigbergk
py3: use raw strings and %d for formatting
2019-02-10, by Gregory Szorc
diff: make --stat respect ui.relative-paths
2019-01-31, by Martin von Zweigbergk
match: delete unused argument "listsubrepos" from _buildmatch()
2019-02-09, by Martin von Zweigbergk
match: delete unused rel() (API)
2019-02-09, by Martin von Zweigbergk
largefiles: get cwd and relative paths from repo instead of matcher
2019-02-09, by Martin von Zweigbergk
scmutil: remove special handling of pats==("",) in matchandpats() (API)
2019-02-09, by Martin von Zweigbergk
scmutil: respect ui.relative-paths in default match.badfn
2019-02-08, by Martin von Zweigbergk
cmdutil: migrate previously missed instances to uipathfn
2019-02-08, by Martin von Zweigbergk
cat: respect ui.relative-paths for "skipping missing subrepository"
2019-02-08, by Martin von Zweigbergk
addremove: use uipathfn instead of m.rel() for recorded similatity message
2019-02-08, by Martin von Zweigbergk
forget: use relative paths for --interactive
2019-02-07, by Martin von Zweigbergk
automv: respect ui.relative-paths
2019-02-08, by Martin von Zweigbergk
debugwalk: avoid match.rel() and use repo.pathto() instead
2019-02-08, by Martin von Zweigbergk
match: delete unused abs() (API)
2019-02-08, by Martin von Zweigbergk
copy: respect ui.relative-paths in copy/rename
2019-02-08, by Martin von Zweigbergk
match: delete unused uipath() and _uipathrelative (API)
2019-02-08, by Martin von Zweigbergk
diff: respect ui.relative-paths for warning about path outside --root
2019-02-08, by Martin von Zweigbergk
largefiles: use uipathfn instead of match.{rel,uipath}() (API)
2019-02-07, by Martin von Zweigbergk
forget: pass around uipathfn and use instead of m.rel() (API)
2019-02-08, by Martin von Zweigbergk
addremove: pass around uipathfn and use instead of m.uipath() (API)
2019-02-07, by Martin von Zweigbergk
remove: pass around uipathfn and use instead of m.rel() (API)
2019-02-07, by Martin von Zweigbergk
add: pass around uipathfn and use instead of m.rel() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: (mostly) use relative path in "skipping missing subrepository"
2019-02-08, by Martin von Zweigbergk
subrepo: use relative path for "already tracked" message
2019-02-08, by Martin von Zweigbergk
diff: make `hg diff --root=subrepo` work
2019-02-06, by Martin von Zweigbergk
patch: replace "prefix" and "relroot" arguments by "pathfn" (API)
2019-02-06, by Martin von Zweigbergk
test: use `printenv.py --line` in `test-static-http.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-ssh.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-ssh-bundle1.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-push-http.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-https.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-http-bundle1.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-hook.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-bundle2-multiple-changegroups.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-bundle.t`
2019-02-09, by Boris Feld
debugignore: respect ui.relative-paths
2019-02-07, by Martin von Zweigbergk
annotate: respect ui.relative-paths for "binary file" message
2019-02-08, by Martin von Zweigbergk
remotefilelog: replace matchandpats() by match()
2019-02-08, by Martin von Zweigbergk
blackbox: test that track=* works to log everything
2019-01-31, by Kyle Lippincott
blackbox: test that unsetting track disables blackbox logging
2019-01-31, by Kyle Lippincott
subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.diff() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.addremove() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.add() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.forget() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.removefiles() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: avoid calculating subrepo prefix twice for cat() (API)
2019-02-07, by Martin von Zweigbergk
py3: make sure __repr__ returns str
2019-02-07, by Pulkit Goyal
py3: use bytes.startswith() instead of comparing with bytes[0]
2019-02-07, by Pulkit Goyal
match: remove unused "exact" argument (API)
2019-02-08, by Martin von Zweigbergk
tests: replace match.match(exact=True) by match.exact()
2019-02-08, by Martin von Zweigbergk
patch: accept second matcher that applies only to copy sources (API)
2019-02-06, by Martin von Zweigbergk
patch: let caller pass in root-filtering matcher (API)
2019-02-06, by Martin von Zweigbergk
patch: pass in context objects into diffhunks() (API)
2019-02-06, by Martin von Zweigbergk
convert: handle exec bit removal while converting to svn
2019-02-07, by Nikita Slyusarev
convert: handle empty intial commits while converting to svn
2019-02-07, by Nikita Slyusarev
branchmap: encapsulate cache updating in the map itself
2019-01-21, by Martijn Pieters
tests: fix regression tests failing on CentOS 7
stable
2019-02-07, by Mathias De Mare
packaging: modify rc detection to work with X.Yrc instead of X.Y-rc
stable
2019-02-07, by Mathias De Mare
context: replace repeated "self._repo.dirstate" by "ds" variable
2019-02-07, by Martin von Zweigbergk
context: delete unused undelete()
2019-02-07, by Martin von Zweigbergk
diffordiffstat: avoid looking up contexts twice
2019-02-06, by Martin von Zweigbergk
fsmonitor: rename new verbose config knob
2019-02-07, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip