Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
help/config: reword allow_push to fix grammar
2015-09-02, by timeless
help/config: change local_hostname help style
2015-09-02, by timeless
help/config: include check values
2015-09-02, by timeless
help/config: simplify default text
2015-09-02, by timeless
help/config: add trailing periods
2015-09-02, by timeless
help/config: alias, ui.mergemarkertemplate add period for etc.
2015-09-02, by timeless
tests: fix css-related test-hgweb.t breakage from 93258d53ec35
2015-09-04, by Anton Shestakov
help/scripting: fix HGENCODING indentation
2015-09-03, by timeless
test-strip: fix spelling of initialization (en-US)
2015-08-28, by timeless
help/config: add blank lines
2015-09-02, by timeless
histedit: fix English (en-US)
2015-08-28, by timeless
minirst: handle edge in hunting for parents
2015-09-03, by timeless
help: config indent committemplate.changeset section
2015-09-04, by timeless
test-merge-tools: include /usr/sbin in path for sysctl (issue4813)
2015-09-02, by timeless
merge with stable
2015-09-03, by Matt Mackall
import-checker: accept .pyc and .pyo files (issue4812)
2015-09-02, by timeless
rebase: fix warning about ignoring tool option on rebase continue (issue4698)
2015-09-01, by liscju
hgweb: create websubtable on requestcontext
2015-08-22, by Gregory Szorc
hgweb: move templatepath to requestcontext
2015-08-22, by Gregory Szorc
hgweb: extract web substitutions table generation to own function
2015-08-22, by Gregory Szorc
hgweb: remove hgweb.configbool
2015-08-22, by Gregory Szorc
hgweb: move additional state setting outside of refresh
2015-08-22, by Gregory Szorc
commands: support hg help scripting.HGPLAIN
2015-09-02, by timeless
run-tests: use $HGTEST_RUN_TESTS_PURE
2015-09-02, by timeless
minirst: don't treat top level item as children of last item (issue4803)
2015-09-02, by timeless
scmutil.readonlyvfs: implement join
2015-09-02, by Siddharth Agarwal
localrepo: move dirstate validate function to class scope
2015-09-02, by Siddharth Agarwal
convert: remove restriction on multiple --rev in hg source
2015-09-03, by Durham Goode
monoblue: add a margin for help text container
2015-09-04, by Anton Shestakov
gitweb: add a margin for help text container
2015-09-03, by Anton Shestakov
monoblue: fix page subtitle on help pages
stable
2015-09-03, by Anton Shestakov
hgweb: use latest mtime for caching tag (issue4814)
stable
2015-09-03, by Matt Mackall
hgweb: initialize repostate to None
2015-08-22, by Gregory Szorc
debian: switch to using debhelper and dh_python2 to build debs
2015-08-26, by Augie Fackler
test-debian-packages: new test for testing construction of debian packages
2015-08-25, by Augie Fackler
test-docker-packaging: test packages built using docker
2015-08-31, by Augie Fackler
hghave: correct test for debhelper
2015-08-31, by Augie Fackler
bundle2: don't try to recover from a GeneratorExit (issue4785)
2015-09-01, by Augie Fackler
revset: fix resolving strings from a list
2015-09-01, by Durham Goode
dispatch: error out on invalid -R path even if optionalrepo (issue4805) (BC)
2015-08-31, by Yuya Nishihara
test-ssh: remove superfluous triple slashes from absolute path test
2015-09-01, by Yuya Nishihara
vagrant: update to official Debian 8.1 base box
2015-09-02, by Kevin Bullock
buildrpm: mkdir -p two needed directories (issue4779)
2015-09-01, by Augie Fackler
merge with stable
2015-09-01, by Matt Mackall
hghave: use subprocess instead of os.popen
2015-08-31, by Augie Fackler
hgweb: move archive related attributes to requestcontext
2015-08-22, by Gregory Szorc
hgweb: move some config options to requestcontext
2015-08-22, by Gregory Szorc
hgweb: establish class for holding per request context
2015-08-22, by Gregory Szorc
hgweb: don't make request optional
2015-08-22, by Gregory Szorc
hgweb: add some documentation
2015-08-22, by Gregory Szorc
hgweb: limit branches shown on summary page to 10
2015-09-01, by Anton Shestakov
hgweb: use webutil.branchentries for branches on summary page
2015-09-01, by Anton Shestakov
hgweb: move branchentries code from webcommands to webutil
2015-09-01, by Anton Shestakov
templater: add optional timezone argument to localdate()
2015-08-18, by Yuya Nishihara
templater: port localdate filter to a function
2015-09-01, by Yuya Nishihara
util: extract function that parses timezone string
2015-09-01, by Yuya Nishihara
templater: drop unneeded destructuring of argument tuple at buildfilter
2015-09-01, by Yuya Nishihara
templater: extract helper that evaluates filter or function argument
2015-09-01, by Yuya Nishihara
contrib: add showstack extension
2015-08-28, by Matt Mackall
Added signature for changeset 1a45e49a6bed
stable
2015-09-01, by Matt Mackall
Added tag 3.5.1 for changeset 1a45e49a6bed
stable
2015-09-01, by Matt Mackall
hgweb: fix trust of templates path (BC)
stable
3.5.1
2015-09-01, by Matt Mackall
wix: avoid an abort with 'hg help -k foo'
stable
2015-09-01, by Matt Harbison
revlog: add an aggressivemergedelta option
2015-08-30, by Durham Goode
revlog: change generaldelta delta parent heuristic
2015-08-30, by Durham Goode
revlog: move textlen calculation to be above delta chooser
2015-08-30, by Durham Goode
revlog: move delta check to it's own function
2015-08-30, by Durham Goode
monoblue: add archive links on summary page
2015-08-19, by Anton Shestakov
help: distinguish sections when multiple match (issue4802)
2015-08-30, by timeless
merge with stable
2015-08-31, by Matt Mackall
hghave: add a check for docker support
2015-08-25, by Augie Fackler
hghave: add a check for debian packaging tools
2015-08-25, by Augie Fackler
run-tests: add support for marking tests as very slow
2015-08-24, by Augie Fackler
builddeb: rework how output dir and platform are specified
2015-08-25, by Augie Fackler
parsers: fix two cases of unsigned long instead of Py_ssize_t
2015-08-26, by Augie Fackler
templatefilters: remove redundant 'date' and 'strip' filters
2015-07-04, by Yuya Nishihara
templater: introduce unified filter syntax for unary functions
2015-07-04, by Yuya Nishihara
templater: inline getfilter() to buildfilter()
2015-07-04, by Yuya Nishihara
clone: fix updaterev to update to latest branch changeset (issue4528)
2015-08-30, by liscju
revsets: makes follow() supports file patterns (issue4757) (BC)
2015-08-20, by liscju
i18n-ja: synchronized with b930d4ef7739
stable
2015-08-31, by FUJIWARA Katsunori
histedit: improve discoverability of edit commit message
2015-08-28, by timeless
revset: cache smartset's min/max
2015-08-27, by Pierre-Yves David
spelling: behaviour -> behavior
2015-08-28, by timeless
glossary: fixup use of periods at end of entries
2015-08-28, by timeless
histedit: fix grammar for help for safety aborts
2015-08-28, by timeless
revset: mark reachablerootspure as private
2015-08-28, by Yuya Nishihara
reachableroots: construct and sort baseset in revset module
2015-08-28, by Yuya Nishihara
reachableroots: use smartset min
2015-08-21, by Pierre-Yves David
graphmod: stop building a list out of branchgroupiter
2015-08-21, by Pierre-Yves David
reachableroots: sort the smartset in the pure version too
2015-08-24, by Pierre-Yves David
builddeb: actually run make when building the deb (issue4778)
2015-08-24, by Augie Fackler
docker-debian-jessie: fix errant mkdir
2015-08-24, by Augie Fackler
makefile: rename debian-jessie to deb
2015-08-27, by Augie Fackler
run-tests: ignore failed removal of nonexistent installerrs
2015-08-25, by Augie Fackler
templater: move verbosity-to-template matcher to constructor
2015-08-25, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip