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.
contrib: synthrepo use absolute_import
2016-03-16, by Pulkit Goyal
contrib: python-hook-examples use absolute_import
2016-03-16, by Pulkit Goyal
contrib: make perf.py use absolute_import
2016-03-16, by Pulkit Goyal
largefiles: replace invocation of os.path module by vfs in lfutil.py
2016-03-14, by liscju
largefiles: replace invocation of os.path module by vfs in lfcommands.py
2016-03-13, by liscju
cache: rebuild branch cache from scratch when inconsistencies are detected
2016-03-13, by Mads Kiilerich
cache: safer handling of failing seek when writing revision branch cache
2016-03-13, by Mads Kiilerich
cache: remove branch revision file before rewriting the branch name file
2016-03-13, by Mads Kiilerich
chg: do not redirect stdout to /dev/null
2016-03-14, by Jun Wu
pager: skip uisetup if chg is detected
2016-03-14, by Jun Wu
chgserver: add an explicit gc to trigger __del__
2016-03-14, by Jun Wu
blackbox: do not assume self._bb{vfs,repo,fp} are set in blackboxui.__init__
2016-03-15, by Jun Wu
chg: downgrade "failed to read channel" from abortmsg to debugmsg
2016-03-14, by Jun Wu
histedit: do not close stdin
2016-03-15, by Jun Wu
tests: reorder hg serve commands
2016-03-15, by Jun Wu
templater: add debugtemplate command
2016-02-14, by Yuya Nishihara
templater: expand list of parsed templates to template node
2016-02-13, by Yuya Nishihara
templater: relax type of mapped template
2016-02-14, by Yuya Nishihara
templater: lift parsed and compiled templates to generic data types
2016-02-13, by Yuya Nishihara
tests: python executable path should always be globbed
2016-03-15, by Danek Duvall
crecord: use ui.interface to choose curses interface
2016-03-14, by Simon Farnsworth
ui: add new config flag for interface selection
2016-03-14, by Simon Farnsworth
extensions: also search for extension in the 'hgext3rd' package
2016-03-11, by Pierre-Yves David
hgext: use templatekeyword to mark a function as template keyword
2016-03-13, by FUJIWARA Katsunori
templatekw: use templatekeyword to mark a function as template keyword
2016-03-13, by FUJIWARA Katsunori
registrar: add templatekeyword to mark a function as template keyword (API)
2016-03-13, by FUJIWARA Katsunori
chgserver: do not keep repo object
2016-03-16, by Jun Wu
chgserver: invalidate the server if extensions fail to load
2016-03-12, by Jun Wu
chgserver: add an explicit "reconnect" instruction to validate
2016-03-14, by Jun Wu
dispatch: flush ui before returning from dispatch
2016-03-14, by Jun Wu
tests: make tests for convert with svn portable
2016-03-15, by FUJIWARA Katsunori
merge with stable
2016-03-15, by Matt Mackall
test-pager: add a test for pager with color enabled
2016-03-11, by Augie Fackler
http: support sending hgargs via POST body instead of in GET or headers
2016-03-11, by Augie Fackler
fsmonitor: flag msc_stdint as no-check-code
2016-03-14, by Augie Fackler
fsmonitor: use custom stdint.h file when compiling with Visual C
2016-03-14, by Sune Foldager
tests: handle getaddrinfo reporting "No address associated with hostname"
2016-03-13, by Mads Kiilerich
httpconnection: remove obsolete comment about open()
2016-03-14, by Martin von Zweigbergk
sslutil: allow multiple fingerprints per host
2016-03-13, by Gregory Szorc
help: add empty lines to hostfingerprints section
2016-03-13, by Gregory Szorc
help: document requirements
2016-03-12, by Gregory Szorc
showstack: use absolute_import
2016-03-13, by Pulkit Goyal
contrib: use absolute_import in win32/hgwebdir_wsgi.py
2016-03-14, by Pulkit Goyal
dispatch: catch KeyboardInterrupt more broadly
2015-12-27, by Yuya Nishihara
histedit: have dropmissing abort on empty plan
2016-03-13, by Mateusz Kwapich
streamclone: fix error when store files grow while stream cloning
stable
2016-03-13, by Mads Kiilerich
tests: add test of stream clone of repo that is changing
stable
2016-03-13, by Mads Kiilerich
chgserver: handle ParseError during validate
2016-03-14, by Jun Wu
dispatch: extract common logic for handling ParseError
2016-03-14, by Jun Wu
chgserver: resolve relative path before sending via system channel
2016-03-14, by Jun Wu
mercurial: use pure Python module policy on Python 3
2016-03-12, by Gregory Szorc
chg: provide early exception to user
2016-03-12, by Yuya Nishihara
cmdserver: write early exception to 'e' channel in 'unix' mode
2016-03-12, by Yuya Nishihara
contrib: make memory.py use absolute_import
2016-03-13, by Pulkit Goyal
check-code: use absolute_import and print_function
2016-03-13, by Pulkit Goyal
encoding: use range() instead of xrange()
2016-03-11, by Gregory Szorc
encoding: make HFS+ ignore code Python 3 compatible
2016-03-11, by Gregory Szorc
extensions: factor import error reporting out
2016-03-11, by Pierre-Yves David
extensions: extract the 'importh' closure as normal function
2016-03-11, by Pierre-Yves David
zeroconf: remove leftover camelcase identifier
2016-03-11, by Martin von Zweigbergk
hg: acquire wlock while updating the working directory via updatetotally
2016-03-12, by FUJIWARA Katsunori
commands: add postincoming docstring for explanation of arguments
2016-03-12, by FUJIWARA Katsunori
commands: centralize code to update with extra care for non-file components
2016-03-12, by FUJIWARA Katsunori
update: omit redundant activating message for already active bookmark
2016-03-12, by FUJIWARA Katsunori
tests: make test-verify-repo-operations.py not run by default
2016-03-11, by Martin von Zweigbergk
ui: log devel warnings
2016-01-29, by timeless
util: refactor getstackframes
2016-03-11, by timeless
util: reword debugstacktrace comment
2016-03-11, by timeless
changelog: avoid slicing raw data until needed
2016-03-06, by Gregory Szorc
changelog: parse description last
2016-03-06, by Gregory Szorc
changelog: lazily parse files
2016-03-06, by Gregory Szorc
changelog: lazily parse date/extra field
2016-03-06, by Gregory Szorc
changelog: lazily parse user
2016-03-06, by Gregory Szorc
changelog: lazily parse manifest node
2016-03-06, by Gregory Szorc
changelog: lazily parse description
2016-03-06, by Gregory Szorc
context: use changelogrevision
2016-03-06, by Gregory Szorc
changelog: add class to represent parsed changelog revisions
2016-03-06, by Gregory Szorc
httppeer: compute header names only once
2016-03-11, by Augie Fackler
httppeer: indent existing argument handling with if True
2016-03-11, by Augie Fackler
httppeer: move size computation later in _callstream
2016-03-11, by Augie Fackler
httppeer: do less splitting on httpheader value
2016-03-11, by Augie Fackler
chgserver: remove outdated comment about setvbuf()
2016-02-27, by Yuya Nishihara
transplant: use absolute_import
2016-03-01, by timeless
transplant: switch to using nodemod for hex+short
2016-03-11, by timeless
convert: bzr use absolute_import
2016-03-02, by timeless
chgserver: include [extdiff] in confighash
2016-03-11, by Jun Wu
chg: silently inherit server exit code
2016-03-11, by Jun Wu
debugshell: use absolute_import
2016-03-06, by Pulkit Goyal
test: make check-py3-compat.py ignore empty code more reliably
2016-03-11, by Yuya Nishihara
patchbomb: specify unit for ui.progress when sending emails
2016-03-11, by Anton Shestakov
streamclone: specify unit for ui.progress when handling data
2016-03-11, by Anton Shestakov
churn: specify unit for ui.progress when analyzing revisions
2016-03-11, by Anton Shestakov
convert: specify unit for ui.progress when scanning paths
2016-03-11, by Anton Shestakov
convert: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
tests: stabilize svn output
2016-03-11, by timeless
similar: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
verify: specify unit for ui.progress when checking files
2016-03-11, by Anton Shestakov
repair: specify unit for ui.progress in rebuildfncache()
2016-03-11, by Anton Shestakov
repair: use 'rebuilding' progress topic in rebuildfncache()
2016-03-11, by Anton Shestakov
largefiles: use revisions as a ui.progress unit
2016-03-11, by Anton Shestakov
largefiles: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
templater: make label() just fail if ui object isn't available
2016-03-09, by Yuya Nishihara
convert: fix "stdlib import follows local import" problem in transport
2016-03-11, by FUJIWARA Katsunori
convert: fix relative import of stdlib module in subversion
2016-03-11, by FUJIWARA Katsunori
convert: make subversion import transport locally
2016-03-11, by FUJIWARA Katsunori
keyword: compact writing of temporary kwdemo hgrc
2016-03-11, by Christian Ebert
dockerdeb: add Ubuntu Trusty
2016-03-10, by Anton Shestakov
pushoperation: fix language issues in docstring
2016-03-10, by Nathan Goldbaum
chg: do not write pidfile
2016-03-10, by Jun Wu
chg: remove manual reload logic
2016-03-10, by Jun Wu
chg: use --daemon-postexec chdir:/ instead of --cwd /
2016-03-09, by Jun Wu
serve: add chdir command for --daemon-postexec
2016-03-09, by Jun Wu
serve: accept multiple values for --daemon-postexec
2016-03-09, by Jun Wu
hgext: officially turn 'hgext' into a namespace package
2016-02-27, by Pierre-Yves David
merge with stable
2016-03-11, by Matt Mackall
fileset: replace predicate by filesetpredicate of registrar (API)
2016-03-11, by FUJIWARA Katsunori
registrar: add filesetpredicate to mark a function as fileset predicate
2016-03-11, by FUJIWARA Katsunori
registrar: remove useless base classes (API)
2016-03-11, by FUJIWARA Katsunori
revset: remove useless extpredicate class (API)
2016-03-11, by FUJIWARA Katsunori
hook: filter out unstable output in tests
2016-03-10, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip