Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
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
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
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
wix: restore COPYING.rtf
2019-03-08, by Gregory Szorc
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip