Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
readbundle: fix typo of None compression
2015-09-18, by Yuya Nishihara
readbundle: map 'HG10UN' to None compression
2015-09-11, by Pierre-Yves David
getsubset: use None to request uncompressed changegroup
2015-09-11, by Pierre-Yves David
bundle: use None when unpacking uncompressed changegroup
2015-09-11, by Pierre-Yves David
writebundle: use 'None' instead of 'UN' for the bundle2 case
2015-09-15, by Pierre-Yves David
compression: use 'None' for no-compression
2015-09-15, by Pierre-Yves David
changegroup: move all compressions utilities in util
2015-09-15, by Pierre-Yves David
obsolete: clarify that 'successorssets' returns the latest successors
2015-09-15, by Pierre-Yves David
obsolete: drop an empty line at the end of a docstring
2015-09-15, by Pierre-Yves David
traceback: allow providing a local support contact point
2015-09-11, by Pierre-Yves David
dispatch: pre-indent the extensions blaming logic
2015-09-17, by Pierre-Yves David
tests: check for inconsistently translated DEPRECATED
2015-09-17, by timeless
i18n-fr: reject translation which is missing DEPRECATED
2015-09-17, by timeless
i18n-pt_BR: select a single definition of DEPRECATED
2015-09-17, by timeless
i18n-sv: select a single definition of DEPRECATED
2015-09-17, by timeless
i18n-ro: use ()s instead of [] for DEPRECATED
2015-09-17, by timeless
i18n-ro: include translation of DEPRECATED
2015-09-17, by timeless
i18n-zh_CN: include translation of DEPRECATED
2015-09-17, by timeless
i18n-it: include translation of DEPRECATED
2015-09-17, by timeless
i18n-da: include translation of DEPRECATED
2015-09-17, by timeless
test-i18n: always run non gettext tests
2015-09-17, by timeless
localrepo: refresh filecache stats only if transaction finished successfully
2015-09-15, by Yuya Nishihara
localrepo: move closure of lock release to class
2015-09-15, by Yuya Nishihara
highlight: add highlightfiles config option which takes a fileset (issue3005)
2015-09-16, by Anton Shestakov
posix: shellquote do not require quoting for "+" (issue4818)
2015-09-04, by timeless
hgweb: consume generator inside context manager (issue4756)
2015-09-12, by Gregory Szorc
histedit: use one editor when multiple folds happen in a row (issue3524) (BC)
2015-08-27, by Augie Fackler
hgweb: replace .sourcelast with .bottomline that does the same
2015-09-14, by Anton Shestakov
coal: copy newer things from paper
2015-09-13, by Anton Shestakov
revlog: optionally cache the full text when adding revisions
2015-09-12, by Gregory Szorc
revlog: drop local assignment of cache variable
2015-09-12, by Gregory Szorc
revlog: rename generic "i" variable to "indexdata"
2015-09-12, by Gregory Szorc
hg: always create new localrepository instance
2015-09-12, by Gregory Szorc
test-bad-extension: reduce dependencies on other things
2015-09-10, by timeless
help: fix help argument parsing and documentation
2015-09-10, by timeless
minirst: establish leveling for nested definitions
2015-09-10, by timeless
dispatch: use the right context manager to deactivate demandimport
2015-09-13, by Jordi Gutiérrez Hermoso
ui: improve docs on ui.log
2015-09-10, by Augie Fackler
templater: switch ctx of list expression to rev of revset() (BC)
2015-09-12, by Yuya Nishihara
fileset: handle error of string unescaping
2015-09-10, by Yuya Nishihara
revset: handle error of string unescaping
2015-09-10, by Yuya Nishihara
parser: move unescape helper from templater
2015-09-10, by Yuya Nishihara
unionrepo: take delta base in account with building unified revlog
2015-09-10, by Pierre-Yves David
extdiff: enable -I/-X with --patch
2015-09-09, by Matt Harbison
extdiff: add a --patch argument for diffing changeset deltas
2015-09-09, by Matt Harbison
extdiff: prepare sections of dodiff() for conditionalizing
2015-09-09, by Matt Harbison
hgweb: drop unused import
2015-09-11, by Matt Mackall
help/config: back out 5f2a1ebd6e78
2015-09-10, by Augie Fackler
filemerge: add non-interactive :merge-local and :merge-other
2015-09-10, by Jordi Gutiérrez Hermoso
simplemerge: enable option to resolve conflicts one way
2015-08-12, by Jordi Gutiérrez Hermoso
templater: add new docheader/footer components for XML (issue4135)
2015-08-26, by Matt Mackall
import-checker: use modern .endswith for multiple suffixes
2015-09-10, by Augie Fackler
hgweb: use separate repo instances per thread
2015-08-22, by Gregory Szorc
hg: establish a cache for localrepository instances
2015-08-22, by Gregory Szorc
hgweb: create function to perform actions on new repo
2015-08-22, by Gregory Szorc
hgweb: remove proxy to hgweb instance
2015-08-22, by Gregory Szorc
dispatch: disable demandimport when invoking the debugger
2015-09-10, by Jordi Gutiérrez Hermoso
templater: create string unescape helper (issue4798)
2015-09-09, by Matt Mackall
parsers: use PyTuple_New and SET_ITEM to construct metadata pair of markers
2015-09-05, by Yuya Nishihara
parsers: use PyTuple_SET_ITEM() to fill new marker tuples
2015-09-05, by Yuya Nishihara
revset: uncache filteredset.__contains__
2015-09-05, by Yuya Nishihara
hgweb: assign ctype to requestcontext
2015-08-22, by Gregory Szorc
hgweb: add reponame to requestcontext
2015-08-22, by Gregory Szorc
hgweb: don't access self.repo during request processing
2015-08-22, by Gregory Szorc
hgweb: extract _getview to own function
2015-08-22, by Gregory Szorc
hgweb: regenerate web substitutions when repo is refreshed
2015-08-22, by Gregory Szorc
add: pass full=False to dirstate walk
2015-09-09, by Durham Goode
hgweb: drop unused import
2015-09-09, by Matt Mackall
obsolete: improve English of successorssets
2015-09-08, by timeless
histedit: fix grammar in cleanupnode comment
2015-09-08, by timeless
hgweb.server: fix _httprequesthandlerssl help text
2015-09-08, by timeless
util: capitalize Python in MBTextWrapper._wrap_chunks comment
2015-09-08, by timeless
hgweb: remove ErrorResponse.message
2015-09-08, by timeless
manifest: switch add() to heapq.merge (available in Py2.6+)
2015-09-04, by timeless
archival: drop self.filename - deprecated in py2.6
2015-09-04, by timeless
templater: fix get English
2015-08-30, by timeless
help: fix makeitemsdoc English description
2015-08-30, by timeless
help: filesets show hg resolve command
2015-09-08, by timeless
help: filesets show hg status command
2015-09-08, by timeless
hgmanpage: fix grammar
2015-09-08, by timeless
check-seclevel: fix file description grammar
2015-09-08, by timeless
profiling: allow logging profile to the blackbox
2015-09-08, by Durham Goode
bookmark: improve ambiguous documentation for rename
2015-09-04, by timeless
ui: change default path fallback mechanism (issue4796)
2015-09-06, by Gregory Szorc
templater: catch regexp error at sub() function
2015-09-07, by Yuya Nishihara
graphmod: compute slow revset query once prior to reachableroots (issue4782)
2015-09-08, by Yuya Nishihara
profiling: add config option for enabling profiling
2015-09-07, by Durham Goode
blackbox: add pid to output
2015-09-07, by Durham Goode
exchange: allow fallbackheads to use lazy set behavior
2015-09-07, by Durham Goode
hgweb: move templater instantiation to requestcontext
2015-08-22, by Gregory Szorc
help/config: make defaults consistent
2015-09-02, by timeless
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip