Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
rebase: fix crash when rebase aborts while rebasing obsolete revisions
2016-03-29, by Laurent Charignon
rebase: refactor of error handling code path for rebaseskipobsolete
2016-03-29, by Laurent Charignon
destutil: show message and hint at updating to the closed head as warning
2016-03-29, by FUJIWARA Katsunori
destutil: make messages at updating to the closed head usual form
2016-03-29, by FUJIWARA Katsunori
py3: make test-ui-color use print_function
2016-03-29, by Pulkit Goyal
py3: make test-ui-config use print_function
2016-03-29, by Pulkit Goyal
py3: make test-ui-config use absolute_import
2016-03-29, by Pulkit Goyal
py3: make test-ui-verbosity use absolute_import
2016-03-29, by Pulkit Goyal
py3: make test-ui-verbosity use print_function
2016-03-29, by Pulkit Goyal
py3: make test-url use print_function
2016-03-29, by Pulkit Goyal
py3: make test-walkrepo use print_function
2016-03-29, by Pulkit Goyal
py3: make test-wireproto use print_function
2016-03-29, by Pulkit Goyal
py3: handle ugettext + unicode in i18n
2016-03-29, by timeless
py3: glob line numbers in test-check-py3-compat
2016-03-28, by timeless
bundle: remove obsolete (and duplicate) comment
2016-03-29, by Martin von Zweigbergk
convert: delete unused imports in git.py
2016-03-29, by Martin von Zweigbergk
merge with stable
2016-03-29, by Matt Mackall
bundle: avoid crash when no good changegroup version found
2016-03-25, by Martin von Zweigbergk
exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
2016-03-25, by Martin von Zweigbergk
exchange: get rid of "getcgkwargs" variable
2016-03-25, by Martin von Zweigbergk
bundle: move writebundle() from changegroup.py to bundle2.py (API)
2016-03-28, by Martin von Zweigbergk
Added signature for changeset ae279d4a19e9
stable
2016-03-29, by Matt Mackall
Added tag 3.7.3 for changeset ae279d4a19e9
stable
2016-03-29, by Matt Mackall
convert: test for shell injection in git calls (SEC)
stable
3.7.3
2016-03-22, by Mateusz Kwapich
convert: rewrite gitpipe to use common.commandline (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: dead code removal - old git calling functions (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: rewrite calls to Git to use the new shelling mechanism (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: add new, non-clowny interface for shelling out to git (SEC)
stable
2016-03-22, by Mateusz Kwapich
subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC)
stable
2016-03-20, by Mateusz Kwapich
parsers: detect short records (SEC)
stable
2016-03-16, by Matt Mackall
parsers: fix list sizing rounding error (SEC)
stable
2016-03-16, by Matt Mackall
merge with stable
2016-03-28, by Matt Mackall
debugsetparents: remove redundant invocations of begin/endparentchange
2016-03-28, by liscju
sslutil: add docstring to wrapsocket()
2016-03-27, by Gregory Szorc
sslutil: remove indentation in wrapsocket declaration
2016-03-27, by Gregory Szorc
sslutil: always use SSLContext
2016-03-27, by Gregory Szorc
sslutil: move _canloaddefaultcerts logic
2016-03-27, by Gregory Szorc
sslutil: implement SSLContext class
2016-03-27, by Gregory Szorc
sslutil: store OP_NO_SSL* constants in module scope
2016-03-27, by Gregory Szorc
sslutil: better document state of security/ssl module
2016-03-27, by Gregory Szorc
tests: make tinyproxy.py use print_function
2016-03-28, by Pulkit Goyal
run-tests: use canonpath for with-python3
2016-03-28, by timeless
run-tests: add canonpath function
2016-03-28, by timeless
tests: glob py3 line numbers
2016-03-28, by timeless
tests: update py3.5 output
2016-03-28, by timeless
summary: move mergemod before parents to give access to ms
2016-03-17, by timeless
filemerge: use revset notation for p1/p2 of local/other descriptions
2016-03-17, by timeless
tests: fix for failure of test-convert-p4-filetypes.t
2016-03-26, by FUJIWARA Katsunori
crecord: re-enable reviewing a patch before comitting it
2016-03-20, by Jordi Gutiérrez Hermoso
crecord: break out the help message for editing hunks
2016-03-20, by Jordi Gutiérrez Hermoso
crecord: refactor hunk edit action to use ui.edit
2016-03-20, by Jordi Gutiérrez Hermoso
edit: allow to configure the suffix of the temporary filename
2016-03-20, by Jordi Gutiérrez Hermoso
merge: save merge part labels for later reuse
2016-03-19, by Simon Farnsworth
ui: add prompt argument to write (issue5154) (API)
2016-03-25, by timeless
hg: perform update after pulling during clone with share (issue5103)
stable
2016-03-25, by Gregory Szorc
tests: fix failure of test-convert-mtn.t
2016-03-26, by FUJIWARA Katsunori
templater: relax unquotestring() to fall back to bare string
2016-03-26, by Yuya Nishihara
debugrevspec: show expanded/concatenated states before printing trees
2016-03-26, by Yuya Nishihara
templater: do not abuse SyntaxError to report errors in template map file
2016-03-26, by Yuya Nishihara
graphmod: set default edge styles for ascii graphs (BC)
2016-03-23, by Martijn Pieters
tests: python executable should always be globbed
2016-03-24, by Sean Farley
setup: add missing hgext.fsmonitor
2016-03-22, by Sean Farley
merge with stable
2016-03-25, by Matt Mackall
dispatch: show deprecation warning if command has no attributes (issue5137)
2016-01-09, by Yuya Nishihara
dispatch: extract function that tests command attributes
2016-03-14, by Yuya Nishihara
dispatch: make cmdalias forward command attributes to function
2016-03-14, by Yuya Nishihara
run-tests: use different chg socket directories for different tests
2016-03-20, by Jun Wu
tests: ensure run-tests handles multiple lines of churn
2016-03-21, by timeless
subrepo: adapt to git's recent renames-by-default
stable
2016-03-24, by Martin von Zweigbergk
graphmod: move the graphstyle options to experimental
2016-03-24, by Pierre-Yves David
tests: remove obsolete uses of HGTEST_RUN_TESTS_PURE
2016-03-21, by timeless
test-debugextensions: passes with byte-compilation disabled (issue5147)
2016-03-20, by Kevin Bullock
rpms: add hgext3rd to mercurial.spec
2016-03-23, by Anton Shestakov
debugobsolete: add an option to show marker index
2016-03-23, by Kostia Balytskyi
tests: explicitly flush output streams
2016-03-15, by Jun Wu
test-hgrc: do not print ui.plain() flag at uisetup()
2016-03-20, by Yuya Nishihara
tests: make config/help tests pass even if chgserver extension is loaded
2016-03-20, by Yuya Nishihara
setup: alphabetize hgext packages
2016-03-22, by Sean Farley
remove: add progress support
2016-03-17, by timeless
remove: queue warnings until after status messages (issue5140) (API)
2016-03-17, by timeless
tests: include progress for test-remove
2016-03-21, by timeless
chg: allows default hg path to be overridden
2016-03-20, by Jun Wu
chg: define PRINTF_FORMAT_ for non gnu C compiler
2016-03-20, by Jun Wu
chgserver: drop bundle.mainreporoot config
2016-03-20, by Jun Wu
chgserver: drop old hack to recreate ui on HGPLAIN change
2016-03-20, by Yuya Nishihara
graphmod: allow edges to end early
2016-03-19, by Martijn Pieters
graphmod: allow for different styles for different edge types
2016-03-19, by Martijn Pieters
chgserver: use global ui instead of repo ui for dispatch.request.ui
2016-03-17, by Jun Wu
progress: update comment to reflect implementation
2016-03-17, by timeless
tests: remove lines that enable progress extension
2016-03-20, by timeless
run-tests: add support for automatically bisecting test failures
2016-03-19, by Augie Fackler
check-code: also ban strcat
2016-03-19, by Augie Fackler
check-code: prevent use of strcpy
2016-03-19, by Augie Fackler
osutil: stop using strcpy
2016-03-19, by Augie Fackler
histedit: add a hint about enabled dropmissing to histedit edit comment
2016-03-19, by Mateusz Kwapich
hghave: change ssl check to just check ssl module
2016-03-19, by Gregory Szorc
help: document sharing of revlog header with revision 0
2016-03-19, by Gregory Szorc
mpatch: move collect() to module level
2016-03-19, by Augie Fackler
mpatch: un-nest the move() method
2016-03-19, by Augie Fackler
mpatch: move pull() method to top level
2016-03-19, by Augie Fackler
chgserver: use old ui.system if fout is not stdout or needs to be captured
2016-03-17, by Jun Wu
node: use byte literals to construct nullid and wdirid
2016-03-12, by Gregory Szorc
tests: try to import modules with Python 3
2016-03-12, by Gregory Szorc
tests: perform an ast parse with Python 3
2016-03-18, by Gregory Szorc
run-tests: add --with-python3 to define a Python 3 interpreter
2016-03-18, by Gregory Szorc
crecord: add docblock to handlekeypressed
2016-03-18, by Ryan McElroy
crecord: fix docblock indentation
2016-03-18, by Ryan McElroy
crecord: clean up empty lines at ends of docblocks
2016-03-18, by Ryan McElroy
filemerge: indicate that local/other are p1/p2
2016-03-17, by timeless
sslutil: use preferred formatting for import syntax
2016-03-19, by Gregory Szorc
largefiles: add some docstrings
2016-03-19, by Mads Kiilerich
largefiles: drop partial support for not having a user cache
2016-03-19, by Mads Kiilerich
largefiles: refactor usercachepath - extract user cache path function
2016-03-19, by Mads Kiilerich
shelve: adds restoring newly created branch (issue5048) (BC)
2016-02-10, by liscju
shelve: make non bare shelve not saving branch information in bundle
2016-03-07, by liscju
shelve: preserve newly created branch on non-bare shelve in wctx (BC)
2016-03-12, by liscju
crecord: rewrite a comment about filtering patches
2016-03-18, by Jordi Gutiérrez Hermoso
run-tests: teach _processoutput to handle multiple lines of churn
2016-03-17, by timeless
run-tests: indent _processoutput to aid readability for next patch
2016-03-17, by timeless
namespaces: fix name/node confusion
2016-03-16, by timeless
tests: add test for "log -r wdir() -p" (issue4871)
2016-03-13, by Yuya Nishihara
tests: include modified/added/removed files in "log -r wdir()" output
2016-03-13, by Yuya Nishihara
contrib: revsetbenchmarks use absolute_import and print_function
2016-03-16, by Pulkit Goyal
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
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip