Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip