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.
run-tests: output diffs with only forward slashes
stable
2014-10-23, by Matt Mackall
i18n: add hint to digest mismatch message
stable
2014-10-23, by Wagner Bruna
help/config: fix typo
stable
2014-10-23, by Wagner Bruna
files: fix example list syntax
stable
2014-10-23, by Wagner Bruna
parsers: use 'k' format for Py_BuildValue instead of 'n' because Python 2.4
stable
2014-10-23, by Mads Kiilerich
rebase: improve base revset performance
stable
2014-10-20, by Durham Goode
amend: fix amending rename commit with diverged topologies (issue4405)
stable
2014-10-16, by Ryan McElroy
hgweb: disable SSLv3 serving (BC)
stable
2014-10-21, by Augie Fackler
sslutil: only support TLS (BC)
stable
2014-10-21, by Augie Fackler
eol: fix crash when handling removed files
stable
2014-10-22, by Mads Kiilerich
bundle2: transmit exception during part generation
stable
2014-10-15, by Pierre-Yves David
bundle2: add a interrupt mechanism
stable
2014-10-14, by Pierre-Yves David
transactions: change backupfiles format to use newlines
stable
2014-10-21, by Durham Goode
transactions: add version number to journal.backupfiles
stable
2014-10-21, by Durham Goode
transactions: fix hg recover with fncache backups
stable
2014-10-20, by Durham Goode
revset: have rev() drop out-of-range or filtered rev explicitly (issue4396)
stable
2014-10-19, by Yuya Nishihara
revset: avoid recalculating filesets
stable
2014-10-22, by Matt Mackall
tests: open file in binary mode to use POSIX end-of-line style anywhere
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" for l10n messages in test-clone.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" for l10n messages in test-largefiles-update.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-revset-outgoing.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-hgrc.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-url-rev.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: adjust expected prompt choice outputs in test-record.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
ui: separate option to show prompt echo, enabled only in tests (issue4417)
stable
2014-10-21, by Yuya Nishihara
Added signature for changeset 7f8d16af8cae
stable
2014-10-18, by Matt Mackall
Added tag 3.2-rc for changeset 7f8d16af8cae
stable
2014-10-18, by Matt Mackall
merge with i18n
stable
3.2-rc
2014-10-18, by Matt Mackall
i18n-ru: synchronized with 6b4dc7968bf0
stable
2014-10-13, by Alexander Sauta
merge default into stable for 3.2 freeze
stable
2014-10-18, by Matt Mackall
hook: schedule run "b2x-transactionclose" for after lock release
2014-10-17, by Pierre-Yves David
repoview: issue a special message when filtering hidden changesets
2014-10-17, by Pierre-Yves David
repoview: include the filter name in filtered revision error messages
2014-10-17, by Pierre-Yves David
largefiles: inline redundant toname function in status
2014-10-15, by Mads Kiilerich
largefiles: inline redundant inctx function in status
2014-10-15, by Mads Kiilerich
ssl: only use the dummy cert hack if using an Apple Python (issue4410)
2014-10-17, by Mads Kiilerich
largefiles: move initialization of standins variable to clarify its "scope"
2014-10-15, by Mads Kiilerich
largefiles: the update override only needs lfdirstate and status for --check
2014-10-15, by Mads Kiilerich
largefiles: remove confusing rev parameter for lfdirstatestatus
2014-10-03, by Mads Kiilerich
largefiles: replace repo._isaddremove hack with a simple function parameter
2014-10-03, by Mads Kiilerich
status: add more complete tests for --rev
2014-10-12, by Martin von Zweigbergk
cmdserver: include pid of server handling requests in hello message
2014-10-18, by Yuya Nishihara
run-tests: clean up unused globals that were removed by tests-refactor series
2014-10-18, by Yuya Nishihara
docker: use official centos5 image
2014-10-16, by Mads Kiilerich
docker: add centos7 target for CentOS / Red Hat 7 support
2014-10-16, by Mads Kiilerich
lock: while releasing, unlink lockfile even if the release function throws
2014-10-16, by Siddharth Agarwal
i18n: cache the result of every gettext call
2014-10-17, by Augie Fackler
util.system: avoid buffering of subprocess output when it is piped
2014-08-30, by Yuya Nishihara
bundle2: client side support for a part to import external bundles
2014-10-17, by Mike Hommey
bundle2: remove _getbundleextrapart
2014-09-25, by Mike Hommey
glossary: add deprecated and experimental
2014-10-17, by Matt Mackall
test-merge5: remove obsolete '-y' and its motivating comment
2014-10-09, by Martin von Zweigbergk
test-resolve.t: use redirection to /dev/null instead of grep -q
2014-10-17, by Augie Fackler
resolve: run happily after conflict-free merge
2014-10-08, by Martin von Zweigbergk
test-resolve: add tests for re-merge
2014-10-08, by Martin von Zweigbergk
test-resolve: add more tests for in conflict-free states
2014-10-08, by Martin von Zweigbergk
test-resolve: add test resolving one of two files
2014-10-08, by Martin von Zweigbergk
test-resolve: clarify test descriptions and consistently use "should"
2014-10-08, by Martin von Zweigbergk
revset-phases: prefetch attributes in phasesrelated revsets
2014-10-16, by Pierre-Yves David
revset-phases: do not cache phase-related filters
2014-10-11, by Pierre-Yves David
changectx: issue a FilteredRepoLookupError when applicable
2014-10-15, by Pierre-Yves David
repoview: add a FilteredRepoLookupError
2014-10-16, by Pierre-Yves David
repoview: add a FilteredLookupError class
2014-10-16, by Pierre-Yves David
repoview: add a FilteredIndexError class
2014-10-15, by Pierre-Yves David
changectx: move `IndexError` handling in the top level try except
2014-10-15, by Pierre-Yves David
changectx: wrap the `changeid` processing in a try/except
2014-10-15, by Pierre-Yves David
bundle2: detect and disallow a negative chunk size
2014-10-15, by Pierre-Yves David
bundle2: add an UnsupportedPartError
2014-10-15, by Pierre-Yves David
bundle2: change header size and make them signed (new format)
2014-10-01, by Pierre-Yves David
bundle2: extract processing of part into its own function
2014-10-14, by Pierre-Yves David
bundle2: add a test for exceptions raised during the generation process
2014-10-14, by Pierre-Yves David
dagwalker: drop a useless intermediate variable
2014-10-08, by Pierre-Yves David
revset-node: speedup by a few hundred fold
2014-10-11, by Pierre-Yves David
revset-only: use `subset &` instead of filtering
2014-10-10, by Pierre-Yves David
revset-_ancestor: use & instead of filter
2014-09-30, by Pierre-Yves David
obsstore: record data as floating point in fm0 format
2014-10-16, by Pierre-Yves David
bundle2: add a comment about addchangegroup source and url
2014-10-14, by Pierre-Yves David
pull: call the `b2x-transactionclose` hook when closing the transaction
2014-10-15, by Pierre-Yves David
revset-only: use __nonzero__ to check if a revset is empty
2014-10-08, by Pierre-Yves David
_spanset: drop __getitem__ implementation
2014-10-15, by Pierre-Yves David
filteredset: drop __getitem__ implementation
2014-10-15, by Pierre-Yves David
generatorset: implement __len__
2014-10-15, by Pierre-Yves David
revset: make __len__ part of the offical API
2014-10-15, by Pierre-Yves David
cmdserver: add service that listens on unix domain socket and forks process
2014-10-04, by Yuya Nishihara
test-commandserver: add connector for unix domain socket server
2014-09-27, by Yuya Nishihara
test-commandserver: allow check() to make connection in different way
2014-09-27, by Yuya Nishihara
test-commandserver: remove unused repopath argument from check()
2014-09-27, by Yuya Nishihara
cmdserver: make server streams switchable
2014-09-27, by Yuya Nishihara
cmdserver: switch service objects by mode
2014-09-27, by Yuya Nishihara
cmdserver: wrap 'pipe' mode server by service object
2014-09-27, by Yuya Nishihara
histedit: miscellaneous style cleanups
2014-10-16, by Augie Fackler
histedit: update docstring on histeditstate.read()
2014-10-16, by Augie Fackler
histedit: remove now-superfluous repo argument from processreplacement
2014-10-16, by Augie Fackler
histedit: move locks into state
2014-10-15, by David Soria Parra
histedit: read state from histeditstate
2014-10-15, by David Soria Parra
histedit: pass state to action functions
2014-10-15, by David Soria Parra
histedit: pass state to processreplacement
2014-10-16, by David Soria Parra
histedit: pass state to boostrapcontinue
2014-10-15, by David Soria Parra
histedit: let the state expose a context but serialize correctly to nodes
2014-10-15, by David Soria Parra
histedit: add clear method to remove state
2014-10-15, by David Soria Parra
histedit: use state object where necessary
2014-10-14, by David Soria Parra
histedit: add histedit state class
2014-10-15, by David Soria Parra
import-checker: check modules for pure Python build correctly
2014-10-17, by FUJIWARA Katsunori
import-checker: treat "from mercurial import XXXX" style correctly
2014-10-17, by FUJIWARA Katsunori
encoding: avoid cyclic dependency around "parsers" in pure Python build
2014-10-17, by FUJIWARA Katsunori
pull: add source information to the transaction
2014-10-14, by Pierre-Yves David
changegroup: store source and url in the `hookargs` dict
2014-10-14, by Pierre-Yves David
prechangegroup: use hook argument from the transaction
2014-10-14, by Pierre-Yves David
addchangegroup: call `prechangegroup` hook after transaction retrieval
2014-10-14, by Pierre-Yves David
addchangegroup: get the `node` argument of `incoming` hook from transaction
2014-10-14, by Pierre-Yves David
dicthelpers: delete now that they are no longer used
2014-10-14, by Martin von Zweigbergk
manifest: transpose pair of pairs from diff()
2014-10-14, by Martin von Zweigbergk
manifest: for diff(), only iterate over files, not flags
2014-10-14, by Martin von Zweigbergk
manifest: repurpose flagsdiff() into (node-and-flag)diff()
2014-10-14, by Martin von Zweigbergk
util: add a file handle wrapper class that does hash digest validation
2014-10-16, by Mike Hommey
util: add a helper class to compute digests
2014-10-16, by Mike Hommey
bundle2: merge return values when bundle contains multiple changegroups
2014-10-16, by Mike Hommey
changegroup: use a copy of hookargs when invoking the changegroup hook
2014-10-16, by Mike Hommey
tests: pull common http server setup out of individual tests
2014-10-16, by Mike Hommey
util: move md5 back next to sha1 and allow to call it without an argument
2014-09-24, by Mike Hommey
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip