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
+30000
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.
push: use bundle2 to push phases when available
2014-05-27, by Pierre-Yves David
pushkey: add an ``encode`` function
2014-05-29, by Pierre-Yves David
bundle2: add ``pushkey`` support
2014-05-27, by Pierre-Yves David
pushkey: add a ``decode`` function
2014-05-29, by Pierre-Yves David
pull: when remote supports it, pull phase data alongside changesets
2014-05-27, by Pierre-Yves David
getbundle: support of listkeys argument when bundle2 is used
2014-05-27, by Pierre-Yves David
getbundle: raise error if extra arguments are provided for bundle10
2014-05-29, by Pierre-Yves David
bundle: introduce a listkey handler
2014-05-27, by Pierre-Yves David
pull: split remote phases retrieval from actual application
2014-05-27, by Pierre-Yves David
wireproto: use pushkey.decodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``decodekeys`` function
2014-05-27, by Pierre-Yves David
wireproto: use pushkey.encodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``encodekeys`` function
2014-05-27, by Pierre-Yves David
bundle2: add more phase movement in the test
2014-05-27, by Pierre-Yves David
bundle2: use non-publishing repo in test
2014-05-27, by Pierre-Yves David
bundle2: use a smarter template for test
2014-05-27, by Pierre-Yves David
getbundle: declare type of parameters
2014-05-22, by Pierre-Yves David
bundle2: introduce a ``caps20to10`` function
2014-05-22, by Pierre-Yves David
bundle2: introduce a bundle2caps function
2014-05-24, by Pierre-Yves David
exchange: reinsert comment in the right place
2014-05-22, by Pierre-Yves David
docker: check for docker.io first
2014-05-29, by Matt Mackall
buildrpm: include release version in .tar.gz name
2014-05-20, by Mads Kiilerich
buildrpm: remove prompt for uncommitted changes - it was a bad idea
2014-05-15, by Mads Kiilerich
buildrpm: collect code for building local hg and using it in one place
2014-05-15, by Mads Kiilerich
buildrpm: various minor cleanup
2014-05-20, by Mads Kiilerich
fix_bytes: loosen blacklist matching requirements
2014-05-10, by Gregory Szorc
convert: only consider shamap revisions converted if they still exists
2014-05-19, by Mads Kiilerich
convert: introduce hascommitfrommap sink method
2014-05-19, by Mads Kiilerich
convert: rename sink hascommit to hascommitforsplicemap
2014-05-19, by Mads Kiilerich
tests: better tests for two-way convert
2014-05-19, by Mads Kiilerich
mergetools.hgrc: add minimal configuration for editmerge
2014-05-29, by Pierre-Yves David
merge with stable
2014-05-29, by Matt Mackall
convert: drastically speed up git conversions
2014-05-27, by David Schleimer
vim: use try catch in vim plugin to avoid conflicts
2014-05-03, by Ali Vakilzade
bundle2: raise BundleValueError error for stream level unsupported params
2014-05-28, by Pierre-Yves David
bundle2: support None parttype in BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: ignore advisory part with unknown parameters
2014-05-27, by Pierre-Yves David
bundle2: enforce all parameters in a part to be handled
2014-05-27, by Pierre-Yves David
bundle2: declare supported parameters for all handlers
2014-05-28, by Pierre-Yves David
bundle2: make it possible to declare params handled by a part handler
2014-05-27, by Pierre-Yves David
bundle2: support transmission of params error over the wire
2014-05-28, by Pierre-Yves David
bundle2: introduce a ``params`` attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: introduce a parttype attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontent
2014-05-27, by Pierre-Yves David
bundle2: move exception classes into the error module
2014-05-28, by Pierre-Yves David
bundle2: rename UnknownPartError to BundleValueError
2014-05-28, by Pierre-Yves David
context: explicitly return a tuple
2014-05-27, by Sean Farley
wireproto: expose the list of getbundle arguments to extensions
stable
2014-05-22, by Pierre-Yves David
run-tests: write .err files earlier
2014-05-27, by Gregory Szorc
run-tests: exit with non-0 exit code when tests fail or warn
2014-05-27, by Gregory Szorc
bundle2: expose mandatory params in a mandatorykeys attribute
2014-05-23, by Pierre-Yves David
bundle2: use the new ``part.params`` dictionary
2014-05-26, by Pierre-Yves David
bundle2: introduce a ``params`` dictionary on unbundled parts
2014-05-23, by Pierre-Yves David
bundle2: make sure unbundled part param are read-only
2014-05-23, by Pierre-Yves David
bundle2: introduce an ``_initparams`` method
2014-05-28, by Pierre-Yves David
bundle2: forbid duplicate parameter keys
2014-05-22, by Pierre-Yves David
bundle2: update part creators to ``addparam`` when relevant
2014-05-23, by Pierre-Yves David
bundle2: introduce a ``addparam`` method on part
2014-05-22, by Pierre-Yves David
bundle2: the ability to set ``data`` attribute of the part is now official
2014-05-22, by Pierre-Yves David
bundle2: introduce a ReadOnlyPartError exception
2014-05-24, by Pierre-Yves David
bundle2: warn about error during initialization in ``newpart`` docstring
2014-05-23, by Pierre-Yves David
bundle2: track life cycle of parts
2014-05-22, by Pierre-Yves David
bundle2: update all ``addpart`` callers to ``newpart``
2014-05-23, by Pierre-Yves David
bundle2: have ``newpart`` automatically add the part to the bundle
2014-05-23, by Pierre-Yves David
bundle2: add a ``newpart`` method to ``bundle20``
2014-05-23, by Pierre-Yves David
bundle2: small doc update on the bundler
2014-05-22, by Pierre-Yves David
localrepo: replace status method with a shim
2014-04-25, by Sean Farley
workingctx: have status method call super instead of customized code.
2014-05-27, by Sean Farley
basectx: copy localrepo.status method
2014-04-24, by Sean Farley
committablectx: cache _status in _poststatus
2014-04-24, by Sean Farley
committablectx: simplify caching the status
2014-04-24, by Sean Farley
localrepo: remove cache code now handled by _prestatus
2014-04-23, by Sean Farley
workingctx: add note about super._prestatus calling manifest
2014-04-23, by Sean Farley
basectx: preserve loading the cached manifest in _prestatus
2014-04-23, by Sean Farley
localrepo: use new subrev method of context.py
2013-09-20, by Sean Farley
committablectx: add subrev method to return None
2013-09-20, by Sean Farley
basectx: add subrev method to return the rev of a subrepo given a subpath
2013-09-20, by Sean Farley
merge with stable
2014-05-27, by Matt Mackall
bundle2: fix bundle2 pulling all revs on empty pulls
stable
2014-05-07, by Durham Goode
exchange: fix bad indentation
stable
2014-05-07, by Pierre-Yves David
exchange: propagate arguments to the _getbundleextrapart function
stable
2014-05-07, by Pierre-Yves David
bundle2: fix configuration name mismatch
stable
2014-05-07, by Durham Goode
discovery: if a push would create a new head, mention the bookmark name if any
2014-03-08, by Stephen Lee
revert: use p2 as parent when reverting against it
2014-05-14, by Pierre-Yves David
revert: explicitly get status against the parent
2014-05-14, by Pierre-Yves David
revert: group related data in tuple in the dispatch table
2014-05-13, by Pierre-Yves David
revert: group action into a single dictionary
2014-05-13, by Pierre-Yves David
revert: add some inline comments
2014-05-13, by Pierre-Yves David
revert: cosmetic align of the dispatch table
2014-05-13, by Pierre-Yves David
revert: add a test case to reverting "add" during merges
2014-05-13, by Pierre-Yves David
alias: change return code of bad definition to 255
stable
2014-05-17, by Yuya Nishihara
bookmarks: properly align multi-byte characters
stable
2014-05-27, by Matt Mackall
tests: fix cut and paste error on encoding alignment test
stable
2014-05-27, by Matt Mackall
alias: handle shlex error in command aliases
stable
2014-05-17, by Yuya Nishihara
subrepo: normalize path in the specific way for problematic encodings
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: make "_sanitize()" take absolute path to the root of subrepo
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: invoke "_sanitize()" also after "git merge --ff"
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: make "_sanitize()" work
stable
2014-05-08, by FUJIWARA Katsunori
vfs: add lexists() in current api
2014-05-27, by Chinmay Joshi
bundlerepo: update unlink in getremotechanges to use vfs
2014-05-27, by Chinmay Joshi
docker: update package target to packages/
2014-05-27, by Matt Mackall
packaging: move output directory from build/ to packages/
2014-05-27, by Matt Mackall
make: add a basic osx mpkg target
2014-05-27, by Matt Mackall
setup: make Xcode 5.1 check less specific
2014-05-27, by Matt Mackall
merge with stable
2014-05-26, by Matt Mackall
alias: fix loss of non-zero return code in command aliases
stable
2014-05-17, by Yuya Nishihara
exchange: drop dead code
2014-05-22, by Pierre-Yves David
exchange: fix indentation level
2014-05-22, by Pierre-Yves David
import: add --partial flag to create a changeset despite failed hunks
2014-05-08, by Pierre-Yves David
update: introduce --tool for controlling the merge tool
2014-05-19, by Mads Kiilerich
merge: fix stupid indentation left over from previous refactorings
2014-05-02, by Mads Kiilerich
Merge with stable
2014-05-26, by Augie Fackler
revsetbenchmark: support for running on other repo
2014-04-29, by Pierre-Yves David
revsetbenchmark: automatically finds the perf extension
2014-04-29, by Pierre-Yves David
bundle2: make sure standard stream are binary
stable
2014-05-15, by Pierre-Yves David
revset-benchmark: add max(::(tip~20) - obsolete())
2014-05-19, by Pierre-Yves David
merge: use separate lists for each action type
2014-02-28, by Mads Kiilerich
changelog: ensure changelog._delaybuf is initialized
stable
2014-05-20, by Pierre-Yves David
proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1
stable
2014-05-22, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip