Fri, 09 Oct 2015 15:37:05 -0700 |
Pierre-Yves David |
discovery: fix a typo in a comment
|
Fri, 09 Oct 2015 14:59:37 -0700 |
Pierre-Yves David |
getsubset: get the unpacker version from the bundler
|
Mon, 12 Oct 2015 15:42:32 +0300 |
Emanuele Giaquinta |
test-convert-cvs: add sleep so cvs notices changes
|
Wed, 07 Oct 2015 11:33:52 +0300 |
Emanuele Giaquinta |
cvsps: fix computation of parent revisions when log caching is on
|
Tue, 06 Oct 2015 16:26:20 -0500 |
Matt Mackall |
dirstate: batch calls to statfiles (issue4878)
|
Sun, 11 Oct 2015 18:30:47 +0900 |
Yuya Nishihara |
parsers: fix infinite loop or out-of-bound read in fm1readmarkers (issue4888)
|
Sun, 11 Oct 2015 18:41:41 +0900 |
Yuya Nishihara |
parsers: read sizes of metadata pair of obsolete marker at once
|
Wed, 07 Oct 2015 21:51:24 -0700 |
Siddharth Agarwal |
filemerge: clean up temp files in a finally block
|
Thu, 08 Oct 2015 12:53:09 -0700 |
Pierre-Yves David |
check-code: detect and ban 'util.Abort'
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 22:49:24 -0700 |
Pierre-Yves David |
eol: rename 'error' to 'haserror'
|
Mon, 05 Oct 2015 22:29:57 -0700 |
Pierre-Yves David |
discovery: rename 'error' to 'errormsg'
|
Mon, 05 Oct 2015 16:44:45 -0700 |
Christian Delahousse |
histedit: delete histedit statefile on any exception during abort
|
Tue, 06 Oct 2015 15:09:28 -0700 |
Christian Delahousse |
histedit: check presence of statefile before deleting it
|
Mon, 05 Oct 2015 16:34:17 -0700 |
Christian Delahousse |
histedit: add inprogress method to state class
|
Fri, 09 Oct 2015 03:53:47 +0900 |
FUJIWARA Katsunori |
commands: use dirstateguard instead of begin/end-parentchange for backout
|
Fri, 09 Oct 2015 03:53:47 +0900 |
FUJIWARA Katsunori |
commands: make "hg import" use dirstateguard only for --no-commit
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
cmdutil: stop tryimportone from using dirstateguard (BC)
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
dirstate: remove meaningless dirstateguard
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
localrepo: execute appropriate actions for dirstate at releasing transaction
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
transaction: add releasefn to notify the end of a transaction scope
|
Wed, 07 Oct 2015 23:35:30 -0700 |
Siddharth Agarwal |
filemerge: move post-merge checks into a separate function
|
Thu, 08 Oct 2015 14:18:43 -0700 |
Siddharth Agarwal |
filemerge._xmerge: drop no longer necessary 'if r:' check
|
Thu, 08 Oct 2015 14:17:31 -0700 |
Siddharth Agarwal |
filemerge._idump: drop no longer necessary 'if r:' check
|
Thu, 08 Oct 2015 14:16:19 -0700 |
Siddharth Agarwal |
filemerge._merge: drop no longer necessary 'if r:' check
|
Mon, 05 Oct 2015 02:33:45 -0700 |
Pierre-Yves David |
revset: delete _updatedefaultdest as it has no users
|
Mon, 28 Sep 2015 22:11:23 -0700 |
Pierre-Yves David |
merge: get the default update destination from the function
|
Mon, 05 Oct 2015 01:46:47 -0700 |
Pierre-Yves David |
update: move default destination computation to a function
|
Thu, 08 Oct 2015 10:57:03 -0700 |
Gregory Szorc |
worker: restore old countcpus code (issue4869)
|
Wed, 07 Oct 2015 21:22:16 -0700 |
Siddharth Agarwal |
filemerge: call premerge directly from main merge function
|
Mon, 05 Oct 2015 16:19:54 -0700 |
Durham Goode |
bundle2: allow lazily acquiring the lock
|
Tue, 06 Oct 2015 14:42:29 -0700 |
Durham Goode |
bundle2: add op.gettransaction() to handlers that need the lock
|
Thu, 08 Oct 2015 17:44:22 -0500 |
Matt Mackall |
merge with stable
|
Thu, 01 Oct 2015 23:13:57 -0700 |
Pierre-Yves David |
patchbomb: add a 'bundletype' config under 'patchbomb'
|
Wed, 07 Oct 2015 13:05:25 -0700 |
Pierre-Yves David |
import: allow processing of extra part header after import
|
Tue, 06 Oct 2015 09:51:24 -0700 |
Pierre-Yves David |
import: allow processing of extra part header during import
|
Tue, 06 Oct 2015 02:23:21 -0700 |
Pierre-Yves David |
extract: parse 'nodeid' using the generic mechanism
|
Tue, 06 Oct 2015 02:22:23 -0700 |
Pierre-Yves David |
extract: parse 'branch' using the generic mechanism
|
Wed, 07 Oct 2015 01:13:36 -0700 |
Pierre-Yves David |
extract: parse 'date' using the generic mechanism
|
Wed, 07 Oct 2015 01:20:49 -0700 |
Pierre-Yves David |
extract: add some facility for extensible header parsing
|
Tue, 06 Oct 2015 02:16:24 -0700 |
Pierre-Yves David |
extract: remove the 'user' variable
|
Tue, 06 Oct 2015 02:11:09 -0700 |
Pierre-Yves David |
extract: use a single return
|
Wed, 07 Oct 2015 00:50:53 -0700 |
Pierre-Yves David |
extract: move 'nodeid' assignment where it is parsed
|
Tue, 06 Oct 2015 02:08:32 -0700 |
Pierre-Yves David |
extract: move 'date' assignment where it is parsed
|
Tue, 06 Oct 2015 02:07:33 -0700 |
Pierre-Yves David |
extract: assign user to 'data' earlier
|
Tue, 06 Oct 2015 02:06:36 -0700 |
Pierre-Yves David |
extract: move 'branch' assignment where it is parsed
|
Tue, 06 Oct 2015 02:05:56 -0700 |
Pierre-Yves David |
extract: directly assign parent to data dictionary
|
Tue, 06 Oct 2015 02:04:46 -0700 |
Pierre-Yves David |
extract: assign message only once
|
Tue, 06 Oct 2015 02:04:06 -0700 |
Pierre-Yves David |
extract: simplify parents assignement
|
Tue, 06 Oct 2015 02:01:53 -0700 |
Pierre-Yves David |
patch: move 'extract' return to a dictionnary
|
Tue, 06 Oct 2015 01:49:04 -0700 |
Pierre-Yves David |
patchbomb: add experimental config of a "pullurl" and export it
|
Mon, 05 Oct 2015 23:17:01 -0700 |
Pierre-Yves David |
export: introduce a generic way to add patch header on export
|
Mon, 05 Oct 2015 00:23:20 -0700 |
Pierre-Yves David |
incoming: request a bundle2 when possible (BC)
|
Mon, 05 Oct 2015 00:18:11 -0700 |
Pierre-Yves David |
bundlerepo: indent some code to prepare next patch
|
Thu, 08 Oct 2015 01:40:21 -0700 |
Pierre-Yves David |
bundle2: add a way to just forward the bundle2 stream to another user
|
Mon, 05 Oct 2015 01:10:49 -0700 |
Pierre-Yves David |
bundle2: split parameter retrieval and processing
|
Mon, 05 Oct 2015 00:14:47 -0700 |
Pierre-Yves David |
changegroup: extract the file management part in its own function
|
Sun, 04 Oct 2015 21:48:19 -0700 |
Pierre-Yves David |
unbundle: properly read head modification result from bundle2
|
Wed, 07 Oct 2015 23:04:31 +0900 |
Yuya Nishihara |
revset: strip off "literal:" prefix from bookmark not found error
|
Wed, 07 Oct 2015 23:00:29 +0900 |
Yuya Nishihara |
revset: do not fall through to revspec for literal: branch (issue4838)
|