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
-60
+60
+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.
packaging: move some docker scripts into contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move most of contrib/docker to contrib/packaging/docker
2018-05-12, by Gregory Szorc
setup: reformat options argument
2018-05-12, by Gregory Szorc
contrib: remove fixpax.py
2018-05-12, by Gregory Szorc
push: continue without locking on lock failure other than EEXIST (issue5882)
stable
2018-05-15, by Yuya Nishihara
revlog: handle errors from index_node() in nt_insert() and index_slice_del()
2018-05-11, by Martin von Zweigbergk
help: add new deprecated topic
2018-05-14, by David Demelier
phabricator: split auth.url into the standard auth.schemes and auth.prefix
2018-05-14, by Matt Harbison
phabricator: migrate [phabricator.auth] to [auth]
2018-05-12, by Matt Harbison
dispatch: unify handling of None returned by a command function
2018-05-12, by Yuya Nishihara
dispatch: minor code refactor
2018-05-11, by Gregory Szorc
hgweb: drop unused argument 'tmpl' from webutil.compare()
2018-04-04, by Yuya Nishihara
hgweb: convert {comparison} to a mappinggenerator with named template
2018-04-04, by Yuya Nishihara
hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
2018-04-04, by Yuya Nishihara
hgweb: convert comparison {lines} to a mappinggenerator with named template
2018-04-04, by Yuya Nishihara
hgweb: move getblock() closure out of compare()
2018-04-03, by Yuya Nishihara
hgweb: move compline() closure out of compare()
2018-04-03, by Yuya Nishihara
hgweb: convert {diff} to a mappinggenerator with named template
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {lines} of {diff}
2018-04-03, by Yuya Nishihara
hgweb: wrap {lines} of {diff} with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: move prettyprintlines() closure out of diffs()
2018-04-03, by Yuya Nishihara
remotenames: enable the storage config option if extension is enabled
2018-04-29, by Pulkit Goyal
tests: clone the repo over ssh in tests/test-logexchange.t
2018-04-29, by Pulkit Goyal
remotenames: check the remotepath with url containing user information too
2018-04-29, by Pulkit Goyal
bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
stable
2018-05-12, by Julien Cristau
shortest: avoid magic number "41"
2018-05-11, by Martin von Zweigbergk
revlog: handle error from node lookup
2018-05-11, by Martin von Zweigbergk
debugextensions: process extensions loaded from the local repository too
2018-05-11, by Matt Harbison
phabricator: drop support for the deprecated `phabricator.token` config
2018-05-10, by Matt Harbison
help: load module doc of disabled extension in extensions.disabledcmd()
2018-05-03, by Yuya Nishihara
extensions: extract closure that looks for commands from disabled module
2018-05-03, by Yuya Nishihara
extensions: drop dead code trying to exclude deprecated disabled commands
2018-05-03, by Yuya Nishihara
util: drop remainder of dateutil/procutil aliases (API)
2018-05-11, by Yuya Nishihara
shortest: move revnum-disambiguation out of revlog
2018-05-03, by Martin von Zweigbergk
shortest: remove unnecessary check for revnum in isvalid()
2018-05-03, by Martin von Zweigbergk
shortest: make pure code also disambigute against revnums at end
2018-05-03, by Martin von Zweigbergk
revlog: use node tree (native code) for shortest() calculation
2018-05-02, by Martin von Zweigbergk
shelve: reduce scope of merge tool config override
2018-05-07, by Martin von Zweigbergk
util: drop _deprecatedfunc()
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to procutil (API)
2018-05-10, by Matt Harbison
tests: migrate demandimport.py away from deprecated `util` module symbols
2018-05-11, by Matt Harbison
templatekw: drop deprecated showlist() and showdict() (API)
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to dateutil (API)
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to stringutil (API)
2018-05-10, by Matt Harbison
scmutil: remove deprecated revpairnodes method (API)
2018-05-11, by Augie Fackler
merge: drop support for using updateresults as tuples (API)
2018-05-11, by Augie Fackler
cmdutil: drop deprecated log helper methods (API)
2018-05-11, by Augie Fackler
cmdutil: drop deprecated precursor of registrar.command (API)
2018-05-10, by Matt Harbison
cmdutil: remove deprecated _revertprefetch code (API)
2018-05-11, by Augie Fackler
tests: fix deprecation warning in test-url.py
2018-05-11, by Augie Fackler
hgweb: remove unused argument 'tmpl' from listfilediffs()
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changelist entries
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changelist entries with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changesetentry()
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changesetentry() with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: extract generator of {files} from changesetentry()
2018-04-03, by Yuya Nishihara
templatefilters: document the json filter
2016-01-16, by Yuya Nishihara
encoding: introduce tagging type for non-lossy non-ASCII string
2017-04-23, by Yuya Nishihara
encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it
2018-04-22, by Yuya Nishihara
sshserver: redirect stdin/stdout early and use duplicated streams
2018-03-25, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip