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