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 rebase with no common ancestors (issue4446)
stable
3.2.1
2014-11-10, by Durham Goode
test-run-tests: accept more levels of precision and trailing ws (issue4440)
stable
2014-11-06, by Augie Fackler
merge with stable
2014-11-10, by Matt Mackall
changegroup.cg2packer: lookup 'group' via inheritance chain
2014-11-07, by Siddharth Agarwal
context.status: only filter suspect symlinks in the dirstate status
2014-10-23, by Martin von Zweigbergk
context.status: inline _poststatus()
2014-10-23, by Martin von Zweigbergk
context.status: remove now-empty _prestatus()
2014-10-12, by Martin von Zweigbergk
context.status: call _dirstatestatus() from within _buildstatus()
2014-10-11, by Martin von Zweigbergk
context.status: move manifest caching trick to _buildstatus()
2014-10-12, by Martin von Zweigbergk
context.status: remove unused arguments from _matchstatus()
2014-10-11, by Martin von Zweigbergk
context.status: remove overriding in workingctx
2014-10-23, by Martin von Zweigbergk
synthrepo: when adding files, ensure new path is not a directory
2014-10-20, by Mike Edgar
synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
2014-10-20, by Mike Edgar
discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
2014-11-06, by Mads Kiilerich
hgweb: fix a crash when using web.archivesubrepos
stable
2014-11-05, by Matt Harbison
tests: introduce a subrepository to test-archive.t
stable
2014-11-05, by Matt Harbison
test-status-rev: add tests for plain dirstate and inter-revision status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove unnecessary initial commit
2014-11-04, by Martin von Zweigbergk
test-status-rev: use one glob for each expected status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove duplicate tests
2014-11-04, by Martin von Zweigbergk
changegroup: sparsely populate fnodes
stable
2014-11-06, by Gregory Szorc
changegroup: don't store unused value on fnodes (issue4443)
stable
2014-11-06, by Gregory Szorc
changegroup: don't define lookupmf() until it is needed
stable
2014-11-06, by Gregory Szorc
mail: actually use the verifycert config value
stable
2014-11-05, by Pierre-Yves David
exchange: use the postclose API on transaction
2014-10-28, by Pierre-Yves David
changegroup: use the 'postclose' API on transaction
2014-10-28, by Pierre-Yves David
transaction: allow registering a post-close callback
2014-10-28, by Pierre-Yves David
exchange: swap "push" for "pull" in pulloperation docstring
2014-10-24, by Mike Edgar
exchange: prepare kwargs for bundle2 part generation exactly once
2014-10-29, by Mike Edgar
exchange: fix indentation in _pullchangeset
2014-10-25, by Mike Edgar
dagutil: fix id/ix typos in docstrings
2014-10-24, by Mike Edgar
patchbomb: extract 'getpatchmsgs' closure into its own function
2014-11-06, by Pierre-Yves David
patchbomb: extract 'makeintro' closure into its own function
2014-11-06, by Pierre-Yves David
patchbomb: extract 'getbundlemsgs' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getdescription' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getbundle' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getpatches' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getoutgoing' closure into its own function
2014-11-04, by Pierre-Yves David
bundle2: handle empty 'b2x:changegroup' value in push and pull
2014-11-06, by Pierre-Yves David
bundle2: drop duplicated definition of 'b2x:exchange'
2014-11-06, by Pierre-Yves David
convert: use git diff-tree -Cn% instead of --find-copies=n% for older git
stable
2014-11-06, by Thomas Arendsen Hein
changelog: rely on transaction for finalization
2014-10-18, by Pierre-Yves David
transaction: allow registering a finalization callback
2014-10-17, by Pierre-Yves David
changelog: handle writepending in the transaction
2014-10-17, by Pierre-Yves David
transaction: add 'writepending' logic
2014-10-17, by Pierre-Yves David
changelog: rework the delayupdate mechanism
2014-10-18, by Pierre-Yves David
merge with stable
2014-11-05, by Matt Mackall
bookmarks: fix formatting of exchange message (issue4439)
stable
2014-11-05, by Pierre-Yves David
test-status-rev: document one more broken test
2014-11-04, by Martin von Zweigbergk
test-status-rev: use common script for generating file history
2014-11-04, by Martin von Zweigbergk
test-status-rev: use same names as from generate-working-copy-states
2014-10-20, by Martin von Zweigbergk
test-revert: move embedded script to its own file
2014-11-03, by Martin von Zweigbergk
test-revert: simplify generation of files
2014-10-18, by Martin von Zweigbergk
merge with stable
2014-11-05, by Matt Mackall
discovery: indices between sample and yesno must match (issue4438)
stable
2014-11-05, by Mads Kiilerich
discovery: limit 'all local heads known remotely' to real 'all' (issue4438)
stable
2014-11-05, by Mads Kiilerich
largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
2014-11-05, by FUJIWARA Katsunori
largefiles: get function to write status messages via "getstatuswriter()"
2014-11-05, by FUJIWARA Katsunori
largefiles: introduce "_lfstatuswriters" to customize status reporting
2014-11-05, by FUJIWARA Katsunori
largefiles: update standins only at the 1st commit of "hg rebase --continue"
2014-11-05, by FUJIWARA Katsunori
largefiles: introduce "_lfcommithooks" to abstract pre-committing procedures
2014-11-05, by FUJIWARA Katsunori
largefiles: factor out procedures to update standins for pre-committing
2014-11-05, by FUJIWARA Katsunori
largefiles: factor out procedures to update lfdirstate for post-committing
2014-11-05, by FUJIWARA Katsunori
largefiles: remove meaningless code path for "hg pull --rebase"
2014-11-05, by FUJIWARA Katsunori
largefiles: wrap "rebase.rebase" for functions using it directly
2014-11-05, by FUJIWARA Katsunori
changegroup: introduce cg2packer/unpacker
2014-10-17, by Sune Foldager
push: send highest changegroup format supported by both side
2014-10-17, by Pierre-Yves David
getbundle: send highest changegroup format supported by both side
2014-10-17, by Pierre-Yves David
changegroup: allow use of different cg#packer in getchangegroupraw
2014-10-17, by Sune Foldager
changegroup: introduce "raw" versions of some commands
2014-10-17, by Sune Foldager
merge with stable
2014-11-04, by Matt Mackall
win32: remove Mercurial.ini file from Inno Setup installer (issue4435)
2014-11-04, by Pascal Quantin
win32: fix win32 installers generation
2014-11-04, by Pascal Quantin
patchbomb: add label and color to the confirm output
2014-11-04, by Pierre-Yves David
tests: write hgrc of more than two lines by using shell heredoc
2014-11-04, by Yuya Nishihara
perf: use a formatter for output
2014-11-04, by Pierre-Yves David
bundle2: support a "version" argument in `changegroup` part
2014-09-24, by Pierre-Yves David
bundle2caps: advertise the available versions for changegroup packer
2014-09-24, by Pierre-Yves David
changegroup: add a "packermap" dictionary to track different packer versions
2014-09-24, by Pierre-Yves David
templater: don't overwrite the keyword mapping in runsymbol() (issue4362)
stable
2014-11-03, by Matt Harbison
revset-matching: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-parentspec: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-children: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-ancestorspec: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-rangeset: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
test-revert: make sure all 'tracked' files are really tracked
2014-10-19, by Martin von Zweigbergk
test-revert: sort by output filename again
2014-10-18, by Martin von Zweigbergk
test-revert: name files by state, not by state transition
2014-10-20, by Martin von Zweigbergk
test-revert: temporarily sort by input states instead of output filename
2014-10-17, by Martin von Zweigbergk
test-revert: put content, not keys, into 'combination'
2014-10-18, by Martin von Zweigbergk
test-revert: replace 'removed' in working copy with 'untracked-deleted'
2014-10-17, by Martin von Zweigbergk
test-revert: removing a missing file has no effect
2014-10-16, by Martin von Zweigbergk
test-revert: reverting an addition is the same as removing
2014-10-17, by Martin von Zweigbergk
test-revert: reverting no change means it's clean
2014-10-16, by Martin von Zweigbergk
merge with stable
2014-11-03, by Matt Mackall
extdiff: drop the command alias without options example in the help text
2014-11-02, by Matt Harbison
extdiff: allow a preconfigured merge-tool to be invoked
2014-10-31, by Matt Harbison
extdiff: sort files when snapshotting
2014-11-03, by Matt Mackall
filemerge: split the logic for finding an external tool to its own function
2014-11-02, by Matt Harbison
largefiles: simplify check for lack of path arguments
2014-11-02, by Martin von Zweigbergk
largefiles: shortcircuit status code also for non-matching patterns
2014-10-31, by Martin von Zweigbergk
largefiles: remove confusing 'or None' from predicate
2014-10-27, by Martin von Zweigbergk
largefiles: drop unnecessary setting of matcher._always
2014-10-30, by Martin von Zweigbergk
config: move mergetools configuration from contrib to default configuration
2014-10-19, by Mads Kiilerich
config: introduce "built-in" default configuration settings in default.d
2014-09-04, by Mads Kiilerich
contrib: buildrpm checking of md5 checksums of downloaded Python and Docutils
2014-10-18, by Mads Kiilerich
contrib: update build defaults to latest Python and docutils versions
2014-11-02, by Mads Kiilerich
spelling: fixes from proofreading of spell checker issues
2014-04-17, by Mads Kiilerich
extdiff: quote user-supplied options passed to shell
stable
2012-07-26, by Michael Fyles
serve: correct meta variable of --daemon-pipefds option
stable
2014-11-02, by Yuya Nishihara
tests: have dumbhttp.py use cmdutil.service() to wait for child to listen()
2014-11-02, by Yuya Nishihara
test-revert: remove obsolete comment about known misbehavior
2014-10-19, by Martin von Zweigbergk
test-revert.t: fix wc check-code false positive
2014-11-03, by Matt Mackall
merge with stable
2014-11-03, by Matt Mackall
Added signature for changeset ced632394371
stable
2014-11-01, by Matt Mackall
Added tag 3.2 for changeset ced632394371
stable
2014-11-01, by Matt Mackall
setdiscovery: limit the size of all sample (issue4411)
stable
3.2
2014-11-01, by Pierre-Yves David
hook: protect commit hooks against stripping of temporary commit (issue4422)
stable
2014-11-01, by Pierre-Yves David
mq: do not call [0] on revset
stable
2014-11-01, by Pierre-Yves David
addset: fix `first` and `last` on sorted addset (issue4426)
stable
2014-11-01, by Pierre-Yves David
clone: properly mark branches closed with --uncompressed (issue4428)
stable
2014-11-01, by Matt Mackall
Makefile: update .PHONY
stable
2014-11-01, by Mads Kiilerich
buildrpm: fix use of invalid $PLATFORM in mercurial.repo
stable
2014-11-01, by Mads Kiilerich
debuglocks: add missing usage summary
stable
2014-11-01, by Matt Mackall
help: don't crash on help for 'sections' with multiple '.'
stable
2014-11-01, by Mads Kiilerich
help: fix config description of ui.reportoldssl
stable
2014-11-01, by Mads Kiilerich
i18n-ja: synchronized with f3baaeffe841
stable
2014-11-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 0b7853f969ac
stable
2014-10-31, by Wagner Bruna
merge with i18n
stable
2014-10-31, by Wagner Bruna
i18n-ja: synchronized with 5459b30aa498
stable
2014-11-01, by FUJIWARA Katsunori
clone: fix copying bookmarks in uncompressed clones (issue4430)
stable
2014-10-31, by Durham Goode
revset: don't recreate matcher for every revision
stable
2014-10-31, by Martin von Zweigbergk
help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation
stable
2014-11-01, by FUJIWARA Katsunori
i18n: add i18n comment to error messages of filesets predicates
stable
2014-11-01, by FUJIWARA Katsunori
i18n: add i18n comment to error messages of template functions
stable
2014-11-01, by FUJIWARA Katsunori
help: refer ":merge3" instead of "internal:merge3"
stable
2014-11-01, by FUJIWARA Katsunori
i18n: make hint message of exception translatable
stable
2014-11-01, by FUJIWARA Katsunori
help: use "hg files" instead of "hg locate" in "hg help filesets"
stable
2014-11-01, by FUJIWARA Katsunori
files: refer "hg help filesets" instead of "hg help revsets" in help text
stable
2014-11-01, by FUJIWARA Katsunori
tests: silence output race in test-run-tests.t
stable
2014-10-30, by Matt Mackall
merge with i18n
stable
2014-10-30, by Matt Mackall
i18n-pt_BR: synchronized with 8d43c6bb38c0
stable
2014-10-27, by Wagner Bruna
i18n-pt_BR: synchronized with c312ef382033
stable
2014-10-23, by Wagner Bruna
transaction: only generate file when we actually close the transaction
stable
2014-10-17, by Pierre-Yves David
transaction: extract file generation into its own function
stable
2014-09-29, by Pierre-Yves David
amend: abort early if no username is configured with evolve enabled (issue4211)
stable
2014-10-28, by Matt Harbison
revset: fix O(2^n) perf regression in addset
stable
2014-10-28, by Durham Goode
tests: add missing glob for Windows
stable
2014-10-27, by Matt Mackall
test-convert-svn-sink: properly isolate symlink section
stable
2014-10-27, by Matt Mackall
util.fspath: use a dict rather than a linear scan for lookups
stable
2014-10-24, by Siddharth Agarwal
test-clone.t: drop message about listing bookmarks with no hardlinks
stable
2014-10-27, by Matt Mackall
tests: don't try to test unix sockets on vfat
stable
2014-10-27, by Matt Mackall
tests: change obsolete timestamp to avoid "gmtime()" problem on Windows
stable
2014-10-28, by FUJIWARA Katsunori
tests: use "%HG_ARGS%" in shell alias on Windows instead of "$HG_ARGS"
stable
2014-10-28, by FUJIWARA Katsunori
tests: introduce "checkeditform-n-cat.sh" script to invoke "cat" in it safely
stable
2014-10-28, by FUJIWARA Katsunori
doc: change 'revision or range' to 'revision or revset'
stable
2014-10-24, by Jordi GutiƩrrez Hermoso
largefiles: add examination of exec bit in "hg status --rev REV" case
stable
2014-10-28, by FUJIWARA Katsunori
largefiles: ignore removal status of files not managed in the target context
stable
2014-10-28, by FUJIWARA Katsunori
changelog: use headrevsfiltered
stable
2014-10-26, by Mads Kiilerich
parsers: introduce headrevsfiltered in C extension
stable
2014-10-26, by Mads Kiilerich
httppeer: close the temporary bundle file after two-way streaming it
stable
2014-10-25, by Matt Harbison
status: make 'hg status --rev' faster when there are deleted files
stable
2014-10-24, by Martin von Zweigbergk
setdiscovery: limit the size of the initial sample (issue4411)
stable
2014-10-27, by Pierre-Yves David
setdiscovery: extract sample limitation in a `_limitsample` function
stable
2014-10-27, by Pierre-Yves David
exchange: don't report failure from identical bookmarks
stable
2014-10-24, by Gregory Szorc
bookmarks: explicitly track identical bookmarks
stable
2014-10-24, by Gregory Szorc
context.status: remove incorrect swapping of added/removed in workingctx
stable
2014-10-24, by Martin von Zweigbergk
keyword: use parent of working copy as base for status
stable
2014-10-23, by Martin von Zweigbergk
revset: avoid O(n) lookup of invalid revision in rev()
stable
2014-10-23, by Yuya Nishihara
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
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip