Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+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.
configitems: register the 'color.mode' config
2017-06-30, by Pierre-Yves David
zeroconf: blindly forward extra argument to the core config method
2017-07-01, by Pierre-Yves David
configitem: fix default value for 'serverrequirecert'
2017-07-01, by Pierre-Yves David
localrepo: factor out base of filecache annotation class
2017-06-30, by FUJIWARA Katsunori
manifest: apply checkambig=True only for root 00manifest.i
2017-06-30, by FUJIWARA Katsunori
revlog: address review feedback for deltachain C implementation
2017-07-01, by Gregory Szorc
test-rebase-interruptions: stabilize for Windows
2017-07-01, by Matt Harbison
drawdag: inline transaction() function
2017-06-30, by Martin von Zweigbergk
revlog: C implementation of delta chain resolution
2017-06-25, by Gregory Szorc
config: register the 'devel.strip-obsmarkers' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.serverrequirecert' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.serverexactprotocol' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.servercafile' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.disableloaddefaultcerts' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.check-relroot' config
2017-06-28, by Pierre-Yves David
config: register the devel.check-locks config
2017-06-28, by Pierre-Yves David
config: register the 'devel.bundle2.debug' config
2017-06-28, by Pierre-Yves David
config: register the 'devel.all-warnings' config
2017-06-28, by Pierre-Yves David
rebase: always pass destination as revnum to _handleskippingobsolete()
2017-06-28, by Martin von Zweigbergk
patch: remove unused fsbackend._join()
2017-06-29, by Martin von Zweigbergk
patch: add close() to abstractbackend
2017-06-30, by Martin von Zweigbergk
log: add an extension hook-point in changeset_printer
2017-06-26, by Boris Feld
drawdag: support obsmarker creation in comments
2017-06-27, by Jun Wu
test-drawdag: add a test for drawdag.py
2017-06-26, by Jun Wu
filemerge: convert a couple of wvfs calls in internal mergetools to contexts
2017-06-26, by Phil Cohen
configitems: support callable as a default value
2017-06-28, by Pierre-Yves David
obsutil: move 'getmarkers' to the new modules
2017-06-27, by Pierre-Yves David
obsutil: move the 'marker' class to the new modules
2017-06-27, by Pierre-Yves David
obsolete: delete three unused utility functions
2017-06-27, by Pierre-Yves David
obsutil: move 'foreground' to the new modules
2017-06-27, by Pierre-Yves David
obsutil: move 'allsuccessors' to the new modules
2017-06-27, by Pierre-Yves David
obsutil: move 'allprecursors' to the new modules
2017-06-27, by Pierre-Yves David
obsutil: move 'exclusivemarkers' to the new modules
2017-06-27, by Pierre-Yves David
obsutil: move 'successorssets' to the new modules
2017-06-27, by Pierre-Yves David
tests: fix variable name regular expression in _genrestoreenv()
2017-06-29, by Adam Simpkins
merge with stable
2017-06-29, by Martin von Zweigbergk
pushrace: avoid crash on bare push when using concurrent push mode
2017-06-28, by Pierre-Yves David
show: config option to register aliases for views
2017-06-25, by Gregory Szorc
blackbox: use a human readable version of the default
2017-06-18, by Pierre-Yves David
configitems: register 'blackbox.maxsize' as an example of 'configbytes'
2017-06-17, by Pierre-Yves David
blackbox: minor code reordering
2017-06-17, by Pierre-Yves David
configitems: add a devel warning for extensions items overiding core one
2017-06-18, by Pierre-Yves David
configitems: add an official API for extensions to register config item
2017-06-17, by Pierre-Yves David
configitems: extract the logic to build a registrar on any configtable
2017-06-17, by Pierre-Yves David
obsolete: skip 'changectx' usage in unstable computation
2017-06-19, by Pierre-Yves David
obsolete: provide a small function to retrieve all mutable revisions
2017-06-18, by Pierre-Yves David
bundle2: add debug info about the number of stream params
2017-06-27, by Siddharth Agarwal
bundle2: add some debugging information to the not-a-bundle error
2017-06-27, by Siddharth Agarwal
tests: more completely restore the environment in syshgenv
2017-06-28, by Adam Simpkins
tests: do not use system hg if it does not have "files" command
2017-06-28, by Jun Wu
setup: fix runcmd() usage on darwin
2017-06-28, by Adam Simpkins
py3: update the python3-whitelist with new tests which pass on Python 3
2017-06-27, by Pulkit Goyal
setup: fix localhgenv
2017-06-28, by Jun Wu
tests: use the system hg for examining the local repository
2017-06-27, by Adam Simpkins
tests: save the original PATH and PYTHONPATH variables
2017-06-27, by Adam Simpkins
setup: prefer using the system hg to interact with the local repository
2017-06-27, by Adam Simpkins
setup: replace runhg() with an hgcommand helper class
2017-06-27, by Adam Simpkins
setup: move environment computation into a helper function
2017-06-26, by Adam Simpkins
setup: update runcmd() to also return the exit status
2017-06-26, by Adam Simpkins
setup: fail if we cannot determine the version number
2017-06-26, by Adam Simpkins
smartset: fix generatorset.last() to not return the first element (issue5609)
2017-06-27, by Yuya Nishihara
strip: respect the backup option in stripcallback
2017-06-26, by Jun Wu
py3: use pycompat.bytestr() to convert str to bytes
2017-06-26, by Pulkit Goyal
py3: pass the memoryview object into bytes() to get the value
2017-06-26, by Pulkit Goyal
py3: use pycompat.bytestr instead of str
2017-06-26, by Pulkit Goyal
py3: use '%d' to convert integers to bytes
2017-06-26, by Pulkit Goyal
py3: slice over bytes to prevent getting it's ascii value
2017-06-25, by Pulkit Goyal
py3: use pycompat.strkwargs() to convert kwargs keys to str
2017-06-27, by Pulkit Goyal
py3: use r'' to prevent the addition of b'' by transformer
2017-06-27, by Pulkit Goyal
py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
2017-06-27, by Pulkit Goyal
tests: use cgienv to minimize environment setup at hgweb tests
2017-06-27, by FUJIWARA Katsunori
tests: avoid test failure for mangling path-like string by MSYS
2017-06-27, by FUJIWARA Katsunori
py3: make sure commands name are bytes in tests
2017-06-25, by Pulkit Goyal
py3: add b'' to make the regex pattern bytes
2017-06-25, by Pulkit Goyal
py3: use hex() to convert the hash to bytes
2017-06-26, by Pulkit Goyal
py3: add b'' to make a triple quoted string bytes on Python 3
2017-06-24, by Pulkit Goyal
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
2017-06-24, by Pulkit Goyal
py3: fix kwargs handling for `hg bookmarks`
2017-06-24, by Pulkit Goyal
identify: provide changectx to templater
2017-06-26, by Yuya Nishihara
formatter: proxy fm.context() through converter
2017-06-26, by Yuya Nishihara
identify: change p1/p2 to a list of parents
2017-06-26, by Yuya Nishihara
scmutil: add a cleanupnodes method for developers
2017-06-25, by Jun Wu
strip: add a delayedstrip method that works in a transaction
2017-06-25, by Jun Wu
workingfilectx: add audit() as a wrapper for wvfs.audit()
2017-06-25, by Phil Cohen
workingfilectx: add backgroundclose as a kwarg to write()
2017-06-25, by Phil Cohen
merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function
2017-06-25, by Phil Cohen
merge: convert repo.wwrite() calls to wctx[f].write()
2017-06-25, by Phil Cohen
merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove()
2017-06-25, by Phil Cohen
merge: pass wctx to batchremove and batchget
2017-06-25, by Phil Cohen
revset: add depth limit to descendants() (issue5374)
2017-06-24, by Yuya Nishihara
dagop: make walk direction switchable so it can track descendants
2017-06-24, by Yuya Nishihara
dagop: factor out generator of ancestor nodes
2017-06-24, by Yuya Nishihara
dagop: factor out pfunc from revancestors() generator
2017-06-24, by Yuya Nishihara
dagop: use smartset.min() in revdescendants() generator
2017-06-23, by Yuya Nishihara
dagop: change revdescendants() to include all root revisions
2017-06-20, by Yuya Nishihara
test-revset: add a few more tests of descendants()
2017-06-20, by Yuya Nishihara
dagop: unnest inner generator of revdescendants()
2017-06-18, by Yuya Nishihara
smartset: fix default value of abstractsmartset.sort()
2017-06-25, by Yuya Nishihara
keyword: wrap functions only once at loading keyword extension
2017-06-26, by FUJIWARA Katsunori
keyword: use _keywordkwt of repository instead of kwtools['templater']
2017-06-26, by FUJIWARA Katsunori
keyword: obtain kwtemplater instance via repository at runtime
2017-06-26, by FUJIWARA Katsunori
keyword: obtain kwtemplater instance via repository at runtime
2017-06-26, by FUJIWARA Katsunori
keyword: make wrapped repository and kwtemplater refer to each other
2017-06-26, by FUJIWARA Katsunori
keyword: add test for keyword expansion at serving multiple repositories
2017-06-26, by FUJIWARA Katsunori
keyword: make comparison webcommand suppress keyword expansion
2017-06-26, by FUJIWARA Katsunori
keyword: restore kwtemplater.match at the end of wrapped webcommands
2017-06-26, by FUJIWARA Katsunori
keyword: restore kwtemplater.restrict at the end of wrapped patch.diff
2017-06-26, by FUJIWARA Katsunori
debugrevlog: align chain length, reach, and compression ratio
2017-06-26, by Yuya Nishihara
configitems: register 'ui.interactive'
2017-06-23, by Pierre-Yves David
config: use '_config' within 'configbytes'
2017-06-25, by Pierre-Yves David
config: use '_config' within 'configbool'
2017-06-25, by Pierre-Yves David
config: extract the core config logic into a private method
2017-06-25, by Pierre-Yves David
debugrevlog: also display the largest delta chain span
2017-06-23, by Pierre-Yves David
rebase: clean up rebasestate from active transaction
2017-06-24, by Jun Wu
test-rebase: add a test showing rebasestate left behind
2017-06-24, by Jun Wu
identify: rename 'changed' keyword -> 'dirty'
2017-06-25, by Matt Harbison
dispatch: remove unused _loaded
2017-06-24, by FUJIWARA Katsunori
extensions: register functions always at loading extension (issue5601)
2017-06-24, by FUJIWARA Katsunori
identify: add template support
2017-06-24, by Matt Harbison
show: show all namespaces in "work" view
2017-06-24, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip