Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
fsmonitor: hook up state-enter, state-leave signals
2016-03-10, by Martijn Pieters
largefiles: add abstract methods in remotestore class
2016-03-10, by liscju
test-parse-date: defines explicit start/end dates for DST
2016-02-14, by Sébastien Brissaud
debuginstall: convert to formatter
2016-03-09, by timeless
largefiles: use iterbatch instead of batch
2016-03-02, by Augie Fackler
wireproto: make iterbatcher behave streamily over http(s)
2016-03-01, by Augie Fackler
setdiscovery: use iterbatch interface instead of batch
2016-03-01, by Augie Fackler
peer: add an iterbatcher interface
2016-03-01, by Augie Fackler
wireproto: document quirk of _callstream between http and ssh
2016-03-02, by Augie Fackler
peer: raise NotImplementedError for abstract submit() method
2016-03-01, by Augie Fackler
fsmonitor: new experimental extension
2016-03-03, by Martijn Pieters
fsmonitor: dependencies for new experimental extension
2016-03-02, by Martijn Pieters
setup: show how to set the module policy for imports
2016-01-12, by timeless
setup: create a module for the modulepolicy
2016-03-09, by timeless
rebase: turn rebaseskipobsolete on by default
2016-03-09, by Kostia Balytskyi
graphlog: bring back color to node symbol template
2016-03-09, by Yuya Nishihara
revset: add inspection data to max() and min() functions
2016-02-16, by Yuya Nishihara
revset: add inspection data to limit() and last() functions
2016-02-16, by Yuya Nishihara
revset: stub to add extra data to baseset for better inspection
2016-02-16, by Yuya Nishihara
revset: add inspection data to all filter() calls
2016-02-13, by Yuya Nishihara
revset: add extra data to filteredset for better inspection
2016-02-13, by Yuya Nishihara
zeroconf: replace reduce+add with itertools.chain
2016-03-01, by timeless
zeroconf: replace has_key with in
2016-03-01, by timeless
zeroconf: compare singleton using is
2016-03-01, by timeless
zeroconf: remove camelcase in identifiers
2016-03-01, by timeless
setup: switch to with open as
2016-03-09, by timeless
win32mbcs: use absolute_import
2016-03-02, by timeless
notify: use absolute_import
2016-03-02, by timeless
patchbomb: use absolute_import
2016-03-02, by timeless
convert: __init__ use absolute_import
2016-03-02, by timeless
convert: cvs use absolute_import
2016-03-02, by timeless
convert: transport use absolute_import
2016-03-02, by timeless
convert: bzr use absolute_import
2016-03-02, by timeless
convert: common use absolute_import
2016-03-02, by timeless
convert: convcmd use absolute_import
2016-03-02, by timeless
convert: subversion use absolute_import
2016-03-02, by timeless
blackbox: guard against recursion from dirty check
2016-03-08, by timeless
tests: divorce blackbox test from test-dispatch.py
2016-03-08, by timeless
tests: test-dispatch use print_function
2016-03-08, by timeless
tests: test-dispatch use absolute_import
2016-03-08, by timeless
templater: ignore orig/rej files
2016-03-02, by timeless
resolve: when pats do not match, hint about path:
2015-12-24, by timeless
shelve: changes getting opts values by get method
2016-03-09, by liscju
contrib: remove references to 2to3
2016-02-27, by Gregory Szorc
check-code: remove redundant import style check
2016-02-27, by Gregory Szorc
setup: remove support for 2to3
2016-02-27, by Gregory Szorc
run-tests: remove 2to3 support
2016-02-27, by Gregory Szorc
histedit: adds hint how to reorder changesets at editor (issue3766)
2016-03-08, by liscju
revset: replace predicate by revsetpredicate of registrar
2016-03-08, by FUJIWARA Katsunori
revset: replace extpredicate by revsetpredicate of registrar
2016-03-08, by FUJIWARA Katsunori
registrar: define revsetpredicate to decorate revset predicate
2016-03-08, by FUJIWARA Katsunori
registrar: introduce new class for registration to replace funcregistrar
2016-03-08, by FUJIWARA Katsunori
dispatch: make loading extra information from extension extensible
2016-03-08, by FUJIWARA Katsunori
obsolete: fix n^2 marker computation behavior
stable
2016-02-04, by Durham Goode
bdiff: (pure) support array.array arrays (issue5130)
stable
2016-03-08, by timeless
mq: restrict generated patch name to 75 characters (issue5117)
stable
2016-03-09, by Pierre-Yves David
files: don't recurse into subrepos without a path or -S (issue5127)
stable
2016-03-06, by Matt Harbison
parsers: optimize filtered headrevs logic
2016-03-08, by Durham Goode
destutil: choose non-closed branch head at first (BC)
2016-03-07, by FUJIWARA Katsunori
formatter: make labels work with templated output
2016-03-08, by Kostia Balytskyi
hghave: improve description of Hypothesis
2016-03-08, by timeless
purge: use absolute_import
2016-03-02, by timeless
record: use absolute_import
2016-03-02, by timeless
relink: use absolute_import
2016-03-02, by timeless
schemas: use absolute_import
2016-03-02, by timeless
shelve: use absolute_import
2016-03-02, by timeless
strip: use absolute_import
2016-03-02, by timeless
graphmod: augment the graph to include more information about the edges
2016-03-04, by Martijn Pieters
graphmod: refactor state handling
2016-03-04, by Martijn Pieters
templater: move label() function from color extension
2015-06-11, by Yuya Nishihara
templater: make label() take unknown symbol as color literal
2015-06-11, by Yuya Nishihara
convert: monotone use absolute_import
2016-03-02, by timeless
convert: p4 use absolute_import
2016-03-02, by timeless
convert: hg use absolute_import
2016-03-02, by timeless
convert: cvsps use absolute_import
2016-03-02, by timeless
convert: darcs use absolute_import
2016-03-02, by timeless
convert: filemap use absolute_import
2016-03-02, by timeless
convert: gnuarch use absolute_import
2016-03-02, by timeless
convert: git use absolute_import
2016-03-02, by timeless
branchmap: check node against changelog instead of repo
2016-03-07, by Durham Goode
changegroup: clear progress callback after changelog processing
2016-02-29, by Martin von Zweigbergk
tests: adjust for code move in Hypothesis 2.0.0
stable
2016-01-26, by Yuya Nishihara
changegroup: progress for added files is not measured in "chunks"
2016-02-28, by Martin von Zweigbergk
changegroup: exclude submanifests from manifest progress
2016-02-28, by Martin von Zweigbergk
commit: block amend while histedit is in progress (issue4800)
2016-02-14, by timeless
chg: limit reconnect attempts
2016-03-02, by Jun Wu
chg: use validate to make sure the server is up to date
2016-03-06, by Jun Wu
chg: implement validate in hgclient
2016-03-06, by Jun Wu
hgclient: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
fixpax: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
debugcmdserver: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
check-config: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
casesmash: use absolute_import
2016-03-06, by Pulkit Goyal
chgserver: implement validate command
2016-03-05, by Jun Wu
templater: handle exception when applying map operator to non-iterable object
2016-02-14, by Yuya Nishihara
templater: factor out thin helper that evaluates argument as string
2016-02-14, by Yuya Nishihara
color: make label() template function stringify "expr" argument first
2016-03-05, by Yuya Nishihara
templater: fix shortest() to evaluate int argument and handle error
2016-02-14, by Yuya Nishihara
templater: fix pad() to evaluate int argument and handle error
2016-02-14, by Yuya Nishihara
templater: drop redundant type conversion when evaluating integer argument
2016-02-14, by Yuya Nishihara
templater: factor out function that evaluates argument as integer
2016-02-14, by Yuya Nishihara
chgserver: use basename for socket symlink
2016-03-04, by Jun Wu
patch: when importing from email, RFC2047-decode From/Subject headers
2016-03-03, by Julien Cristau
histedit: reword message when a changeset produces no changes
2016-03-02, by timeless
tests: replace cat.py with cat in test-histedit-fold-non-commute.t
2016-03-02, by timeless
tests: Solaris grep doesn't add a trailing newline when it's missing
2016-03-02, by Danek Duvall
tests: Solaris cmp complains about empty files, even with -s
2016-03-02, by Danek Duvall
tests: Solaris sed does not support "\n" meaning newline in the RHS of s///
2016-03-02, by Danek Duvall
tests: Solaris cp doesn't support the -T option
2016-03-02, by Danek Duvall
templater: make date() use helper function to evaluate argument
2016-02-14, by Yuya Nishihara
templater: fix revset() to evaluate format arguments eagerly
2016-02-14, by Yuya Nishihara
templater: fix ifcontains() to evaluate items argument eagerly
2016-02-14, by Yuya Nishihara
templater: fix get() to evaluate arguments eagerly
2016-02-14, by Yuya Nishihara
import-checker: report local with stdlib late warning
2016-03-02, by timeless
tests: update test output for test written on stable branch (issue5104)
2016-03-03, by Gregory Szorc
chgserver: pass hashstate and base server address to chgcmdserver
2016-02-29, by Jun Wu
chg: drop progress.assume-tty config
2016-02-29, by Jun Wu
chgserver: mangle server address to include confighash
2016-03-02, by Jun Wu
chgserver: update docs
2016-02-29, by Jun Wu
merge with stable
2016-03-02, by Matt Mackall
commands: use absolute_import
2015-12-21, by Gregory Szorc
cmdutil: use absolute_import
2016-02-27, by Gregory Szorc
keyword: use absolute_import
2016-03-01, by Christian Ebert
pager: use absolute_import
2016-02-28, by Augie Fackler
pager: add tests
2016-02-28, by Augie Fackler
tests: flag Windows specific lines about background closing as optional
2016-02-29, by Matt Harbison
run-tests: defer leftover (?) cleanup until after all output is exhausted
2016-02-28, by Matt Harbison
test-run-tests: pad the failure test to preserve the run order
2016-02-28, by Matt Harbison
changelog: backed out changeset 86de91c56355
2016-03-02, by Matt Mackall
changelog: backed out changeset 1778770e1982
2016-03-02, by Matt Mackall
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
2016-01-01, by Yuya Nishihara
extensions: copy extra __dict__ of original function
2016-01-09, by Yuya Nishihara
extensions: copy attributes to wrapper by wrapfunction()
2016-01-09, by Yuya Nishihara
extensions: extract function that copies function attributes to wrapper
2016-01-09, by Yuya Nishihara
tests: fix section description
2016-02-29, by timeless
zeroconf: import ui as uimod per test-check-module-imports
2016-03-01, by Augie Fackler
changelog: lazy decode user (API)
2016-02-27, by Gregory Szorc
changelog: lazy decode description (API)
2016-02-27, by Gregory Szorc
blackbox: optionally log event source
2016-02-11, by timeless
blackbox: remove hexfn
2016-03-01, by timeless
blackbox: rewrite dirty documentation noting it is expensive
2016-03-01, by timeless
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip