Mercurial > hg
graph
-
mq: write headers for new HG patches in the same order as export (BC)Sat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
mq: correctly make an empty line after description in new patchesSat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
largefiles: extract 'orig' method in reposetup.statusTue, 16 Sep 2014 14:51:56 -0700, by Martin von Zweigbergk
-
largefiles: extract 'orig' method in lfilesctx.filectxTue, 16 Sep 2014 14:51:25 -0700, by Martin von Zweigbergk
-
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__Tue, 16 Sep 2014 14:50:38 -0700, by Martin von Zweigbergk
-
largefiles: reduce indentation by dropping 'else' block after 'return'Tue, 16 Sep 2014 14:40:25 -0700, by Martin von Zweigbergk
-
largefiles: remove dead assignment left over from change 1ff42ee98446Tue, 16 Sep 2014 11:35:13 -0700, by Martin von Zweigbergk
-
match: simplify brittle predicate constructionFri, 19 Sep 2014 13:49:58 -0700, by Martin von Zweigbergk
-
convert: change default for git rename detection to 50%Tue, 23 Sep 2014 14:45:23 -0700, by Siddharth Agarwal
-
convert: simplify git.similarity parsingTue, 23 Sep 2014 14:40:32 -0700, by Siddharth Agarwal
-
revset: fast implementation for fullreposet.__and__Wed, 24 Sep 2014 20:11:36 -0700, by Pierre-Yves David
-
revset: turn spanset into a factory functionThu, 18 Sep 2014 13:04:02 -0700, by Pierre-Yves David
-
revert: add a fullreposet classTue, 29 Apr 2014 19:06:15 -0700, by Pierre-Yves David
-
obsolete: ensure that `getrevs` always return a setTue, 23 Sep 2014 12:21:38 -0700, by Pierre-Yves David
-
hgweb: fail if an invalid command was supplied in url path (issue4071) stableMon, 22 Sep 2014 23:46:38 +0900, by Anton Shestakov
-
merge with stableSat, 27 Sep 2014 13:18:10 -0500, by Matt Mackall
-
revset: add an optimised baseset.__contains__ (issue4371) stableTue, 16 Sep 2014 23:59:29 -0700, by Pierre-Yves David
-
merge with stableMon, 22 Sep 2014 16:14:08 -0500, by Matt Mackall
-
commands: deprecate the parents commandsMon, 22 Sep 2014 16:03:07 -0500, by Matt Mackall
-
revset: remove nullrev from the bookmark computationWed, 17 Sep 2014 19:56:59 -0700, by Pierre-Yves David
-
revset: unify code flow in `bookmark`Wed, 17 Sep 2014 10:58:25 -0700, by Pierre-Yves David
-
revset: remove invalid value in the origin setWed, 17 Sep 2014 10:59:30 -0700, by Pierre-Yves David
-
revset: remove nullrev from set computed in parents()Wed, 17 Sep 2014 19:49:26 -0700, by Pierre-Yves David
-
revset: refactor parents() into a single return pointWed, 17 Sep 2014 19:44:03 -0700, by Pierre-Yves David
-
revset: remove nullrev from set computed in p1() and p2()Wed, 17 Sep 2014 04:40:30 -0700, by Pierre-Yves David
-
revset: document the choice made in __generatorset.__iter__Tue, 16 Sep 2014 23:42:41 -0700, by Pierre-Yves David
-
help: mention mode in hg log --removed help (issue4381) stableSun, 21 Sep 2014 10:31:34 -0500, by Matt Mackall
-
commit: catch changed exec bit on files from p1 (issue4382) stableSun, 21 Sep 2014 10:07:06 -0500, by Matt Mackall
-
revert: add a `drop` actionSat, 30 Aug 2014 02:25:23 +0200, by Pierre-Yves David
-
revert: explicitly track added but deleted fileSat, 30 Aug 2014 02:23:25 +0200, by Pierre-Yves David
-
revert: have an explicit action for "forget"Mon, 01 Sep 2014 12:36:48 +0200, by Pierre-Yves David
-
revert: split between newly added file and file added in other changesetSat, 30 Aug 2014 18:20:29 +0200, by Pierre-Yves David
-
revset: stop using a baseset instead of a plain list in _revsbetweenTue, 16 Sep 2014 22:55:49 -0700, by Pierre-Yves David
-
run-tests: added 'cuser', 'csys' time info in report.json fileFri, 19 Sep 2014 07:23:10 +0530, by anuraggoel
-
import: let --exact 'work' with --no-commit (issue4376)Fri, 19 Sep 2014 14:51:58 -0500, by Matt Mackall
-
obsolete: use C code for headrevs calculationTue, 16 Sep 2014 16:03:21 -0700, by Durham Goode
-
revset: simplify orderedlazyset creation in spanset methodTue, 16 Sep 2014 23:47:34 -0700, by Pierre-Yves David
-
revset: use spanset.isdescending in multiple simple placesTue, 16 Sep 2014 23:37:03 -0700, by Pierre-Yves David
-
revset: wider definition of ascending and descending for spansetTue, 16 Sep 2014 23:34:18 -0700, by Pierre-Yves David
-
annotate: port to generic templater enabled by hidden -T optionWed, 17 Sep 2014 23:21:20 +0900, by Yuya Nishihara
-
annotate: split functions to get data without applying text formattingTue, 16 Sep 2014 23:40:24 +0900, by Yuya Nishihara
-
annotate: remove unused variable in calculation of column widthsFri, 29 Aug 2014 06:19:32 +0200, by Yuya Nishihara
-
annotate: build format string separately from annotation dataFri, 29 Aug 2014 05:36:52 +0200, by Yuya Nishihara
-
formatter: convert float value to jsonWed, 17 Sep 2014 22:21:01 +0900, by Yuya Nishihara
-
formatter: have jsonformatter accept tuple as valueWed, 17 Sep 2014 21:30:22 +0900, by Yuya Nishihara
-
formatter: extract function that encode values to json stringWed, 17 Sep 2014 21:15:43 +0900, by Yuya Nishihara
-
contrib/synthrepo: pass options to ctx.diff as kwargs, not a dictFri, 12 Sep 2014 21:38:52 -0400, by Mike Edgar
-
contrib/synthrepo: only generate 2 parents if model contains mergesFri, 12 Sep 2014 17:43:37 -0400, by Mike Edgar
-
convert: add support to find git copies from all files in the working copyFri, 12 Sep 2014 12:28:30 -0700, by Siddharth Agarwal
-
convert: add support to detect git renames and copiesFri, 12 Sep 2014 11:23:26 -0700, by Siddharth Agarwal
-
convert: for git, factor out code to add entries to a separate functionThu, 11 Sep 2014 23:57:49 -0700, by Siddharth Agarwal
-
convert: for git's getchanges, always split entry line into componentsThu, 11 Sep 2014 23:37:47 -0700, by Siddharth Agarwal
-
convert: for git's getchanges, use explicit index for iterationThu, 11 Sep 2014 23:35:19 -0700, by Siddharth Agarwal
-
convert: add initial docs for git sourcesFri, 12 Sep 2014 10:17:56 -0700, by Siddharth Agarwal
-
color: document that changeset phases have labelsSun, 24 Aug 2014 17:27:28 -0400, by Jordi Gutiérrez Hermoso
-
color: change the debug output formatFri, 19 Sep 2014 12:51:15 -0500, by Matt Mackall
-
color: enable debug option to show labelsSun, 24 Aug 2014 17:40:27 -0400, by Jordi Gutiérrez Hermoso
-
color: document that labels are used for colorizing textSun, 24 Aug 2014 17:35:36 -0400, by Jordi Gutiérrez Hermoso
-
contrib: add OS X p4merge to mergetools.hgrcWed, 27 Aug 2014 16:39:44 +0200, by Mads Kiilerich
-
patch: enable diff.tab markup for the color extensionWed, 20 Aug 2014 15:15:50 -0400, by Jordi Gutiérrez Hermoso
-
dirstate: copyedit exception for no beginparentchange callWed, 17 Sep 2014 13:08:03 -0700, by Siddharth Agarwal
-
revsetbenchmarks: add an additional roots() benchmarkSun, 07 Sep 2014 11:33:22 -0700, by Gregory Szorc
-
merge with stableTue, 16 Sep 2014 14:49:56 -0500, by Matt Mackall
-
mq: examine "pushable" of already applied patch correctly stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: pop correct patches when changing pushable-ness of already applied ones stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: report correct numbers for changing "number of guarded, applied patches" stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
annotate: remove redundant check for empty list of annotation dataFri, 29 Aug 2014 05:09:59 +0200, by Yuya Nishihara
-
revset: lower weight for _intlist functionFri, 12 Sep 2014 14:21:18 -0700, by Durham Goode
-
revset: make parents() O(number of parents)Fri, 12 Sep 2014 15:00:51 -0700, by Durham Goode
-
revset: make descendants() lazierFri, 12 Sep 2014 16:21:13 -0700, by Durham Goode
-
check-code: look for misuse of __bool__Wed, 17 Sep 2014 00:28:37 +0900, by Yuya Nishihara
-
formatter: correct bool testing which should be __nonzero__ in Python 2Wed, 17 Sep 2014 00:31:03 +0900, by Yuya Nishihara
-
contrib/synthrepo: return None to delete files on commit, don't raise IOErrorMon, 15 Sep 2014 16:07:54 -0400, by Mike Edgar
-
wix: contrib/sample.hgrc is no moreMon, 15 Sep 2014 09:36:12 -0500, by Steve Borho
-
dockerrpm: create a yum/dnf repo from the generated rpmsSun, 31 Aug 2014 13:41:09 +0200, by Mads Kiilerich
-
docker: add CentOS 5Thu, 15 May 2014 01:48:37 +0200, by Mads Kiilerich
-
docker: use stable tags for fedora and centosSun, 31 Aug 2014 13:41:09 +0200, by Mads Kiilerich
-
dockerrpm: prepare source outside docker and just run rpmbuild inside dockerFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
dockerrpm: run docker build process as the current user, not as rootFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
dockerrpm: better handling of specification of docker nameFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
dockerrpm: check that docker is running correctly before buildingFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
buildrpm: introduce --rpmdir instead of using hardcoded rpmbuild dirSun, 31 Aug 2014 13:40:53 +0200, by Mads Kiilerich
-
buildrpm: introduce --withpython for building rpms that includes Python 2.7Thu, 15 May 2014 01:50:11 +0200, by Mads Kiilerich
-
buildrpm: introduce --prepare for preparing without actually building rpmsSun, 31 Aug 2014 12:51:06 +0200, by Mads Kiilerich
-
templater: add "diff" template functionThu, 28 Aug 2014 22:45:36 +0900, by FUJIWARA Katsunori
-
locate: add pointer to files command in helpTue, 16 Sep 2014 11:08:29 -0500, by Matt Mackall
-
tests: fix breakage from locate deprecationTue, 16 Sep 2014 11:08:14 -0500, by Matt Mackall
-
locate: deprecate in favor of filesSun, 16 Mar 2014 13:29:08 -0500, by Matt Mackall
-
formatter: add pickle formatFri, 12 Sep 2014 18:36:38 -0500, by Matt Mackall
-
commands: add hidden -T option for files/manifest/status/tagsMon, 15 Sep 2014 13:15:07 -0500, by Matt Mackall
-
formatter: add json formatterFri, 12 Sep 2014 18:29:29 -0500, by Matt Mackall
-
cmdutil: add json style to log-like commandsMon, 15 Sep 2014 13:11:13 -0500, by Matt Mackall
-
encoding: add json escaping filterMon, 15 Sep 2014 13:12:49 -0500, by Matt Mackall
-
encoding: handle empty string in toutf8Mon, 15 Sep 2014 13:12:20 -0500, by Matt Mackall
-
formatter: make debug style match Python syntaxFri, 12 Sep 2014 19:06:11 -0500, by Matt Mackall
-
files: add new command unifying locate and manifest functionalityFri, 12 Sep 2014 18:32:46 -0500, by Matt Mackall
-
filelog: parsemeta stops returning unused key listTue, 02 Sep 2014 14:42:30 -0400, by Mike Edgar
-
filelog: make parsemeta a public module function, to be used by censor moduleWed, 10 Sep 2014 00:18:15 -0400, by Mike Edgar
-
filelog: make packmeta a public module function, to be used by censorWed, 10 Sep 2014 00:17:17 -0400, by Mike Edgar
-
ui: move samplehgrcs from configThu, 11 Sep 2014 12:26:12 -0500, by Matt Mackall
-
config: normalize style between user/global example configsThu, 11 Sep 2014 12:21:15 -0500, by Matt Mackall
-
commit: correctly check commit mutability during commit --amendTue, 19 Aug 2014 14:33:31 -0400, by Augie Fackler
-
histedit: check mutability of contexts correctlyTue, 19 Aug 2014 14:33:01 -0400, by Augie Fackler
-
manifest: mark addlistdelta and checkforbidden as module-privateThu, 11 Sep 2014 10:14:34 -0400, by Augie Fackler
-
convert: enable deterministic conversion progress bar for svnWed, 10 Sep 2014 10:52:00 -0400, by Augie Fackler
-
convert: enable deterministic conversion progress bar for gitWed, 10 Sep 2014 10:51:46 -0400, by Augie Fackler
-
test-convert-git.t: add a test of convert progress bars for gitWed, 10 Sep 2014 11:04:29 -0400, by Augie Fackler
-
convert: add support for deterministic progress bar on scanning phaseMon, 26 May 2014 11:53:12 -0400, by Augie Fackler
-
test-convert-svn-move.t: remove stray 'Wed, 10 Sep 2014 11:01:47 -0400, by Augie Fackler
-
manifest: move addlistdelta to module-levelThu, 07 Aug 2014 12:47:20 -0400, by Augie Fackler
-
manifest: move checkforbidden to module-levelThu, 07 Aug 2014 09:46:05 -0400, by Augie Fackler
-
dirstate: add exception when calling setparent without begin/end (API)Fri, 05 Sep 2014 11:37:44 -0700, by Durham Goode
-
dirstate: add test for exceptions during updatesFri, 05 Sep 2014 15:36:56 -0700, by Durham Goode
-
dirstate: wrap setparent calls with begin/endparentchange (issue4353)Fri, 05 Sep 2014 11:36:20 -0700, by Durham Goode
-
dirstate: add begin/endparentchange to dirstateFri, 05 Sep 2014 11:34:29 -0700, by Durham Goode
-
parsers: avoid signed/unsigned comparison mismatchMon, 08 Sep 2014 20:57:44 +0200, by Henrik Stuart
-
parsers: use correct type for file offsetMon, 08 Sep 2014 20:22:10 +0200, by Henrik Stuart
-
parsers: ensure correct return type for inline_scanMon, 08 Sep 2014 20:20:17 +0200, by Henrik Stuart
-
parsers: fix typing issue when constructing Python integer objectThu, 11 Sep 2014 12:05:23 -0500, by Henrik Stuart
-
parsers: use bitmask type consistently in find_gca_candidatesMon, 08 Sep 2014 20:06:52 +0200, by Henrik Stuart
-
revert: drop `lexist` check in the backup logicSat, 30 Aug 2014 02:10:29 +0200, by Pierre-Yves David
-
revert: distinguish between deleted file and locally modifiedSat, 30 Aug 2014 02:09:53 +0200, by Pierre-Yves David
-
revert: detect unknown files in the same path as files marked as removedSat, 30 Aug 2014 02:00:20 +0200, by Pierre-Yves David
-
revert: cache working context in a variableSat, 30 Aug 2014 01:52:08 +0200, by Pierre-Yves David
-
obsolete: properly drop 'date' from metadataWed, 10 Sep 2014 14:42:52 +0100, by Pierre-Yves David
-
templater: implement __len__ for _hybridMon, 08 Sep 2014 20:12:58 +0900, by Anton Shestakov
-
tests: remove unnecessary apostropheFri, 05 Sep 2014 19:54:26 +0200, by David Soria Parra
-
run-tests: added '--json' functionality to store test result in json fileMon, 08 Sep 2014 16:41:00 +0200, by anuraggoel
-
changegroup: rename bundle-related functions and classesTue, 02 Sep 2014 12:11:36 +0200, by Sune Foldager
-
comments: describe ancestor consistently - avoid 'least common ancestor'Tue, 19 Aug 2014 01:13:10 +0200, by Mads Kiilerich
-
rebase: improve description of --baseTue, 19 Aug 2014 01:12:56 +0200, by Mads Kiilerich
-
dagutils: fix docstrings for singleton internalize/externalizeFri, 15 Aug 2014 19:43:32 +0200, by Mads Kiilerich
-
cmdutil: avoid the confusing name 'patch' for a matcherSun, 31 Aug 2014 07:45:50 -0700, by Martin von Zweigbergk
-
fedora: remove sample.hgrc from shipped filesTue, 02 Sep 2014 14:10:08 -0700, by Siddharth Agarwal
-
config: propose some sample global config fileSun, 24 Aug 2014 19:45:46 -0400, by Jordi Gutiérrez Hermoso
-
config: give more fine-tuned sample hgrcs to this commandWed, 13 Aug 2014 17:05:48 -0400, by Jordi Gutiérrez Hermoso
-
rebase: add a deprecated -i/--interactive flagMon, 01 Sep 2014 11:48:55 +0200, by David Soria Parra
-
revlog: introduce isancestor method for efficiently determining node lineageTue, 19 Aug 2014 01:13:10 +0200, by Mads Kiilerich
-
clone: provide sample username = config entry in .hg/hgrc (issue4359)Tue, 09 Sep 2014 17:16:24 -0400, by Augie Fackler
-
test-acl: alter sed construct to avoid changes in .hg/hgrc formattingTue, 09 Sep 2014 16:51:21 -0400, by Augie Fackler
-
merge with stableTue, 09 Sep 2014 13:47:50 -0400, by Augie Fackler
-
dispatch: check shell alias again after loading extensions (issue4355) stableWed, 10 Sep 2014 00:41:44 +0900, by FUJIWARA Katsunori
-
dispatch: make "_checkshellalias" reusable regardless of adding aliases stableWed, 10 Sep 2014 00:41:44 +0900, by FUJIWARA Katsunori
-
build: don't clean __version__.py on 'make clean' in release tarballsTue, 02 Sep 2014 11:28:44 +0200, by J. Lewis Muir
-
revert: drop now useless conditional in the backup checkSat, 30 Aug 2014 01:51:02 +0200, by Pierre-Yves David
-
revert: no backup for `dsadded` setSat, 30 Aug 2014 01:49:28 +0200, by Pierre-Yves David
-
revert: add more padding in the dispatch listSat, 30 Aug 2014 16:06:09 +0200, by Pierre-Yves David
-
revert: add documentation in the dispatch tableSat, 30 Aug 2014 01:48:58 +0200, by Pierre-Yves David
-
revert: add a way for external extensions to prefetch file dataSat, 30 Aug 2014 02:47:59 +0200, by Pierre-Yves David
-
merge with stableSun, 07 Sep 2014 11:46:11 -0500, by Kevin Bullock
-
histedit: abort gracefully on --continue/--abort with no state stableWed, 03 Sep 2014 20:42:51 +0200, by Siddharth Agarwal
-
merge with stableThu, 04 Sep 2014 09:59:23 -0400, by Augie Fackler
-
bookmarks: allow pushkey if new equals currentTue, 26 Aug 2014 04:58:41 -0700, by Durham Goode
-
tests: improve test coverage of branch command and existing branchesFri, 29 Aug 2014 12:17:53 +0200, by Mads Kiilerich
-
localrepo: make it possible to pass multiple path elements to join and wjoinThu, 28 Aug 2014 17:23:05 +0200, by Angel Ezquerra
-
run-tests: make --interactive work with --viewSun, 31 Aug 2014 12:22:44 +0200, by Gregory Szorc
-
convert: don't use multi-argument set.updateSun, 31 Aug 2014 11:11:42 +0200, by Mads Kiilerich
-
error: use docstrings, not bare strings, for error classesSat, 30 Aug 2014 12:22:20 +0200, by Mike Edgar
-
osx: create dmg with installer instead of zipSun, 31 Aug 2014 10:24:25 +0200, by Mads Kiilerich
-
branchmap: pre-filter topological heads before ancestors based filteringSat, 30 Aug 2014 12:33:12 +0200, by Pierre-Yves David
-
branchmap: issue a single call to `ancestors` for all headsSat, 30 Aug 2014 12:20:50 +0200, by Pierre-Yves David
-
test-ancestor: add a test for `ancestor` with ancestry within the initsetSat, 30 Aug 2014 11:39:15 +0200, by Pierre-Yves David
-
bundle2: pull obsmarkers relevant to the pulled set through bundle2Tue, 26 Aug 2014 12:47:41 +0200, by Pierre-Yves David
-
getbundle: add `obsmarkers` argument to getbundleFri, 29 Aug 2014 12:36:17 +0200, by Pierre-Yves David
-
pull: use the "cg" argument when pulling a bundle2Fri, 29 Aug 2014 12:28:58 +0200, by Pierre-Yves David
-
wireprotocol: fix 'boolean' handlingFri, 29 Aug 2014 12:51:00 +0200, by Pierre-Yves David
-
push: only push obsmarkers relevant to the "pushed subset"Wed, 20 Aug 2014 01:15:09 -0700, by Pierre-Yves David
-
test-obsolete: sort the output of debugobsoleteWed, 20 Aug 2014 19:47:35 -0700, by Pierre-Yves David
-
test-obsolete: change a marker so it is relevant to the exchanged setWed, 20 Aug 2014 19:42:33 -0700, by Pierre-Yves David
-
push: use bundle2 to push obsmarkers when possibleMon, 25 Aug 2014 19:44:27 +0200, by Pierre-Yves David
-
exchange: add a `buildobsmarkerpart` functionMon, 25 Aug 2014 19:32:51 +0200, by Pierre-Yves David
-
obsolete: add a `commonversion` functionTue, 26 Aug 2014 11:36:23 +0200, by Pierre-Yves David
-
bundle2: add a `obsmarkersversion` function to extract supported versionTue, 26 Aug 2014 11:48:26 +0200, by Pierre-Yves David
-
bundle2: advertise the obsmarker part in bundle2 capabilitiesThu, 21 Aug 2014 18:18:38 -0700, by Pierre-Yves David
-
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repoMon, 25 Aug 2014 19:21:47 +0200, by Pierre-Yves David
-
obsmarker: move bundle2caps from the localrepo class to the bundle2 moduleMon, 25 Aug 2014 19:17:06 +0200, by Pierre-Yves David
-
obsmarker: produce a reply part for markers received through bundle2Mon, 25 Aug 2014 18:35:39 +0200, by Pierre-Yves David
-
obsmarker: record the number of new markers in the transactionMon, 25 Aug 2014 18:26:56 +0200, by Pierre-Yves David
-
obssmarker: add a bundle2 record with the number of markers addedMon, 25 Aug 2014 18:10:08 +0200, by Pierre-Yves David
-
obsmarker: write a message with the number of markers added through bundle2Mon, 25 Aug 2014 18:09:54 +0200, by Pierre-Yves David
-
bundle2: add an obsmarkers part handlerMon, 25 Aug 2014 18:08:22 +0200, by Pierre-Yves David
-
obsolete: make encodemarkers a public functionMon, 25 Aug 2014 16:24:40 +0200, by Pierre-Yves David
-
obsolete: move _encodemarkers next to _readmarkersMon, 25 Aug 2014 16:21:33 +0200, by Pierre-Yves David
-
obsstore: store and preserve ondisk versionMon, 25 Aug 2014 16:18:44 +0200, by Pierre-Yves David
-
obsolete: have _readmarkers return the format versionMon, 25 Aug 2014 16:51:51 +0200, by Pierre-Yves David
-
obsolete: support for any known obsstore format when reading or writingMon, 25 Aug 2014 16:16:01 +0200, by Pierre-Yves David
-
obsolete: move _fm0encodeonemarker next to _fm0readmarkersMon, 25 Aug 2014 16:09:18 +0200, by Pierre-Yves David
-
obsolete: rename _encodeonemarker to _fm0encodeonemarkersMon, 25 Aug 2014 16:43:23 +0200, by Pierre-Yves David
-
obsolete: extract the part of _readmarkers specific to format version 0Mon, 25 Aug 2014 14:58:11 +0200, by Pierre-Yves David
-
obsolete: rename all _fm to _fm0Mon, 25 Aug 2014 14:56:15 +0200, by Pierre-Yves David
-
obsolete: rename _fnodesize to _fmfnodesizeMon, 25 Aug 2014 14:52:51 +0200, by Pierre-Yves David
-
obsstore: have the `mergemarkers` method return the number of new markersThu, 21 Aug 2014 17:42:50 -0700, by Pierre-Yves David
-
test-bundle2: add obsolescence information to be exchangedThu, 21 Aug 2014 17:36:05 -0700, by Pierre-Yves David
-
i18n-ja: synchronized with 0c838e7459a5 stableSun, 31 Aug 2014 20:49:13 +0900, by FUJIWARA Katsunori
-
config: exit non zero on non-existent config option (issue4247) stableTue, 19 Aug 2014 16:57:02 -0700, by Aaron Kushner
-
merge with crewSat, 30 Aug 2014 18:44:59 +0200, by Matt Mackall
-
bookmarks: refer to "the" active bookmark to clarify that there's only one stableSat, 30 Aug 2014 15:13:02 +0200, by Kevin Bullock
-
memctx: allow extensions to determine what filectxfn should doSat, 30 Aug 2014 05:29:38 -0700, by Siddharth Agarwal
-
revsetbenchmark: add revset with lazyset subtractionSat, 30 Aug 2014 15:17:37 +0200, by Gregory Szorc
-
debugrevlog: add chainlen column to --dump outputSat, 30 Aug 2014 11:57:46 +0200, by Sune Foldager
-
debugdag: stop wrongly sorting parentsSat, 30 Aug 2014 11:56:33 +0200, by Henrik Stuart
-
obsolete: avoid slow, generic date parsingFri, 29 Aug 2014 18:00:44 +0200, by Gregory Szorc
-
build: don't use -s flag for `which`Fri, 29 Aug 2014 12:06:31 +0200, by Kevin Bullock
-
contrib: drop obsolete sample.hgrcFri, 29 Aug 2014 17:15:49 +0200, by Matt Mackall
-
contrib: drop old convert-repo scriptFri, 29 Aug 2014 17:14:45 +0200, by Matt Mackall
-
merge with stableWed, 27 Aug 2014 18:35:34 +0200, by Matt Mackall
-
templater: enable alias predicates to be used in "revset()" functionSat, 23 Aug 2014 21:23:02 +0900, by FUJIWARA Katsunori
-
import: show the warning message for failure of merging stableWed, 27 Aug 2014 23:10:06 +0900, by FUJIWARA Katsunori
-
graft: fix collision detection with origin revisions that are missing stableWed, 27 Aug 2014 15:30:09 +0200, by Mads Kiilerich
-
log: use correct phase info for parent field (issue4347) stableSat, 23 Aug 2014 17:03:08 -0500, by Sean Farley
-
convert: introduce --full for converting all filesTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: refactor hg getchanges and cachingTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: refactor subversion getchanges and cachingTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: remove incorrect and unused handling of removed svn directoriesTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: use None value for missing files instead of overloading IOErrorTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
merge with stableWed, 27 Aug 2014 12:30:28 +0200, by Matt Mackall
-
convert: p4: ignore purged files with p4d 2012.2 and laterMon, 25 Aug 2014 03:27:51 +0200, by Mads Kiilerich
-
tests: fix p4 tests so they use separate ports and can be run in parallelMon, 25 Aug 2014 03:27:51 +0200, by Mads Kiilerich
-
run-tests: report skipped tests as "skipped" - they might still be "relevant"Tue, 26 Aug 2014 22:03:30 +0200, by Mads Kiilerich
-
ui: add brief comment why raw_input() needs dummy ' ' prompt stringSun, 24 Aug 2014 12:35:53 +0900, by Yuya Nishihara
-
largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit"Sun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: update largefiles even if transplant is aborted by conflictSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: update largefiles even if rebase is aborted by conflictSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapperSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: unlink standins not known to the restored dirstate at rollbackSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: restore standins according to restored dirstateSun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
largefiles: restore standins from non branch-tip parent at rollback correctlySun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
largefiles: omit restoring standins if working parent is not rollbackedSun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
repoview: fix 0L with pack/unpack for 2.4Tue, 26 Aug 2014 13:11:53 +0200, by Matt Mackall
-
help: add pad function to template help stableMon, 25 Aug 2014 15:10:09 +0200, by Thomas De Schampheleire
-
histedit: use str.startswith to check for comments in action listFri, 22 Aug 2014 16:40:34 -0400, by Mike Edgar
-
histedit: drop duplicate line extracting keep optionFri, 22 Aug 2014 16:37:55 -0400, by Mike Edgar
-
import: avoid editor invocation when importing with "--exact" for exact-nessSat, 23 Aug 2014 23:03:50 +0900, by FUJIWARA Katsunori
-
import: disallow meaningless combination of "--exact" and "--edit"Sat, 23 Aug 2014 23:03:50 +0900, by FUJIWARA Katsunori
-
config: highlight parse error caused by leading spaces (issue3214)Sun, 16 Mar 2014 17:31:31 +0200, by Razvan Cojocaru
-
test-config: add tests for invalid syntaxWed, 20 Aug 2014 22:52:56 -0700, by Pierre-Yves David
-
debugobsolete: add a --rev argumentTue, 19 Aug 2014 23:22:44 -0700, by Pierre-Yves David
-
obsolete: rename `allmarkers` to `getmarkers`Wed, 20 Aug 2014 18:11:23 -0700, by Pierre-Yves David
-
debugobsolete: add a way to record parent informationWed, 20 Aug 2014 00:43:08 -0700, by Pierre-Yves David
-
obsstore: add relevantmarkers methodTue, 19 Aug 2014 17:03:10 -0700, by Pierre-Yves David
-
obsstore: keep track of children informationTue, 19 Aug 2014 16:53:53 -0700, by Pierre-Yves David
-
push: check if local and remote support evolution during discoveryWed, 20 Aug 2014 17:36:54 -0700, by Pierre-Yves David
-
obsstore: drop outdated commentTue, 19 Aug 2014 16:46:17 -0700, by Pierre-Yves David
-
cvsps: add two more tiebreakers in cscmpThu, 21 Aug 2014 10:07:30 -0400, by Augie Fackler
-
annotate: abort early if no file is specifiedSat, 16 Aug 2014 17:59:26 +0900, by Yuya Nishihara
-
purge: avoid full walks when directories aren't purgedWed, 20 Aug 2014 15:07:25 -0700, by Siddharth Agarwal
-
clone: for local clones, copy over filtered branchcaches as well (issue4286)Thu, 21 Aug 2014 16:05:29 -0700, by Siddharth Agarwal
-
clone: for local clones, copy branchcache from the right location (issue4286)Thu, 21 Aug 2014 15:58:32 -0700, by Siddharth Agarwal
-
obsolete: avoid 2-argument form of enumerate, which was new in Python 2.6Wed, 20 Aug 2014 14:33:59 -0400, by Augie Fackler
-
repoview: use util.sha1() instead of hashlib.sha1()Wed, 20 Aug 2014 13:21:41 -0400, by Augie Fackler
-
debugobsolete: display parents information from markersMon, 18 Aug 2014 17:17:23 -0700, by Pierre-Yves David
-
obsmarkers: add a `parentnodes` method to retrieve parent informationMon, 18 Aug 2014 17:14:27 -0700, by Pierre-Yves David
-
obsstore: also store the 'parents' field on diskMon, 18 Aug 2014 16:28:44 -0700, by Pierre-Yves David
-
obsstore: drop 'date' from the metadata dictionaryMon, 18 Aug 2014 17:06:08 -0700, by Pierre-Yves David
-
createmarkers: automatically record the parent of pruned changesetsMon, 18 Aug 2014 16:17:16 -0700, by Pierre-Yves David
-
obsstore: add a `parents` argument to obsstore.createMon, 18 Aug 2014 16:12:29 -0700, by Pierre-Yves David
-
obsstore: add a `parents` fieldMon, 18 Aug 2014 16:08:44 -0700, by Pierre-Yves David
-
obsstore: add some documentation about the marker fieldsTue, 19 Aug 2014 14:42:08 -0700, by Pierre-Yves David
-
transplant: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
rebase: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
import: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
commit: change "editform" to distinguish merge commits from other (--amend)Sat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
commit: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
test-ssh: verify that stderr from remote is printed (issue4336)Sat, 16 Aug 2014 10:19:26 -0700, by Gregory Szorc
-
posix: implement readpipe using non-blocking I/O (issue4336)Sat, 16 Aug 2014 10:28:59 -0700, by Gregory Szorc
-
platform: implement readpipe()Fri, 15 Aug 2014 20:02:18 -0700, by Gregory Szorc
-
exchange: remove duplicated addition to pushop.stepdoneFri, 15 Aug 2014 19:18:21 -0700, by Pierre-Yves David
-
exchange: drop superfluous parensMon, 18 Aug 2014 20:23:37 -0400, by Augie Fackler
-
push: add bookmarks to the unified bundle2 pushFri, 15 Aug 2014 19:03:42 -0700, by Pierre-Yves David
-
test-bundle2: add bookmark movement to the push testFri, 15 Aug 2014 19:03:33 -0700, by Pierre-Yves David
-
push: use stepsdone to control bookmark pushFri, 15 Aug 2014 18:40:57 -0700, by Pierre-Yves David
-
push: move bookmark discovery with other discovery stepsFri, 15 Aug 2014 18:39:39 -0700, by Pierre-Yves David
-
pushbookmark: split an ultra-long line into a saner versionFri, 15 Aug 2014 18:02:54 -0700, by Pierre-Yves David
-
revert: drop dead code for untracked filesWed, 25 Jun 2014 00:02:17 +0100, by Pierre-Yves David
-
revert: handle unknown files through statusWed, 25 Jun 2014 00:01:30 +0100, by Pierre-Yves David
-
revert: drop more dead codeTue, 24 Jun 2014 23:55:43 +0100, by Pierre-Yves David
-
revert: add a message to noop actionSat, 02 Aug 2014 13:07:01 -0700, by Pierre-Yves David
-
revert: simplify loop conditionalFri, 01 Aug 2014 11:41:56 -0700, by Pierre-Yves David
-
revert: explode the action tuple in the for loopTue, 24 Jun 2014 18:04:13 +0100, by Pierre-Yves David
-
revert: use actions[...] in all disptable casesSat, 02 Aug 2014 12:45:34 -0700, by Pierre-Yves David
-
revset: factorize backup decisionTue, 24 Jun 2014 17:54:33 +0100, by Pierre-Yves David
-
revert: use a flat dispatch tableTue, 24 Jun 2014 17:44:31 +0100, by Pierre-Yves David
-
pushbookmark: do not attempt to update bookmarks if the push failed (BC)Fri, 15 Aug 2014 18:26:21 -0700, by Pierre-Yves David
-
pushbookmark: remove a <cond> and <val> or <other> constructFri, 15 Aug 2014 17:58:15 -0700, by Pierre-Yves David
-
pushbookmark: stop unrolling ancestorsFri, 15 Aug 2014 16:31:06 -0700, by Pierre-Yves David
-
ancestors: add a __nonzero__ methodFri, 15 Aug 2014 15:57:50 -0700, by Pierre-Yves David
-
push: update bookmarks within the remote lockFri, 15 Aug 2014 15:25:12 -0700, by Pierre-Yves David
-
hgweb: refresh repository using URL not path (issue4323)Mon, 18 Aug 2014 12:12:57 -0700, by Gregory Szorc
-
obsmarker: add `date` as an explicit fieldTue, 19 Aug 2014 10:01:06 -0700, by Pierre-Yves David
-
obsstore: add fields attribute to track each field in a markerTue, 12 Aug 2014 01:49:38 -0700, by Pierre-Yves David
-
debugobsolete: explicitly display date in the outputWed, 13 Aug 2014 23:42:36 -0700, by Pierre-Yves David
-
obsolete: add a date argument to the `createmarkers` functionThu, 14 Aug 2014 12:59:48 -0700, by Pierre-Yves David
-
debugobsolete: use the new date argument on obsstore.createWed, 13 Aug 2014 23:25:07 -0700, by Pierre-Yves David
-
obsstore: add an explicit `date` argument to obsstore.createWed, 13 Aug 2014 22:44:47 -0700, by Pierre-Yves David
-
obsolete: explicitly pass metadata argument using keyword argumentThu, 14 Aug 2014 01:53:07 -0700, by Pierre-Yves David
-
obsmarker: add a `flags` methodFri, 15 Aug 2014 09:41:30 -0700, by Pierre-Yves David
-
test-treediscovery: update output after mergeFri, 15 Aug 2014 14:19:15 -0700, by Pierre-Yves David
-
revert: add an XXX about rename trackingTue, 24 Jun 2014 16:59:40 +0100, by Pierre-Yves David
-
revert: inline a now useless closureTue, 24 Jun 2014 17:39:43 +0100, by Pierre-Yves David
-
revert: remove code killed by the double statusTue, 24 Jun 2014 17:37:24 +0100, by Pierre-Yves David
-
revert: drop `missingmodified` setTue, 24 Jun 2014 17:36:49 +0100, by Pierre-Yves David
-
revert: detect files added during a mergeTue, 24 Jun 2014 17:28:20 +0100, by Pierre-Yves David
-
revert: simplify handling of `added` filesSat, 02 Aug 2014 11:32:24 -0700, by Pierre-Yves David
-
merge with stableFri, 15 Aug 2014 11:48:05 -0500, by Matt Mackall
-
rebase: use "rebase.collapse" as "editform" for "--collapse" alwaysFri, 15 Aug 2014 23:05:53 +0900, by FUJIWARA Katsunori
-
ui: invoke editor for committing with HGEDITFORM environment variableFri, 15 Aug 2014 23:05:53 +0900, by FUJIWARA Katsunori
-
cleanup: name unused variables using convention of leading _Fri, 15 Aug 2014 04:37:46 +0200, by Mads Kiilerich
-
cleanup: rename check-translation.py checker function - don't hide global varFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: remove some unused / duplicate importsFri, 15 Aug 2014 04:37:45 +0200, by Mads Kiilerich
-
cleanup: fix some list comprehension redefinitions of existing varsFri, 15 Aug 2014 04:37:46 +0200, by Mads Kiilerich
-
cleanup: avoid local vars shadowing importsFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: avoid _ for local unused tmp variables - that is reserved for i18nFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: make sure we always access members of imported modulesFri, 15 Aug 2014 04:37:45 +0200, by Mads Kiilerich
-
largefiles: update lfdirstate for unchanged largefiles during linear mergingFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: keep largefiles from colliding with normal one during linear mergeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: add test for large/normal conflict at linear mergingFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: put whole "hgmerge" process into the same "wlock" scopeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: put whole "hgupdaterepo" process into the same "wlock" scopeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
annotate: inline definition of decorate() functionsFri, 15 Aug 2014 14:33:19 +0900, by Yuya Nishihara
-
annotate: rewrite long short-circuit statement by if-elif-elseFri, 15 Aug 2014 14:29:30 +0900, by Yuya Nishihara
-
revert: use modified information from both statusesTue, 24 Jun 2014 17:27:18 +0100, by Pierre-Yves David
-
revert: drop special case handling for file unknown in parentTue, 24 Jun 2014 16:57:16 +0100, by Pierre-Yves David
-
revert: use "remove" information from both statusesTue, 24 Jun 2014 16:53:22 +0100, by Pierre-Yves David
-
revert: process removed files missing in target as cleanFri, 01 Aug 2014 18:27:47 -0700, by Pierre-Yves David
-
revert: also track clean filesThu, 31 Jul 2014 15:52:56 -0700, by Pierre-Yves David
-
revert: triage "deleted" files into more appropriate categoriesFri, 01 Aug 2014 18:57:53 -0700, by Pierre-Yves David
-
unshelve: silence internal revertFri, 15 Aug 2014 10:54:15 -0500, by Matt Mackall
-
tests: fixup issue markers to make check-commit happyFri, 15 Aug 2014 10:47:03 -0500, by Matt Mackall
-
incoming: don't request heads that already are common stableFri, 15 Aug 2014 03:24:40 +0200, by Mads Kiilerich
-
tests: improve test coverage for discovery and actual parameters for pulling stableFri, 15 Aug 2014 03:24:40 +0200, by Mads Kiilerich
-
changectx: ancestor should only prefer merge.preferancestor if it is a revision stableFri, 15 Aug 2014 02:46:44 +0200, by Mads Kiilerich
-
merge: show the scary multiple ancestor hint for merges only, not for updates stableFri, 15 Aug 2014 02:39:01 +0200, by Mads Kiilerich
-
discovery: prevent crash on unknown remote heads with old repo (issue4337) stableThu, 14 Aug 2014 16:26:41 -0700, by Pierre-Yves David
-
obsstore.create: add a simple safeguard against cyclic markers stableThu, 14 Aug 2014 14:59:42 -0700, by Pierre-Yves David
-
debugobsolete: catch ValueError that may be raised by obsstore.create stableThu, 14 Aug 2014 14:57:03 -0700, by Pierre-Yves David
-
check-code: extend try/except/finally check for multiple except clausesThu, 14 Aug 2014 16:39:27 -0500, by Matt Mackall
-
repoview: fix try/except/finally for py2.4Thu, 14 Aug 2014 16:39:02 -0500, by Matt Mackall
-
merge with stableThu, 14 Aug 2014 16:25:47 -0500, by Matt Mackall
-
test-run-tests: fix up slash/backslash on diff chunks for Windows stableThu, 14 Aug 2014 16:18:45 -0500, by Matt Mackall
-
test-largefiles: add test for hg log --follow --patch with path stableWed, 13 Aug 2014 15:55:45 -0700, by Siddharth Agarwal
-
largefiles: don't override matchandpats for always matchers (issue4334) stableWed, 13 Aug 2014 15:51:33 -0700, by Siddharth Agarwal
-
largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) stableWed, 13 Aug 2014 15:18:41 -0700, by Siddharth Agarwal
-
largefiles: drop setting lfstatus in overridelog (issue4334) stableWed, 13 Aug 2014 15:13:50 -0700, by Siddharth Agarwal
-
cmdutil: add a hook for making custom non-follow log file matchers stableWed, 13 Aug 2014 15:17:03 -0700, by Siddharth Agarwal
-
cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher stableWed, 13 Aug 2014 15:15:13 -0700, by Siddharth Agarwal
-
merge with stableThu, 14 Aug 2014 15:21:48 -0500, by Matt Mackall
-
alias: exit from bad definition by AbortWed, 13 Aug 2014 22:22:24 +0900, by Yuya Nishihara
-
alias: show one-line hint for command provided by disabled extensionWed, 13 Aug 2014 22:18:28 +0900, by Yuya Nishihara
-
help: provide help of bad alias without executing aliascmd()Wed, 13 Aug 2014 19:38:47 +0900, by Yuya Nishihara
-
alias: provide "unknowncmd" flag to tell help to look for disabled commandWed, 13 Aug 2014 19:28:42 +0900, by Yuya Nishihara
-
alias: keep error message in "badalias" so that help can see itSat, 17 May 2014 21:13:31 +0900, by Yuya Nishihara
-
alias: add test for alias command provided by disabled extensionSat, 17 May 2014 20:47:31 +0900, by Yuya Nishihara
-
alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)Wed, 13 Aug 2014 23:21:52 -0700, by Siddharth Agarwal
-
test-alias: add some tests to ensure we aren't double-substitutingWed, 13 Aug 2014 22:37:09 -0700, by Siddharth Agarwal
-
revert: issue "no changes needed" message for files missing on both sideThu, 31 Jul 2014 16:03:26 -0700, by Pierre-Yves David
-
revert: call status against revert target tooTue, 24 Jun 2014 15:47:12 +0100, by Pierre-Yves David
-
revert: prefix variable names for dirstate status with "ds"Tue, 24 Jun 2014 15:35:43 +0100, by Pierre-Yves David
-
revert: move manifest membership condition outside of the loopTue, 24 Jun 2014 15:28:22 +0100, by Pierre-Yves David
-
histedit: add "roll" command to fold commit data and drop message (issue4256)Wed, 06 Aug 2014 16:51:41 -0400, by Mike Edgar
-
repoview: cache hidden changesetsTue, 12 Aug 2014 09:39:14 -0700, by David Soria Parra
-
repoview: add caching bitsTue, 12 Aug 2014 16:48:54 -0700, by David Soria Parra
-
repoview: split _gethiddenblockersWed, 06 Aug 2014 13:26:04 -0700, by David Soria Parra
-
repoview: use set for blockersTue, 12 Aug 2014 16:42:24 -0700, by David Soria Parra
-
histedit: preserve initial author on fold (issue4296) stableWed, 13 Aug 2014 11:50:13 -0700, by Martin von Zweigbergk
-
merge with stableWed, 13 Aug 2014 15:06:58 -0500, by Matt Mackall
-
test-revert: add case where file is tracked but deleted in working directoryWed, 25 Jun 2014 17:40:41 +0100, by Pierre-Yves David
-
test-revert: add case with untracked files with unique contentFri, 27 Jun 2014 18:25:19 +0200, by Pierre-Yves David
-
test-revert: add case with untracked files with reverted contentFri, 27 Jun 2014 18:23:45 +0200, by Pierre-Yves David
-
test-revert: add case where file exists but is untracked in working directoryFri, 27 Jun 2014 18:10:45 +0200, by Pierre-Yves David
-
test-revert: add case where the file is marked as removed in the wcFri, 27 Jun 2014 18:09:46 +0200, by Pierre-Yves David
-
test-revert: add case where wc content is different from "base" and "parent"Fri, 27 Jun 2014 18:08:16 +0200, by Pierre-Yves David
-
test-revert: add case where wc content is already reverted to base contentFri, 27 Jun 2014 18:07:33 +0200, by Pierre-Yves David
-
test-revert: add case where file exists neither in "base" nor in "parent"Fri, 27 Jun 2014 18:02:09 +0200, by Pierre-Yves David
-
test-revert: add case where the file is removed between "base" and "parent"Fri, 27 Jun 2014 18:01:16 +0200, by Pierre-Yves David
-
test-revert: add case where file is unchanged between "base" and "parent"Fri, 27 Jun 2014 18:00:49 +0200, by Pierre-Yves David
-
test-run-tests: fix stdout/stderr io ordering stableWed, 13 Aug 2014 14:05:08 -0500, by Matt Mackall
-
test-revert: add case where file is added between "base" and "parent"Wed, 25 Jun 2014 17:37:13 +0100, by Pierre-Yves David
-
merge with stableTue, 12 Aug 2014 17:22:57 -0500, by Matt Mackall
-
test-revert: add methodical revert to "base" with explicit file pathWed, 25 Jun 2014 17:31:53 +0100, by Pierre-Yves David
-
test-revert: add methodical revert with explicit file pathWed, 25 Jun 2014 17:22:47 +0100, by Pierre-Yves David
-
test-revert: add methodical revert to "base"Wed, 25 Jun 2014 17:16:05 +0100, by Pierre-Yves David
-
test-revert: add methodical revert to parent for working directoryWed, 25 Jun 2014 17:03:55 +0100, by Pierre-Yves David
-
test-revert: display the list of all generated casesWed, 25 Jun 2014 17:24:18 +0100, by Pierre-Yves David
-
test-revert: also create a text version of the snapshotFri, 27 Jun 2014 16:08:09 +0200, by Pierre-Yves David
-
hg-test-mode: make exit code highlight work againTue, 12 Aug 2014 12:53:23 -0500, by Matt Mackall
-
test-revert: prepare methodical testing of revert casesWed, 25 Jun 2014 16:37:06 +0100, by Pierre-Yves David
-
test-revert: drop useless commentsWed, 25 Jun 2014 15:59:21 +0100, by Pierre-Yves David
-
run-tests: don't double lines on build failure output stableTue, 12 Aug 2014 11:17:29 -0500, by Matt Mackall
-
test-run-tests: filter pwd alias for Windows stableTue, 12 Aug 2014 11:10:57 -0500, by Matt Mackall
-
run-tests: self-test on Windows needs binary streams stableTue, 12 Aug 2014 11:02:30 -0500, by Matt Mackall
-
merge with stableTue, 12 Aug 2014 04:50:58 -0500, by Matt Mackall
-
help: normalize helplist hintsTue, 12 Aug 2014 04:11:32 -0500, by Matt Mackall
-
help: fold repeatable option message into option table headerTue, 12 Aug 2014 04:00:42 -0500, by Matt Mackall
-
help: roll option list header into option formatterTue, 12 Aug 2014 03:53:33 -0500, by Matt Mackall
-
help: refactor helplist optlist messTue, 12 Aug 2014 03:42:09 -0500, by Matt Mackall
-
help: normalize topic and extension verbose hintsTue, 12 Aug 2014 03:25:51 -0500, by Matt Mackall
-
help: normalize hint about enabling extensionsTue, 12 Aug 2014 03:18:50 -0500, by Matt Mackall
-
help: normalize extension shadow hintTue, 12 Aug 2014 03:12:24 -0500, by Matt Mackall
-
help: improve command summary hintTue, 12 Aug 2014 03:09:26 -0500, by Matt Mackall
-
help: tweak --verbose command help hintTue, 12 Aug 2014 03:01:37 -0500, by Matt Mackall
-
hg-test-mode: don't highlight variables in outputTue, 12 Aug 2014 00:42:05 -0500, by Matt Mackall
-
test-run-tests: test --viewTue, 12 Aug 2014 00:40:24 -0500, by Matt Mackall
-
run-tests: don't show 'i' for tests that don't match a keywordTue, 12 Aug 2014 00:33:48 -0500, by Matt Mackall
-
repoview: filter tags to non-existent nodes from blockers (issue4328) stableTue, 12 Aug 2014 02:40:42 -0500, by Matt Mackall
-
revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) stableMon, 11 Aug 2014 23:45:08 -0400, by Michael O'Connor
-
run-tests: attempt to fix iolock handlingMon, 11 Aug 2014 17:45:50 -0500, by Matt Mackall
-
merge with stableMon, 11 Aug 2014 11:24:05 -0500, by Matt Mackall
-
check-code: allow an escape pattern to be specified for testpatternSat, 02 Aug 2014 17:04:53 -0700, by Pierre-Yves David
-
check-code: capture "wc" as a wordSat, 02 Aug 2014 17:01:55 -0700, by Pierre-Yves David
-
test-revert: improve commentWed, 25 Jun 2014 15:58:05 +0100, by Pierre-Yves David
-
largefiles: synchronize lfdirstate with dirstate after automated committingMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: drop orphan entries from lfdristat at "hg rollback"Mon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: restore R status of removed largefiles correctly at "hg rollback"Mon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: factor out synchronization of lfdirstate for future useMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: put whole rollback-ing process into the same "wlock" scopeMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
tests: use a decorator for hghave checksMon, 11 Aug 2014 09:35:24 -0500, by Matt Mackall
-
hg-test-mode: colorize HGFOO and TESTFOO environment variablesSun, 10 Aug 2014 23:13:12 -0500, by Matt Mackall
-
unbundle: don't advance bookmarks (issue4322) (BC) stableSun, 10 Aug 2014 23:09:23 -0500, by Matt Mackall
-
merge with stableSun, 10 Aug 2014 15:26:33 -0500, by Matt Mackall
-
tests: more bundle2 non-binary file test fixes stableSun, 10 Aug 2014 15:26:12 -0500, by Matt Mackall
-
merge with stableSun, 10 Aug 2014 14:30:30 -0500, by Matt Mackall
-
hgweb: avoid config object race with hgwebdir (issue4326) stableSun, 10 Aug 2014 13:53:36 -0500, by Matt Mackall
-
test-commandserver.py: filter path separator stableSat, 09 Aug 2014 16:15:52 -0500, by Matt Mackall
-
merge with stableSat, 09 Aug 2014 16:06:01 -0500, by Matt Mackall
-
i18n-ru: fix RST breakage spotted by test-gendoc stableSat, 09 Aug 2014 16:04:36 -0500, by Matt Mackall
-
contrib: add emacs mode for *.t filesFri, 08 Aug 2014 17:45:36 -0500, by Matt Mackall
-
phase: attach phase to the transaction instead of the lockThu, 07 Aug 2014 14:11:36 -0700, by Pierre-Yves David
-
phase: extract the phaseroots serialization in a dedicated methodThu, 07 Aug 2014 14:41:00 -0700, by Pierre-Yves David
-
transaction: add a file generation mechanismThu, 07 Aug 2014 14:40:02 -0700, by Pierre-Yves David
-
transaction: backup file in a dedicated "namespace"Thu, 07 Aug 2014 10:54:17 -0700, by Pierre-Yves David
-
transaction: use `self.journal` to create backup fileThu, 07 Aug 2014 11:56:32 -0700, by Pierre-Yves David
-
memctx: add note about p2Tue, 17 Jun 2014 20:55:06 -0700, by Sean Farley
-
memfilectx: add remove and write methodsFri, 25 Jul 2014 20:20:26 -0500, by Sean Farley
-
workingfilectx: add remove and write methodsWed, 02 Jul 2014 14:01:01 -0500, by Sean Farley
-
memctx: create a filectxfn if it is not callableFri, 25 Jul 2014 19:36:01 -0500, by Sean Farley
-
test-patchbomb.t: work around Python change d579866d6419 (issue4188)Thu, 07 Aug 2014 11:39:19 -0400, by Augie Fackler
-
phase: add a transaction argument to retractboundaryTue, 05 Aug 2014 23:52:21 -0700, by Pierre-Yves David
-
phase: add a transaction argument to advanceboundaryWed, 06 Aug 2014 01:54:19 -0700, by Pierre-Yves David
-
pull: pre-filter remote phases before moving local onesWed, 06 Aug 2014 00:54:37 -0700, by Pierre-Yves David
-
test-check-commit-hg.t: automatically test all 'draft() and ::.' changesetsWed, 06 Aug 2014 01:40:51 -0700, by Pierre-Yves David
-
i18n-ru: sync with ad56fc55cbc3 (fuzzies) stableMon, 04 Aug 2014 18:51:18 +0400, by Alexander Sauta
-
i18n-ru: sync with ad56fc55cbc3 (missing strings) stableFri, 01 Aug 2014 19:49:28 +0400, by Alexander Sauta
-
i18n-ru: update 'revisions' translation stableWed, 30 Jul 2014 17:24:08 +0400, by Vladimir Zakharov
-
whitespace: nuke triple blank lines in **.pyThu, 07 Aug 2014 14:58:12 -0500, by Matt Mackall
-
check-commit: spot growing whitespaceThu, 07 Aug 2014 14:57:20 -0500, by Matt Mackall
-
strip: remove -b/--backup codepathsThu, 24 Jul 2014 15:06:08 -0400, by Jordi Gutiérrez Hermoso
-
simplemerge: remove dead codeThu, 07 Aug 2014 12:51:45 -0400, by Jordi Gutiérrez Hermoso
-
basectx: add missing, merge, and branch args to dirty methodTue, 17 Jun 2014 20:26:51 -0700, by Sean Farley
-
basefilectx: move isexec and islink from memfilectxFri, 25 Jul 2014 20:11:47 -0500, by Sean Farley
-
tests: fix pyflakes test whitespace breakageWed, 06 Aug 2014 12:16:58 -0500, by Matt Mackall
-
pushkey: wrap pushkey phase movement in a transactionWed, 06 Aug 2014 00:54:58 -0700, by Pierre-Yves David
-
push: wrap local phase movement in a transactionWed, 06 Aug 2014 00:54:15 -0700, by Pierre-Yves David
-
phase: wrap `hg phases` phase movement in a transactionWed, 06 Aug 2014 00:50:53 -0700, by Pierre-Yves David
-
mq: wrap qimport phase movement in a transactionWed, 06 Aug 2014 00:50:07 -0700, by Pierre-Yves David
-
mq: wrap qfinish phase movement in a transactionWed, 06 Aug 2014 00:48:51 -0700, by Pierre-Yves David
-
tests: change some #ifs to #requiresWed, 06 Aug 2014 11:53:08 -0500, by Matt Mackall
-
tests: replace exit 80 with #requireWed, 06 Aug 2014 11:43:59 -0500, by Matt Mackall
-
run-tests: add #require to abort full testWed, 06 Aug 2014 10:34:54 -0500, by Matt Mackall
-
run-tests: add support for xunit test reportsTue, 05 Aug 2014 21:17:11 -0400, by Augie Fackler
-
contrib: add check-commit hook script to sanity-check commitsWed, 06 Aug 2014 02:45:55 -0500, by Matt Mackall
-
shelve: use `targetphase` while unbundlingTue, 05 Aug 2014 13:51:13 -0700, by Pierre-Yves David
-
changegroup: add a `targetphase` argument to `addchangegroup`Tue, 05 Aug 2014 13:49:38 -0700, by Pierre-Yves David
-
shelve: do not retract phase boundary by handTue, 05 Aug 2014 14:37:45 -0700, by Pierre-Yves David
-
commit: update the --secret code to use backupconfig and restoreconfigTue, 05 Aug 2014 18:53:05 -0700, by Pierre-Yves David
-
rebase: do not retract phase boundary by handTue, 05 Aug 2014 13:22:44 -0700, by Pierre-Yves David
-
config: fix restoreconfig of non existing configTue, 05 Aug 2014 21:16:24 -0700, by Pierre-Yves David
-
push: use stepsdone for obsmarkers pushThu, 31 Jul 2014 13:51:17 -0700, by Pierre-Yves David
-
push: introduce a discovery step for obsmarkerSat, 05 Jul 2014 19:32:20 +0200, by Pierre-Yves David
-
push: move the list of obsmarker to push into the push operationSat, 05 Jul 2014 19:17:09 +0200, by Pierre-Yves David
-
push: explicitly encode a list of obsmarkers to pushFri, 04 Jul 2014 19:31:49 +0200, by Pierre-Yves David
-
merge-tools: add a `premerge=keep-merge3` config optionMon, 04 Aug 2014 16:32:41 -0700, by Pierre-Yves David
-
merge-tools: make premerge valid values extensibleMon, 04 Aug 2014 16:58:39 -0700, by Pierre-Yves David
-
mergetools: add a test for premerge --keepMon, 04 Aug 2014 16:50:15 -0700, by Pierre-Yves David
-
test-merge-tools: introduce a "revision 4" that merges with conflictMon, 04 Aug 2014 16:39:47 -0700, by Pierre-Yves David
-
merge: add an internal:merge3 toolTue, 05 Aug 2014 14:58:45 -0700, by Pierre-Yves David
-
internal:merge: update documentationTue, 05 Aug 2014 15:09:54 -0700, by Pierre-Yves David
-
filemerge: allow the formatting of three labels instead of twoTue, 05 Aug 2014 15:17:38 -0700, by Pierre-Yves David
-
filemerge: drop extra white spaceTue, 05 Aug 2014 15:12:22 -0700, by Pierre-Yves David
-
simplemerge: support three labels when mergingTue, 05 Aug 2014 15:10:50 -0700, by Pierre-Yves David
-
simplemerge: burn "minimal" feature to the groundTue, 05 Aug 2014 14:56:25 -0700, by Pierre-Yves David
-
merge: use no-minimal for premerge tooTue, 29 Jul 2014 11:55:01 -0700, by Pierre-Yves David
-
merge: refactor labels selection codeMon, 09 Jun 2014 23:37:36 -0700, by Pierre-Yves David
-
push: include phase push in the unified bundle2 pushTue, 01 Jul 2014 23:08:17 +0200, by Pierre-Yves David
-
push: perform phases discovery before the pushWed, 30 Jul 2014 19:26:47 -0700, by Pierre-Yves David
-
push: make discovery extensibleTue, 01 Jul 2014 17:06:02 +0200, by Pierre-Yves David
-
push: rework the bundle2partsgenerators logicWed, 30 Jul 2014 19:04:50 -0700, by Pierre-Yves David
-
push: move common heads computation into pushopTue, 01 Jul 2014 17:27:22 +0200, by Pierre-Yves David
-
push: extract fallback heads computation into pushopTue, 01 Jul 2014 17:20:47 +0200, by Pierre-Yves David
-
push: extract future heads computation into pushopTue, 01 Jul 2014 17:20:31 +0200, by Pierre-Yves David
-
cmdutil: use '[committemplate]' section like as map file for style definitionSat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
cmdutil: look commit template definition up by specified 'editform'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
import: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
commit: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
tag: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
graft: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
backout: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
transplant: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
shelve: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
rebase: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
mq: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
gpg: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
fetch: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
cmdutil: introduce 'editform' to distinguish the purpose of commit text editingSat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
log: allow patterns with -fTue, 22 Jul 2014 22:40:16 -0700, by Durham Goode
-
run-tests: fix test result counts with --keyword specified or skips occurringMon, 28 Jul 2014 19:48:59 -0400, by Augie Fackler
-
test-run-tests.t: add tests for skipsTue, 29 Jul 2014 22:35:59 -0400, by Augie Fackler
-
test-run-tests.t: add extra data to tests for keyword testsMon, 28 Jul 2014 20:54:14 -0400, by Augie Fackler
-
purge: drop stat importMon, 04 Aug 2014 15:24:57 -0500, by Matt Mackall
-
run-tests: add iolock to failure outputMon, 04 Aug 2014 14:42:24 -0500, by Matt Mackall
-
merge with stableMon, 04 Aug 2014 14:32:34 -0500, by Matt Mackall
-
color: pass on key error for win32 (issue4298) stableFri, 01 Aug 2014 13:09:06 -0500, by Sean Farley
-
context: call normal on the right object stableFri, 01 Aug 2014 18:30:18 -0700, by Siddharth Agarwal
-
getbundle: add a ``cg`` boolean argument to control changegroup inclusionSat, 31 May 2014 16:48:29 -0700, by Pierre-Yves David
-
wireproto: add a ``boolean`` type for getbundle parametersThu, 22 May 2014 17:20:52 -0700, by Pierre-Yves David
-
i18n: detect UI language without POSIX-style locale variable on Windows (BC)Sun, 03 Aug 2014 19:19:23 +0900, by Yuya Nishihara
-
locate: use ctx.matches instead of ctx.walkFri, 01 Aug 2014 22:16:54 -0700, by Siddharth Agarwal
-
context: add a method to efficiently filter by match if possibleFri, 01 Aug 2014 22:07:29 -0700, by Siddharth Agarwal
-
dirstate: add a method to efficiently filter by matchFri, 01 Aug 2014 22:05:16 -0700, by Siddharth Agarwal
-
purge: prefer util.unlink instead over own removefileSat, 02 Aug 2014 09:45:21 +0100, by Christian Ebert
-
keyword: bump copyright yearSat, 02 Aug 2014 09:44:45 +0100, by Christian Ebert
-
keyword: really clean up kwdemo temp treeSat, 02 Aug 2014 09:44:11 +0100, by Christian Ebert
-
graft: make --force apply across continues (issue3220)Sat, 26 Jul 2014 14:54:36 -0700, by Siddharth Agarwal
-
graft: allow regrafting ancestors with --force (issue3220)Fri, 25 Jul 2014 18:21:16 -0700, by Siddharth Agarwal
-
test-obsolete: better logging templateFri, 04 Jul 2014 19:52:39 +0200, by Pierre-Yves David
-
run-tests: '--time' option provide more details to Linux usersThu, 26 Jun 2014 01:22:50 +0530, by anuraggoel
-
merge with stableFri, 01 Aug 2014 18:32:52 -0500, by Matt Mackall
-
status: do not reverse deleted and unknown stable 3.1Fri, 01 Aug 2014 13:01:35 -0700, by Pierre-Yves David
-
status: don't drop unknown and ignored information (issue4321) stableFri, 01 Aug 2014 12:49:00 -0700, by Pierre-Yves David
-
status: explicitly exclude removed file from unknown and ignored stableFri, 01 Aug 2014 13:13:24 -0700, by Pierre-Yves David
-
i18n-ja: synchronized with f582fa1167f7 stableFri, 01 Aug 2014 17:29:02 +0900, by FUJIWARA Katsunori
-
log: do not use exact matcher for --patch --follow without file (issue4319) stableFri, 01 Aug 2014 21:36:56 +0900, by Yuya Nishihara
-
qimport: record imported revs incrementally (issue3874) stableThu, 31 Jul 2014 16:32:12 -0500, by Matt Mackall
-
i18n-ja: synchronized with 838025b15925 stableFri, 01 Aug 2014 01:13:53 +0900, by FUJIWARA Katsunori
-
help: always show command help with -h (issue4240) stableThu, 31 Jul 2014 14:31:31 -0500, by Matt Mackall
-
templater: add i18n comments to error messages of newly added functions stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
commands: make the warning message for "patch --partial" translatable stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
convert: fix argument mismatch at formatting the abort message stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
debuginstall: handle quoted path for editor (issue4316) stableThu, 31 Jul 2014 10:31:56 +0100, by Alexandre Garnier
-
test-bundle2: move file mode setting after sys import stableWed, 30 Jul 2014 18:28:37 -0500, by Matt Mackall
-
config: allow 'user' in .hgrc ui section (issue3169) stableSat, 26 Jul 2014 09:27:11 +0300, by anatoly techtonik
-
doc: unify help text for "--edit" option stableWed, 30 Jul 2014 00:14:52 +0900, by FUJIWARA Katsunori
-
doc: unify help text for "--message" option stableWed, 30 Jul 2014 00:13:59 +0900, by FUJIWARA Katsunori
-
histedit: respect revsetalias entries (issue4311) stableMon, 28 Jul 2014 19:20:13 -0400, by Augie Fackler
-
graft: add a reference to revsets to the help text (issue3362) stableMon, 28 Jul 2014 10:05:17 +0200, by Alexander Becher
-
i18n: add parenthesis in Brazilian translation of the resolve message stableSat, 26 Jul 2014 03:35:42 +0200, by Pierre-Yves David
-
resolve: add parenthesis around "no more unresolved files" message stableSat, 26 Jul 2014 03:32:49 +0200, by Pierre-Yves David
-
help: drop reference to glog in templates topic stableFri, 25 Jul 2014 15:38:26 -0500, by Matt Mackall
-
help: use --template to specify existing style stableMon, 21 Jul 2014 11:44:20 +0900, by Yuya Nishihara
-
test-status: add test for removed-and-untracked state (BC) stableThu, 24 Jul 2014 23:39:25 +0900, by Yuya Nishihara
-
bundle2: only use callable return as reply handler stableWed, 02 Jul 2014 16:13:48 +0200, by Pierre-Yves David
-
resolve: report no argument warning using a hint stableThu, 24 Jul 2014 14:29:08 -0700, by Nathan Goldbaum
-
revset: optimize baseset.__sub__ (issue4313) stableThu, 24 Jul 2014 12:12:12 -0700, by Gregory Szorc
-
memctx: substate needs to be {} instead of None stableWed, 16 Jul 2014 13:07:39 -0500, by Sean Farley
-
version: don't traceback if no extensions to list (issue4312) stableWed, 23 Jul 2014 11:16:22 -0500, by Matt Mackall
-
largefiles: use "normallookup" on "lfdirstate" while reverting stableWed, 23 Jul 2014 00:10:24 +0900, by FUJIWARA Katsunori
-
largefiles: invoke "normallookup" on "lfdirstate" for merged files stableWed, 23 Jul 2014 00:10:24 +0900, by FUJIWARA Katsunori
-
largefiles: use "normallookup", if "mtime" of standin is unset stableTue, 22 Jul 2014 23:59:34 +0900, by FUJIWARA Katsunori
-
dirstate: delay writing out to ensure timestamp of each entries explicitly stableTue, 22 Jul 2014 23:59:30 +0900, by FUJIWARA Katsunori
-
tests: cat error messages are different on Solaris stableMon, 21 Jul 2014 11:27:24 -0700, by Danek Duvall
-
merge default into stable for 3.1 code freeze stable 3.1-rcSat, 19 Jul 2014 00:10:22 -0500, by Matt Mackall
-
revset: avoid a ValueError when 'only()' is given an empty setFri, 18 Jul 2014 19:46:56 -0400, by Matt Harbison
-
cmdutil: make commit message shown in text editor customizable by templateTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
commiteditor: refactor default extramsgFri, 18 Jul 2014 23:15:28 -0500, by Matt Mackall
-
filemerge: add internal:tagmerge merge toolThu, 26 Jun 2014 01:20:25 +0200, by Angel Ezquerra
-
filemerge: use non-minimal conflict marker regions (BC)Fri, 18 Jul 2014 21:49:52 -0500, by Matt Mackall
-
test: use more elaborated content in ``test-conflict.t``Mon, 09 Jun 2014 03:49:07 -0700, by Pierre-Yves David
-
run-tests: make --view work againFri, 18 Jul 2014 17:52:18 -0500, by Matt Mackall
-
filemerge: use 'basic' as the default of '[ui] mergemarkers' for safetySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstateThu, 17 Jul 2014 20:17:17 -0400, by Matt Harbison
-
run-tests: write out scripts in binary modeTue, 05 Nov 2013 14:47:35 -0500, by Augie Fackler
-
match: use util.re.escape instead of re.escapeTue, 15 Jul 2014 15:34:50 -0700, by Siddharth Agarwal
-
util.re: add an escape methodTue, 15 Jul 2014 15:14:45 -0700, by Siddharth Agarwal
-
util.re: move check for re2 into a separate methodTue, 15 Jul 2014 15:01:52 -0700, by Siddharth Agarwal
-
util: remove no longer used compilereTue, 15 Jul 2014 14:52:40 -0700, by Siddharth Agarwal
-
commands: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:52:22 -0700, by Siddharth Agarwal
-
config: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:50:58 -0700, by Siddharth Agarwal
-
match: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:49:45 -0700, by Siddharth Agarwal
-
util: move compilere to a classTue, 15 Jul 2014 14:40:43 -0700, by Siddharth Agarwal
-
util: rename 're' to 'remod'Tue, 15 Jul 2014 14:35:19 -0700, by Siddharth Agarwal
-
bundle2-push: drop _pushbundle2extrapartsWed, 02 Jul 2014 15:47:39 +0200, by Pierre-Yves David
-
bundle2-test: use the new way to extend push contentWed, 02 Jul 2014 16:10:14 +0200, by Pierre-Yves David
-
bundle2-push: introduce a list of part generating functionsWed, 02 Jul 2014 15:26:04 +0200, by Pierre-Yves David
-
bundle2-push: move changegroup push validation inside _pushb2ctxWed, 02 Jul 2014 12:55:09 +0200, by Pierre-Yves David
-
push: use `stepsdone` to control changegroup push through bundle10 or bundle20Mon, 07 Jul 2014 12:30:31 +0200, by Pierre-Yves David
-
push: add a ``pushop.stepsdone`` attributeWed, 02 Jul 2014 12:48:54 +0200, by Pierre-Yves David
-
bundle2: add a ``bundle20.nbparts`` propertyWed, 02 Jul 2014 16:17:54 +0200, by Pierre-Yves David
-
bundle2-push: extract changegroup logic in its own functionWed, 02 Jul 2014 11:42:35 +0200, by Pierre-Yves David
-
bundle2: call _pushbundle2extraparts a bit soonerWed, 02 Jul 2014 14:09:24 +0200, by Pierre-Yves David
-
templatekw: add 'subrepos' keyword to show updated subrepositoriesTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
templatekw: add 'currentbookmark' keyword to show current bookmark easilyTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
context: extend efficient manifest filtering to when all paths are filesWed, 16 Jul 2014 14:53:03 -0700, by Siddharth Agarwal
-
revset: remove no longer used _missingancestors revsetSat, 12 Jul 2014 00:37:08 -0700, by Siddharth Agarwal
-
revset: replace _missingancestors optimization with only revsetSat, 12 Jul 2014 00:31:36 -0700, by Siddharth Agarwal
-
tags: introduce _readtaghist functionSat, 28 Jun 2014 01:42:39 +0200, by Angel Ezquerra
-
subrepo: ensure "close()" execution at the end of "_initrepo()"Fri, 20 Jun 2014 00:42:35 +0900, by FUJIWARA Katsunori
-
subrepo: add test whether "[paths]" is configured correctly at subrepo creationFri, 20 Jun 2014 00:41:31 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_cachestorehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_readstorehashcache()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_calcfilehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "lock.release()" execution at the end of "storeclean()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
largefiles: confirm existence of outgoing largefile entities in remote storeMon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: show also how many data entities are outgoing at "hg outgoing"Mon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: show also how many data entities are outgoing at "hg summary"Mon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: add tests for summary/outgoing improved in subsequent patchesMon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
context: generate filtered manifest efficiently for exact matchersSat, 12 Jul 2014 17:59:03 -0700, by Siddharth Agarwal
-
manifestdict: add a new method to intersect with a set of filesSat, 12 Jul 2014 17:57:25 -0700, by Siddharth Agarwal
-
log: use an exact matcher for --patch --followSat, 12 Jul 2014 18:31:18 -0700, by Siddharth Agarwal
-
merge with stableWed, 16 Jul 2014 17:35:04 -0500, by Matt Mackall
-
log: make --patch --follow work inside a subdirectory stableSat, 12 Jul 2014 02:23:17 -0700, by Siddharth Agarwal
-
mergetools: add --nofork option to gvimdiff.diffargs for extdiffSat, 12 Jul 2014 20:07:24 +0900, by Yuya Nishihara
-
contrib/vagrant: use Vagrant for running tests on virtual machineSat, 05 Jul 2014 16:32:28 +0300, by anatoly techtonik
-
merge with stableMon, 14 Jul 2014 18:53:03 -0500, by Matt Mackall
-
log: allow revset for --follow to be lazily evaluatedSat, 12 Jul 2014 20:44:00 -0700, by Siddharth Agarwal
-
parsers: remove unused getintat functionMon, 14 Jul 2014 15:42:31 -0700, by Siddharth Agarwal
-
revset: maintain ordering when subtracting from a baseset (issue4289)Mon, 14 Jul 2014 17:55:31 -0500, by Matt Mackall
-
cmdutil: separate building commit text from 'commitforceeditor'Tue, 15 Jul 2014 00:59:09 +0900, by FUJIWARA Katsunori
-
convert: detect removal of ".gitmodules" at git source revisions correctly stableMon, 14 Jul 2014 23:33:59 +0900, by FUJIWARA Katsunori
-
templates: escape NUL bytes in jsonescape (issue4303) stableMon, 14 Jul 2014 12:44:45 -0500, by Matt Mackall
-
localrepo: document localrepo.hook()Sat, 12 Jul 2014 10:52:58 -0700, by Gregory Szorc
-
filemerge: use 'util.ellipsis' to trim custom conflict markers correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
filemerge: use only the first line of the generated conflict marker for safetySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.colwidth' to get column width of items correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.trim' to trim items in output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
encoding: add 'leftside' argument into 'trim' to switch trimming sideSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.colwidth' to get column width of output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.trim' to trim output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
histedit: use 'util.ellipsis' to trim description of each changesetsSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
util: replace 'ellipsis' implementation by 'encoding.trim'Sun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
encoding: add 'trim' to trim multi-byte characters at most specified columnsSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
bugzilla: stop trying to cache setup across hook invocation stableThu, 03 Jul 2014 10:48:37 +0100, by Jim Hague
-
strip: drop -b/--backup option (BC)Fri, 11 Jul 2014 18:04:51 -0500, by Matt Mackall
-
purge: add options for deleting only files or only directoriesThu, 07 Nov 2013 17:24:14 -0800, by Ben Kehoe
-
shelve: accept '--edit' like other commands creating new changesetFri, 20 Jun 2014 16:15:38 +0900, by FUJIWARA Katsunori
-
shelve: refactor option combination check to easily add new onesFri, 20 Jun 2014 16:15:38 +0900, by FUJIWARA Katsunori
-
merge with stableWed, 09 Jul 2014 12:30:12 -0500, by Matt Mackall
-
test-extension: add check for 'hg version -v' listing enabled extensionsTue, 08 Jul 2014 22:57:54 -0400, by Augie Fackler
-
version: show enabled extensions (issue4209)Tue, 10 Jun 2014 13:44:37 +0300, by anatoly techtonik
-
strip: remove bookmarks after strip succeed (issue4295)Tue, 08 Jul 2014 16:24:23 -0700, by David Soria Parra
-
templater: introduce word functionThu, 12 Jun 2014 18:02:23 -0700, by Ryan McElroy
-
committablectx: move __contains__ into workingctxThu, 03 Jul 2014 23:01:37 -0500, by Sean Farley
-
memctx: explicitly set substate to NoneWed, 02 Jul 2014 15:24:43 -0500, by Sean Farley
-
bookmarks: avoid deleting primary bookmarks on rebase stableTue, 08 Jul 2014 14:45:55 -0500, by Matt Mackall
-
Merge with crew.Sun, 06 Jul 2014 15:43:26 -0400, by Augie Fackler
-
Merge with stable.Sun, 06 Jul 2014 15:39:01 -0400, by Augie Fackler
-
setup: fixed for Pythons which don't have a CFLAGS stableSat, 05 Jul 2014 07:31:08 -0700, by Alex Gaynor
-
util.h: declare dirstateTupleType variable instead of defining itThu, 03 Jul 2014 19:05:04 +0200, by André Sintzoff
-
test-context: add test for performing a diff on a memctxFri, 13 Jun 2014 15:59:18 -0700, by Sean Farley
-
test-context: add test for memctx statusFri, 13 Jun 2014 15:56:11 -0700, by Sean Farley
-
memctx: add _manifest implementation that computes the filenodeThu, 29 May 2014 16:12:59 -0500, by Sean Farley
-
basectx: pass raw context objects to patch.diffTue, 29 Apr 2014 16:43:59 -0500, by Sean Farley
-
patch: use ctx.node() instead of bare node variableWed, 14 Aug 2013 13:10:27 -0500, by Sean Farley
-
merge with stableWed, 02 Jul 2014 00:01:13 -0500, by Matt Mackall
-
i18n-ja: synchronized with a4b67bf1f0a5 stableMon, 30 Jun 2014 19:09:01 +0900, by FUJIWARA Katsunori
-
rebase: fix bug that caused transitive copy records to disappear (issue4192) stableSat, 07 Jun 2014 15:23:12 -0400, by Augie Fackler
-
cmdutil: add copy-filtering support to duplicatecopies stableSat, 07 Jun 2014 15:14:36 -0400, by Augie Fackler
-
dispatch: handle empty IOError argsTue, 01 Jul 2014 19:54:48 -0500, by Matt Mackall
-
repoview: do not crash when localtags refers to non existing revisions stableSun, 29 Jun 2014 13:52:35 +0200, by Angel Ezquerra
-
templater: add symbol to errorThu, 12 Jun 2014 18:07:21 -0700, by Ryan McElroy
-
templater: introduce startswith functionThu, 12 Jun 2014 17:53:37 -0700, by Ryan McElroy
-
templatefilter: add splitlines functionThu, 12 Jun 2014 17:45:41 -0700, by Ryan McElroy
-
serve: tidy up indent level of repository not found messageThu, 01 May 2014 19:57:25 +0900, by Yuya Nishihara
-
serve: inline checkrepo() that is used only when --stdio is specifiedThu, 01 May 2014 19:54:43 +0900, by Yuya Nishihara
-
serve: make sure to print "listening at" message immediatelySat, 28 Jun 2014 13:02:44 +0900, by Yuya Nishihara
-
merge with stableFri, 27 Jun 2014 15:20:50 -0700, by Matt Mackall
-
match: make glob '**/' match the empty string stableWed, 25 Jun 2014 14:50:48 -0700, by Siddharth Agarwal
-
tags: read tag info into a sorted dict (rather than into a regular dict)Sun, 23 Feb 2014 03:13:21 +0100, by Angel Ezquerra
-
config: move config.sortdict class into utilSun, 23 Feb 2014 01:56:31 +0100, by Angel Ezquerra
-
hg: add support for HGUNICODEPEDANTRY environment variableMon, 23 Jun 2014 09:33:07 -0400, by Augie Fackler
-
dirstate.status: assign members one by one instead of unpacking the tupleTue, 27 May 2014 21:02:16 -0700, by Siddharth Agarwal
-
dirstate.status: assign members one by one instead of unpacking the tupleTue, 27 May 2014 21:02:16 -0700, by Siddharth Agarwal
-
parsers: inline fields of dirstate values in C versionTue, 27 May 2014 14:27:41 -0700, by Siddharth Agarwal
-
dirstate: add dirstatetuple to create dirstate valuesTue, 27 May 2014 17:10:28 -0700, by Siddharth Agarwal
-
parsers: remove no longer used dirstate_unsetTue, 27 May 2014 15:22:23 -0700, by Siddharth Agarwal
-
pack_dirstate: in C version, for invalidation set dict to what we write to diskTue, 27 May 2014 15:17:38 -0700, by Siddharth Agarwal
-
record: update comment to match codeThu, 26 Jun 2014 11:10:28 -0400, by Jordi Gutiérrez Hermoso
-
hg: update newly added listdir function of vfs in cloneSat, 21 Jun 2014 14:49:49 +0530, by Chinmay Joshi
-
hg: use vfs functions in cloneSat, 21 Jun 2014 14:44:09 +0530, by Chinmay Joshi
-
hg: update util.writefile method to use write with vfs in shareSat, 21 Jun 2014 14:40:29 +0530, by Chinmay Joshi
-
hg: update to use vfs functions in shared destination repositorySat, 21 Jun 2014 14:37:39 +0530, by Chinmay Joshi
-
hg: use vfs functions in destination repository with shareSat, 21 Jun 2014 14:29:20 +0530, by Chinmay Joshi
-
vfs: add listdir for os.listdir in vfsFri, 20 Jun 2014 21:18:14 +0530, by Chinmay Joshi
-
templater: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:56 -0400, by Augie Fackler
-
hook: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:38 -0400, by Augie Fackler
-
help: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:24 -0400, by Augie Fackler
-
extensions: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:06 -0400, by Augie Fackler
-
fancyopts: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:16 -0400, by Augie Fackler
-
gendoc: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:23:57 -0400, by Augie Fackler
-
check-seclevel: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:23:47 -0400, by Augie Fackler
-
check-code: drop ban on callable() which was restored in Python 3.2Mon, 23 Jun 2014 09:22:53 -0400, by Augie Fackler
-
diff: add nobinary config to suppress git-style binary diffsSat, 21 Jun 2014 15:56:49 +1000, by Stephen Lee
-
branchmap: don't use ui.warn for debug messageMon, 23 Jun 2014 13:50:44 -0500, by Matt Mackall
-
branch: add debug message for branch cache write failureMon, 23 Jun 2014 13:46:42 -0500, by Matt Mackall
-
record: define inferrepo in command decoratorSun, 04 May 2014 22:36:07 -0700, by Gregory Szorc
-
mq: define inferrepo in command decoratorSun, 04 May 2014 22:30:47 -0700, by Gregory Szorc
-
largefiles: define inferrepo in command decoratorSun, 04 May 2014 22:23:45 -0700, by Gregory Szorc
-
keyword: define inferrepo in command decoratorSun, 04 May 2014 22:32:15 -0700, by Gregory Szorc
-
hgk: define inferrepo in command decoratorSun, 04 May 2014 22:33:22 -0700, by Gregory Szorc
-
graphlog: define inferrepo in command decoratorSun, 04 May 2014 22:28:46 -0700, by Gregory Szorc
-
extdiff: define inferrepo in command decoratorSun, 04 May 2014 22:29:27 -0700, by Gregory Szorc
-
children: define inferrepo in command decoratorSun, 04 May 2014 22:25:28 -0700, by Gregory Szorc
-
churn: define inferrepo in command decoratorSun, 04 May 2014 22:24:38 -0700, by Gregory Szorc
-
commands: define inferrepo in command decoratorSun, 04 May 2014 22:22:59 -0700, by Gregory Szorc
-
cmdutil: support inferrepo in command decoratorSun, 04 May 2014 22:20:00 -0700, by Gregory Szorc
-
keyword: define optionalrepo in command decoratorSun, 04 May 2014 22:16:56 -0700, by Gregory Szorc
-
commands: define optionalrepo in command decoratorSun, 04 May 2014 22:16:05 -0700, by Gregory Szorc
-
cmdutil: add optionalrepo argument to command decoratorSun, 04 May 2014 22:12:34 -0700, by Gregory Szorc
-
tests: define norepo in command decoratorSun, 04 May 2014 22:07:45 -0700, by Gregory Szorc
-
share: define norepo in command decoratorSun, 04 May 2014 22:03:11 -0700, by Gregory Szorc
-
mq: define norepo in command decoratorSun, 04 May 2014 22:04:14 -0700, by Gregory Szorc
-
largefiles: define norepo in command decoratorSun, 04 May 2014 21:11:15 -0700, by Gregory Szorc
-
convert: define norepo in command decoratorSun, 04 May 2014 22:02:25 -0700, by Gregory Szorc
-
commands: define norepo in command decoratorSun, 04 May 2014 20:57:01 -0700, by Gregory Szorc
-
commands: add norepo argument to command decoratorSun, 04 May 2014 20:58:25 -0700, by Gregory Szorc
-
cmdutil: better document command()Sun, 04 May 2014 18:45:04 -0700, by Gregory Szorc
-
convert: update the transplant, rebase and graft references in 'extra'Wed, 11 Jun 2014 22:19:29 -0400, by Matt Harbison
-
merge with stableWed, 18 Jun 2014 20:59:36 -0500, by Matt Mackall
-
run-tests: hold iolock across diff/prompt when interactiveWed, 18 Jun 2014 20:51:49 -0500, by Matt Mackall
-
bookmarks: improve the bookmark help (issue4244)Wed, 18 Jun 2014 15:26:07 -0500, by Matt Mackall
-
push: restore contents of HG_URL for hooks (issue4268) stableWed, 18 Jun 2014 19:46:18 -0500, by Matt Mackall
-
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) stableWed, 18 Jun 2014 13:47:14 -0500, by Matt Mackall
-
hgweb: avoid initialization race (issue4280) stableMon, 16 Jun 2014 13:30:46 -0500, by Matt Mackall
-
p4: accept changesets with no description (issue4282) stableMon, 16 Jun 2014 12:04:48 -0500, by Matt Mackall
-
merge with stableSat, 14 Jun 2014 11:56:20 -0500, by Matt Mackall
-
test-run-tests.t: test the --nodiff optionFri, 30 May 2014 12:57:58 -0700, by Pierre-Yves David
-
test-run-tests.t: test the --interactive optionFri, 30 May 2014 12:12:12 -0700, by Pierre-Yves David
-
run-tests: fixes the '--interactive' option errorFri, 13 Jun 2014 14:45:23 +0530, by anuraggoel
-
run-tests: checks behaviour of test on failure while testingFri, 13 Jun 2014 14:33:02 +0530, by anuraggoel
-
merge with stableFri, 13 Jun 2014 17:42:04 -0500, by Matt Mackall
-
revlog: hold a private reference to self._cache stableFri, 13 Jun 2014 14:17:14 -0500, by Matt Mackall
-
tests: cat error messages are different on Solaris stableMon, 09 Jun 2014 10:34:21 -0700, by Danek Duvall
-
error: restore python 2.4 compatibility for BundleValueErrorTue, 10 Jun 2014 17:00:31 -0700, by Brendan Cully
-
i18n: explicitly decode paragraphsThu, 12 Jun 2014 14:40:45 -0500, by Matt Mackall
-
minirst: explicitly decode substitutionsFri, 13 Jun 2014 14:14:02 -0500, by Matt Mackall
-
test-run-tests.t: tests --jobs optionFri, 30 May 2014 12:12:03 -0700, by Pierre-Yves David
-
test-run-tests.t: test --debug optionFri, 30 May 2014 12:11:51 -0700, by Pierre-Yves David
-
test-run-tests.t: test selection of testfile from the command lineFri, 30 May 2014 12:11:39 -0700, by Pierre-Yves David
-
test-run-tests.t: tests the --retest optionFri, 30 May 2014 12:11:17 -0700, by Pierre-Yves David
-
run-tests: fixes the number of tests ran when '--retest' is enabledThu, 12 Jun 2014 03:20:28 +0530, by anuraggoel
-
run-tests: skipped test should not produce 'i' mark while retestingThu, 12 Jun 2014 02:36:52 +0530, by anuraggoel
-
test-run-tests.t: test running a failing testFri, 30 May 2014 12:10:56 -0700, by Pierre-Yves David
-
run-tests: filter whitespace at end of error diffsFri, 13 Jun 2014 16:36:53 -0500, by Matt Mackall
-
run-tests: produce '!' mark after running a failing testThu, 12 Jun 2014 01:28:22 +0530, by anuraggoel
-
run-tests: produce error on running a failing testThu, 12 Jun 2014 01:36:57 +0530, by anuraggoel
-
test-run-tests.t: test running a passing testFri, 30 May 2014 12:10:19 -0700, by Pierre-Yves David
-
run-tests: don't check for the mercurial library used when using --with-hgTue, 10 Jun 2014 14:32:52 -0700, by Pierre-Yves David
-
test: introduce test-run-tests.tFri, 30 May 2014 12:09:49 -0700, by Pierre-Yves David
-
tests: comment the main purpose of ``test-unified-test.t``Fri, 30 May 2014 11:40:24 -0700, by Pierre-Yves David
-
tests: rename ``test-run-tests.t`` to ``test-unified-test.t``Fri, 30 May 2014 11:35:45 -0700, by Pierre-Yves David
-
wireproto: rephrase the error message for unknown getbundle parametersTue, 27 May 2014 14:45:31 -0700, by Pierre-Yves David
-
patchbomb: reorder header insertions to clarify codeSat, 07 Jun 2014 11:32:37 -0400, by Augie Fackler
-
patchbomb: always use message-id of first patch for series-idSat, 07 Jun 2014 11:06:15 -0400, by Augie Fackler
-
test-patchbomb: normalize glob lines and record their constructionSat, 07 Jun 2014 11:30:06 -0400, by Augie Fackler
-
patchbomb: includes a unique series ID in email headerMon, 05 May 2014 22:51:20 -0700, by Pierre-Yves David
-
color: add parenthesis to help readabilityFri, 30 May 2014 11:28:48 -0700, by Pierre-Yves David
-
status: document the content of the returned tuple in the docstringSat, 31 May 2014 17:26:15 -0700, by Pierre-Yves David
-
resolve: fix grammar of no matching files messageMon, 09 Jun 2014 14:11:17 -0500, by Matt Mackall
-
merge with stableMon, 09 Jun 2014 13:53:23 -0500, by Matt Mackall
-
bash_completion: add -l|--list support for shelveFri, 06 Jun 2014 00:21:46 -0500, by Sean Farley
-
workingctx: duplicate status list received at _poststatus hookSat, 31 May 2014 21:21:06 +0900, by Yuya Nishihara
-
patch: replace functions in fsbackend to use vfsThu, 05 Jun 2014 15:24:29 +0530, by Chinmay Joshi
-
vfs: add unlinkpath to vfsThu, 05 Jun 2014 15:16:44 +0530, by Chinmay Joshi
-
shelve: add option combination tests for refactoring in succeeding patchThu, 05 Jun 2014 22:20:32 +0900, by FUJIWARA Katsunori
-
qfold: allow to specify '--message/'--logfile' and '--edit' at the same timeSun, 01 Jun 2014 00:08:33 +0900, by FUJIWARA Katsunori
-
qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same timeSun, 01 Jun 2014 00:08:32 +0900, by FUJIWARA Katsunori
-
backout: accept '--edit' like other commands creating new changesetSun, 01 Jun 2014 00:08:32 +0900, by FUJIWARA Katsunori
-
gpg: accept '--edit' like other commands creating new changesetSun, 01 Jun 2014 00:08:32 +0900, by FUJIWARA Katsunori
-
memfilectx: add a size methodTue, 03 Jun 2014 13:49:51 -0700, by Sean Farley
-
keyword: suppress keyword expansion while 'hg fetch' for internal merge stableThu, 05 Jun 2014 16:47:14 +0900, by FUJIWARA Katsunori
-
keyword: suppress keyword expansion while 'hg histedit' for internal merge stableThu, 05 Jun 2014 16:47:14 +0900, by FUJIWARA Katsunori
-
keyword: suppress keyword expansion while 'hg backout' for internal merge stableThu, 05 Jun 2014 16:47:14 +0900, by FUJIWARA Katsunori
-
keyword: suppress keyword expansion while 'hg graft' for internal merge stableThu, 05 Jun 2014 16:47:14 +0900, by FUJIWARA Katsunori
-
keyword: suppress keyword expansion while 'hg rebase' for internal merge stableThu, 05 Jun 2014 16:47:13 +0900, by FUJIWARA Katsunori
-
keyword: suppress keyword expansion while 'hg unshelve' for internal merge stableThu, 05 Jun 2014 16:47:13 +0900, by FUJIWARA Katsunori
-
merge with stableSun, 01 Jun 2014 16:01:01 -0700, by Matt Mackall
-
localrepo: prevent leak of transaction object (issue4258) stableWed, 21 May 2014 18:02:35 -0700, by Gregory Szorc
-
i18n-ja: synchronized with 9e12579369f1 stableFri, 30 May 2014 19:52:55 +0900, by FUJIWARA Katsunori
-
i18n-de: translation improvement for gpg extension stableWed, 07 May 2014 09:15:58 +0200, by Jakob Krainz
-
bundlerepo: backout dbf292f65b09Fri, 30 May 2014 11:53:10 -0700, by Matt Mackall
-
merge: drop the quotes around commit descriptionMon, 26 May 2014 11:44:58 -0700, by Pierre-Yves David
-
memfilectx: remove path since it is now inheritedThu, 15 Aug 2013 15:47:15 -0500, by Sean Farley
-
memfilectx: remove __str__ since it is now inheritedThu, 15 Aug 2013 15:46:32 -0500, by Sean Farley
-
memfilectx: remove __nonzero__ since it is now inheritedThu, 15 Aug 2013 15:46:22 -0500, by Sean Farley
-
memfilectx: call super.__init__ instead of duplicating codeThu, 15 Aug 2013 16:49:27 -0500, by Sean Farley
-
memfilectx: inherit from committablefilectxThu, 15 Aug 2013 15:23:36 -0500, by Sean Farley
-
memctx: remove parents since it is now inheritedThu, 15 Aug 2013 15:20:56 -0500, by Sean Farley
-
memctx: remove flags since it is now inheritedThu, 15 Aug 2013 15:19:29 -0500, by Sean Farley
-
memctx: remove extra since it is now inheritedThu, 15 Aug 2013 15:17:05 -0500, by Sean Farley
-
memctx: remove branch since it is now inheritedThu, 15 Aug 2013 15:14:47 -0500, by Sean Farley
-
memctx: remove clean since it is now inheritedWed, 28 May 2014 20:03:38 -0500, by Sean Farley
-
memctx: remove ignored since it is now inheritedWed, 28 May 2014 20:03:29 -0500, by Sean Farley
-
memctx: remove unknown since it is now inheritedWed, 28 May 2014 20:03:19 -0500, by Sean Farley
-
memctx: remove deleted since it is now inheritedThu, 15 Aug 2013 15:13:14 -0500, by Sean Farley
-
memctx: remove removed since it is now inheritedThu, 15 Aug 2013 15:12:54 -0500, by Sean Farley
-
memctx: remove added since it is now inheritedThu, 15 Aug 2013 15:12:46 -0500, by Sean Farley
-
memctx: remove modified since it is now inheritedThu, 15 Aug 2013 15:12:31 -0500, by Sean Farley
-
memctx: remove files since it is now inheritedThu, 15 Aug 2013 15:12:19 -0500, by Sean Farley
-
memctx: remove description since it is now inheritedThu, 15 Aug 2013 15:07:43 -0500, by Sean Farley
-
memctx: remove date since it is now inheritedThu, 15 Aug 2013 15:07:29 -0500, by Sean Farley
-
memctx: remove user since it is now inheritedThu, 15 Aug 2013 15:07:01 -0500, by Sean Farley
-
memctx: remove p2 since it is now inheritedThu, 15 Aug 2013 15:06:39 -0500, by Sean Farley
-
memctx: remove p1 since it is now inheritedThu, 15 Aug 2013 15:06:10 -0500, by Sean Farley
-
memctx: remove __getitem__ since it is now inheritedThu, 15 Aug 2013 15:05:32 -0500, by Sean Farley
-
memctx: remove __nonzero__ since it is now inheritedThu, 15 Aug 2013 15:04:55 -0500, by Sean Farley
-
memctx: remove __int__ since it is now inheritedThu, 15 Aug 2013 15:04:36 -0500, by Sean Farley
-
memctx: remove __str__ since it is now inheritedThu, 15 Aug 2013 15:03:52 -0500, by Sean Farley
-
memctx: call super.__init__ instead of duplicating codeThu, 15 Aug 2013 15:03:03 -0500, by Sean Farley
-
memctx: inherit from committablectxThu, 15 Aug 2013 15:00:03 -0500, by Sean Farley
-
committablectx: fix _manifest doc stringTue, 29 Apr 2014 16:49:27 -0500, by Sean Farley
-
context: fix wrong indentation from renaming methodThu, 29 May 2014 16:09:16 -0500, by Sean Farley
-
push: use bundle2 to push phases when availableTue, 27 May 2014 16:33:06 -0700, by Pierre-Yves David
-
pushkey: add an ``encode`` functionThu, 29 May 2014 15:22:58 -0700, by Pierre-Yves David
-
bundle2: add ``pushkey`` supportTue, 27 May 2014 16:32:50 -0700, by Pierre-Yves David
-
pushkey: add a ``decode`` functionThu, 29 May 2014 15:23:25 -0700, by Pierre-Yves David
-
pull: when remote supports it, pull phase data alongside changesetsTue, 27 May 2014 15:44:46 -0700, by Pierre-Yves David
-
getbundle: support of listkeys argument when bundle2 is usedTue, 27 May 2014 15:43:09 -0700, by Pierre-Yves David
-
getbundle: raise error if extra arguments are provided for bundle10Thu, 29 May 2014 14:59:22 -0700, by Pierre-Yves David
-
bundle: introduce a listkey handlerTue, 27 May 2014 15:42:03 -0700, by Pierre-Yves David
-
pull: split remote phases retrieval from actual applicationTue, 27 May 2014 15:29:08 -0700, by Pierre-Yves David
-
wireproto: use pushkey.decodekeyTue, 27 May 2014 15:02:51 -0700, by Pierre-Yves David
-
pushkey: introduce an ``decodekeys`` functionTue, 27 May 2014 15:00:20 -0700, by Pierre-Yves David
-
wireproto: use pushkey.encodekeyTue, 27 May 2014 15:00:08 -0700, by Pierre-Yves David
-
pushkey: introduce an ``encodekeys`` functionTue, 27 May 2014 14:57:28 -0700, by Pierre-Yves David
-
bundle2: add more phase movement in the testTue, 27 May 2014 13:44:16 -0700, by Pierre-Yves David
-
bundle2: use non-publishing repo in testTue, 27 May 2014 13:40:12 -0700, by Pierre-Yves David
-
bundle2: use a smarter template for testTue, 27 May 2014 13:30:38 -0700, by Pierre-Yves David
-
getbundle: declare type of parametersThu, 22 May 2014 09:53:52 -0700, by Pierre-Yves David
-
bundle2: introduce a ``caps20to10`` functionThu, 22 May 2014 13:31:33 -0700, by Pierre-Yves David
-
bundle2: introduce a bundle2caps functionSat, 24 May 2014 16:20:09 -0700, by Pierre-Yves David
-
exchange: reinsert comment in the right placeThu, 22 May 2014 12:58:07 -0700, by Pierre-Yves David
-
docker: check for docker.io firstThu, 29 May 2014 16:01:39 -0700, by Matt Mackall
-
buildrpm: include release version in .tar.gz nameTue, 20 May 2014 04:07:58 +0200, by Mads Kiilerich
-
buildrpm: remove prompt for uncommitted changes - it was a bad ideaThu, 15 May 2014 01:48:37 +0200, by Mads Kiilerich
-
buildrpm: collect code for building local hg and using it in one placeThu, 15 May 2014 01:48:37 +0200, by Mads Kiilerich
-
buildrpm: various minor cleanupTue, 20 May 2014 03:57:21 +0200, by Mads Kiilerich
-
fix_bytes: loosen blacklist matching requirementsSat, 10 May 2014 14:54:39 -0700, by Gregory Szorc
-
convert: only consider shamap revisions converted if they still existsMon, 19 May 2014 22:12:31 +0200, by Mads Kiilerich
-
convert: introduce hascommitfrommap sink methodMon, 19 May 2014 22:12:30 +0200, by Mads Kiilerich
-
convert: rename sink hascommit to hascommitforsplicemapMon, 19 May 2014 22:11:14 +0200, by Mads Kiilerich
-
tests: better tests for two-way convertMon, 19 May 2014 22:10:50 +0200, by Mads Kiilerich
-
mergetools.hgrc: add minimal configuration for editmergeThu, 29 May 2014 12:25:25 -0700, by Pierre-Yves David
-
merge with stableThu, 29 May 2014 15:41:16 -0700, by Matt Mackall
-
convert: drastically speed up git conversionsTue, 27 May 2014 21:12:24 -0700, by David Schleimer
-
vim: use try catch in vim plugin to avoid conflictsSat, 03 May 2014 19:11:51 +0430, by Ali Vakilzade
-
bundle2: raise BundleValueError error for stream level unsupported paramsWed, 28 May 2014 15:37:47 -0700, by Pierre-Yves David
-
bundle2: support None parttype in BundleValueErrorWed, 28 May 2014 16:46:58 -0700, by Pierre-Yves David
-
bundle2: ignore advisory part with unknown parametersTue, 27 May 2014 12:16:45 -0700, by Pierre-Yves David
-
bundle2: enforce all parameters in a part to be handledTue, 27 May 2014 12:01:00 -0700, by Pierre-Yves David
-
bundle2: declare supported parameters for all handlersWed, 28 May 2014 11:40:07 -0700, by Pierre-Yves David
-
bundle2: make it possible to declare params handled by a part handlerTue, 27 May 2014 11:49:48 -0700, by Pierre-Yves David
-
bundle2: support transmission of params error over the wireWed, 28 May 2014 15:57:23 -0700, by Pierre-Yves David
-
bundle2: introduce a ``params`` attribute to BundleValueErrorWed, 28 May 2014 15:53:34 -0700, by Pierre-Yves David
-
bundle2: introduce a parttype attribute to BundleValueErrorWed, 28 May 2014 15:51:19 -0700, by Pierre-Yves David
-
bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontentTue, 27 May 2014 10:32:07 -0700, by Pierre-Yves David
-
bundle2: move exception classes into the error moduleWed, 28 May 2014 15:31:05 -0700, by Pierre-Yves David
-
bundle2: rename UnknownPartError to BundleValueErrorWed, 28 May 2014 14:22:24 -0700, by Pierre-Yves David
-
context: explicitly return a tupleTue, 27 May 2014 17:04:48 -0500, by Sean Farley
-
wireproto: expose the list of getbundle arguments to extensions stableThu, 22 May 2014 01:49:12 -0700, by Pierre-Yves David
-
run-tests: write .err files earlierTue, 27 May 2014 19:21:12 -0700, by Gregory Szorc
-
run-tests: exit with non-0 exit code when tests fail or warnTue, 27 May 2014 19:10:22 -0700, by Gregory Szorc
-
bundle2: expose mandatory params in a mandatorykeys attributeFri, 23 May 2014 20:23:54 -0700, by Pierre-Yves David
-
bundle2: use the new ``part.params`` dictionaryMon, 26 May 2014 18:45:43 -0700, by Pierre-Yves David
-
bundle2: introduce a ``params`` dictionary on unbundled partsFri, 23 May 2014 17:26:57 -0700, by Pierre-Yves David
-
bundle2: make sure unbundled part param are read-onlyFri, 23 May 2014 17:17:39 -0700, by Pierre-Yves David
-
bundle2: introduce an ``_initparams`` methodWed, 28 May 2014 10:04:02 -0700, by Pierre-Yves David
-
bundle2: forbid duplicate parameter keysThu, 22 May 2014 12:52:09 -0700, by Pierre-Yves David
-
bundle2: update part creators to ``addparam`` when relevantFri, 23 May 2014 16:46:30 -0700, by Pierre-Yves David
-
bundle2: introduce a ``addparam`` method on partThu, 22 May 2014 11:38:40 -0700, by Pierre-Yves David
-
bundle2: the ability to set ``data`` attribute of the part is now officialThu, 22 May 2014 11:21:26 -0700, by Pierre-Yves David
-
bundle2: introduce a ReadOnlyPartError exceptionSat, 24 May 2014 16:08:05 -0700, by Pierre-Yves David
-
bundle2: warn about error during initialization in ``newpart`` docstringFri, 23 May 2014 16:20:30 -0700, by Pierre-Yves David
-
bundle2: track life cycle of partsThu, 22 May 2014 11:14:02 -0700, by Pierre-Yves David
-
bundle2: update all ``addpart`` callers to ``newpart``Fri, 23 May 2014 15:59:19 -0700, by Pierre-Yves David
-
bundle2: have ``newpart`` automatically add the part to the bundleFri, 23 May 2014 15:54:18 -0700, by Pierre-Yves David
-
bundle2: add a ``newpart`` method to ``bundle20``Fri, 23 May 2014 15:45:46 -0700, by Pierre-Yves David
-
bundle2: small doc update on the bundlerThu, 22 May 2014 10:48:37 -0700, by Pierre-Yves David
-
localrepo: replace status method with a shimFri, 25 Apr 2014 15:44:55 -0500, by Sean Farley
-
workingctx: have status method call super instead of customized code.Tue, 27 May 2014 15:55:35 -0700, by Sean Farley
-
basectx: copy localrepo.status methodThu, 24 Apr 2014 18:07:42 -0500, by Sean Farley
-
committablectx: cache _status in _poststatusThu, 24 Apr 2014 17:42:53 -0500, by Sean Farley
-
committablectx: simplify caching the statusThu, 24 Apr 2014 17:31:20 -0500, by Sean Farley
-
localrepo: remove cache code now handled by _prestatusWed, 23 Apr 2014 16:08:20 -0500, by Sean Farley
-
workingctx: add note about super._prestatus calling manifestWed, 23 Apr 2014 16:06:42 -0500, by Sean Farley
-
basectx: preserve loading the cached manifest in _prestatusWed, 23 Apr 2014 16:06:23 -0500, by Sean Farley
-
localrepo: use new subrev method of context.pyFri, 20 Sep 2013 21:59:34 -0500, by Sean Farley
-
committablectx: add subrev method to return NoneFri, 20 Sep 2013 22:07:58 -0500, by Sean Farley
-
basectx: add subrev method to return the rev of a subrepo given a subpathFri, 20 Sep 2013 21:55:42 -0500, by Sean Farley
-
merge with stableTue, 27 May 2014 17:41:20 -0700, by Matt Mackall
-
bundle2: fix bundle2 pulling all revs on empty pulls stableWed, 07 May 2014 17:24:19 -0700, by Durham Goode
-
exchange: propagate arguments to the _getbundleextrapart function stableWed, 07 May 2014 19:28:17 -0700, by Pierre-Yves David
-
discovery: if a push would create a new head, mention the bookmark name if anySat, 08 Mar 2014 19:02:39 +1100, by Stephen Lee
-
revert: use p2 as parent when reverting against itWed, 14 May 2014 10:38:05 -0700, by Pierre-Yves David
-
revert: explicitly get status against the parentWed, 14 May 2014 10:37:25 -0700, by Pierre-Yves David
-
revert: group related data in tuple in the dispatch tableTue, 13 May 2014 17:28:19 -0700, by Pierre-Yves David
-
revert: group action into a single dictionaryTue, 13 May 2014 16:42:31 -0700, by Pierre-Yves David
-
revert: add some inline commentsTue, 13 May 2014 16:29:42 -0700, by Pierre-Yves David
-
revert: cosmetic align of the dispatch tableTue, 13 May 2014 16:29:20 -0700, by Pierre-Yves David
-
revert: add a test case to reverting "add" during mergesTue, 13 May 2014 17:28:19 -0700, by Pierre-Yves David
-
alias: change return code of bad definition to 255 stableSat, 17 May 2014 15:14:18 +0900, by Yuya Nishihara
-
bookmarks: properly align multi-byte characters stableTue, 27 May 2014 15:16:52 -0700, by Matt Mackall
-
tests: fix cut and paste error on encoding alignment test stableTue, 27 May 2014 15:13:13 -0700, by Matt Mackall
-
alias: handle shlex error in command aliases stableSat, 17 May 2014 13:06:16 +0900, by Yuya Nishihara
-
subrepo: normalize path in the specific way for problematic encodings stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: make "_sanitize()" take absolute path to the root of subrepo stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
subrepo: invoke "_sanitize()" also after "git merge --ff" stableThu, 08 May 2014 19:03:00 +0900, by FUJIWARA Katsunori
-
vfs: add lexists() in current apiTue, 27 May 2014 23:02:05 +0530, by Chinmay Joshi
-
bundlerepo: update unlink in getremotechanges to use vfsTue, 27 May 2014 21:56:03 +0530, by Chinmay Joshi
-
docker: update package target to packages/Tue, 27 May 2014 12:09:34 -0700, by Matt Mackall
-
packaging: move output directory from build/ to packages/Tue, 27 May 2014 11:52:39 -0700, by Matt Mackall
-
make: add a basic osx mpkg targetTue, 27 May 2014 11:39:22 -0700, by Matt Mackall
-
setup: make Xcode 5.1 check less specificTue, 27 May 2014 10:31:59 -0700, by Matt Mackall
-
merge with stableMon, 26 May 2014 18:16:23 -0700, by Matt Mackall
-
alias: fix loss of non-zero return code in command aliases stableSat, 17 May 2014 14:43:06 +0900, by Yuya Nishihara
-
exchange: drop dead codeThu, 22 May 2014 16:27:16 -0700, by Pierre-Yves David
-
exchange: fix indentation levelThu, 22 May 2014 13:39:55 -0700, by Pierre-Yves David
-
import: add --partial flag to create a changeset despite failed hunksThu, 08 May 2014 17:08:17 -0700, by Pierre-Yves David
-
update: introduce --tool for controlling the merge toolMon, 19 May 2014 01:53:34 +0200, by Mads Kiilerich
-
merge: fix stupid indentation left over from previous refactoringsFri, 02 May 2014 01:09:14 +0200, by Mads Kiilerich
-
Merge with stableMon, 26 May 2014 12:39:31 -0400, by Augie Fackler
-
revsetbenchmark: support for running on other repoTue, 29 Apr 2014 14:12:32 -0700, by Pierre-Yves David
-
revsetbenchmark: automatically finds the perf extensionTue, 29 Apr 2014 13:18:22 -0700, by Pierre-Yves David
-
bundle2: make sure standard stream are binary stableThu, 15 May 2014 23:53:21 -0700, by Pierre-Yves David
-
revset-benchmark: add max(::(tip~20) - obsolete())Mon, 19 May 2014 14:39:19 -0700, by Pierre-Yves David
-
merge: use separate lists for each action typeFri, 28 Feb 2014 02:25:58 +0100, by Mads Kiilerich
-
changelog: ensure changelog._delaybuf is initialized stableTue, 20 May 2014 13:55:08 -0700, by Pierre-Yves David
-
proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1 stableThu, 22 May 2014 22:05:26 +0900, by Yuya Nishihara
-
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257) stableFri, 23 May 2014 17:29:04 +0100, by Jim Hague
-
resolve: don't abort resolve -l even when no merge is in progressFri, 23 May 2014 13:10:31 -0700, by Siddharth Agarwal
-
templates: fix ifcontains against sets with length > 1 (issue4259) stableFri, 23 May 2014 16:25:55 -0700, by Durham Goode
-
run-tests: assign value to ESCAPEMAP - dict.update do not return selfSun, 25 May 2014 13:47:42 +0200, by Mads Kiilerich
-
run-tests: fix invalid reference to stringescape after a36cc85a5b7bSun, 25 May 2014 13:47:19 +0200, by Mads Kiilerich
-
update: specify custom conflict markers for update (BC)Fri, 09 May 2014 18:09:11 -0700, by Durham Goode
-
run-tests: add docstringsFri, 09 May 2014 16:13:14 -0700, by Gregory Szorc
-
run-tests: avoid duplicate code in vlog()Fri, 09 May 2014 15:55:58 -0700, by Gregory Szorc
-
run-tests: make attributes of TestRunner internalFri, 25 Apr 2014 15:34:28 -0700, by Gregory Szorc
-
run-tests: make testdir an argument of TestSuite.__init__Fri, 25 Apr 2014 15:11:38 -0700, by Gregory Szorc
-
run-tests: move loop to a named argument of TestSuite.__init__Fri, 25 Apr 2014 15:08:03 -0700, by Gregory Szorc
-
run-tests: make keywords a named argument to TestSuite.__init__Fri, 25 Apr 2014 15:06:23 -0700, by Gregory Szorc
-
run-tests: make retest a named argument of TestSuite.__init__Fri, 25 Apr 2014 15:03:06 -0700, by Gregory Szorc
-
run-tests: move whitelist and blacklist to named arguments of TestSuiteFri, 25 Apr 2014 15:00:54 -0700, by Gregory Szorc
-
run-tests: pass jobs into TestSuite constructorFri, 25 Apr 2014 14:51:53 -0700, by Gregory Szorc
-
help: add local/other description to merge tool descriptionFri, 16 May 2014 13:15:07 -0700, by Durham Goode
-
rebase: specify custom conflict marker labels for rebase (BC)Thu, 08 May 2014 16:55:56 -0700, by Durham Goode
-
graft: customize graft conflict markers (BC)Fri, 09 May 2014 18:15:02 -0700, by Durham Goode
-
merge: add labels parameter from merge.update to filemergeThu, 08 May 2014 16:54:23 -0700, by Durham Goode
-
run-tests: move interactive test acceptance into TestResultTue, 22 Apr 2014 13:32:05 -0700, by Gregory Szorc
-
run-tests: raise WarnTest outside of Test.fail()Tue, 22 Apr 2014 13:25:17 -0700, by Gregory Szorc
-
run-tests: move diff generation into TestResultTue, 22 Apr 2014 13:16:34 -0700, by Gregory Szorc
-
run-tests: remove global abort flagTue, 22 Apr 2014 12:35:18 -0700, by Gregory Szorc
-
merge: add conflict marker formatter (BC)Thu, 08 May 2014 16:50:22 -0700, by Durham Goode
-
run-tests: remove options from Test.__init__Tue, 22 Apr 2014 12:20:10 -0700, by Gregory Szorc
-
run-tests: move shell to Test.__init__Tue, 22 Apr 2014 12:17:23 -0700, by Gregory Szorc
-
run-tests: move py3kwarnings to Test.__init__Tue, 22 Apr 2014 12:15:55 -0700, by Gregory Szorc
-
run-tests: move extra config options to Test.__init__Tue, 22 Apr 2014 12:13:40 -0700, by Gregory Szorc
-
run-tests: refactor port number declarationTue, 22 Apr 2014 12:10:25 -0700, by Gregory Szorc
-
run-tests: move timeout into Test.__init__Tue, 22 Apr 2014 12:04:15 -0700, by Gregory Szorc
-
run-tests: move interactive to Test.__init__Tue, 22 Apr 2014 12:01:31 -0700, by Gregory Szorc
-
run-tests: move diff options into arguments of Test.__init__Tue, 22 Apr 2014 11:58:32 -0700, by Gregory Szorc
-
run-tests: move debug into an argument to Test.__init__Tue, 22 Apr 2014 11:44:34 -0700, by Gregory Szorc
-
run-tests: factor options.keep_tmpdir into an argument to Test.__init__Tue, 22 Apr 2014 11:41:10 -0700, by Gregory Szorc
-
run-tests: remove redundant test name filterTue, 22 Apr 2014 12:29:33 -0700, by Gregory Szorc
-
run-tests: move test filtering into TestSuite.run()Tue, 22 Apr 2014 11:38:14 -0700, by Gregory Szorc
-
run-tests: no longer pass a TestRunner into Test.__init__Tue, 22 Apr 2014 10:13:41 -0700, by Gregory Szorc
-
run-tests: pass abort into Test.__init__Tue, 22 Apr 2014 10:12:19 -0700, by Gregory Szorc
-
run-tests: pass temp dir into Test.__init__Tue, 22 Apr 2014 10:05:32 -0700, by Gregory Szorc
-
update: show message when a bookmark is activated by updateThu, 07 Mar 2013 14:17:56 +1100, by Stephen Lee
-
run-tests: pass a full test path into Test.__init__Tue, 22 Apr 2014 10:01:22 -0700, by Gregory Szorc
-
run-tests: factor refpath into Test classesMon, 21 Apr 2014 16:43:36 -0700, by Gregory Szorc
-
run-tests: don't trap exceptions in Test.runTest()Sun, 20 Apr 2014 18:23:48 -0700, by Gregory Szorc
-
run-tests: factor options out of run()Sun, 20 Apr 2014 18:20:24 -0700, by Gregory Szorc
-
convert: mercurial source: convert global tags only - not local tagsFri, 16 May 2014 02:30:27 +0200, by Mads Kiilerich
-
run-tests: refactor temporary directories in TestSun, 20 Apr 2014 18:15:38 -0700, by Gregory Szorc
-
run-tests: move _executetests into TestSuiteSun, 20 Apr 2014 17:42:31 -0700, by Gregory Szorc
-
run-tests: capture execution times in TestResultSun, 20 Apr 2014 17:39:26 -0700, by Gregory Szorc
-
run-tests: move outputtimes() into unittest runner classSun, 20 Apr 2014 17:28:24 -0700, by Gregory Szorc
-
run-tests: refactor how times are recordedSun, 20 Apr 2014 17:21:24 -0700, by Gregory Szorc
-
run-tests: eliminate Test._resultSun, 20 Apr 2014 17:13:10 -0700, by Gregory Szorc
-
run-tests: replace Test.ignore() with raise IgnoreTestSun, 20 Apr 2014 17:10:49 -0700, by Gregory Szorc
-
run-tests: replace Test.skip() with raise SkipTestSun, 20 Apr 2014 17:09:52 -0700, by Gregory Szorc
-
run-tests: remove some legacy code around result handlingSun, 20 Apr 2014 17:06:57 -0700, by Gregory Szorc
-
run-tests: merge MercurialTest into TestSun, 20 Apr 2014 17:04:42 -0700, by Gregory Szorc
-
check-code: check for consistent usage of the websub filter in hgweb templatesSat, 17 May 2014 17:11:06 +0800, by Steven Brown
-
hgweb: apply websub filter to the changeset description in rss and atom feedsSat, 17 May 2014 17:10:23 +0800, by Steven Brown
-
tests: write the hgrc file for test-hgweb-commands.t with cat instead of echoSat, 17 May 2014 17:09:46 +0800, by Steven Brown
-
tests: tests for the rss feedsSat, 17 May 2014 17:09:10 +0800, by Steven Brown
-
localrepo: use _matchstatus of context objectsWed, 23 Apr 2014 15:54:26 -0500, by Sean Farley
-
workingctx: override _matchstatus for parentworking caseThu, 24 Apr 2014 08:32:28 -0500, by Sean Farley
-
basectx: add _matchstatus method for factoring out last of parentworking logicWed, 23 Apr 2014 15:39:30 -0500, by Sean Farley
-
workingctx: use inheritance for _buildstatus while keeping the fastpathThu, 24 Apr 2014 08:34:44 -0500, by Sean Farley
-
localrepo: remove unneeded unpacking of rTue, 22 Apr 2014 19:06:37 -0500, by Sean Farley
-
localrepo: call _poststatus hook instead of hardcoding symlink knowledgeTue, 22 Apr 2014 13:02:38 -0500, by Sean Farley
-
workingctx: add _poststatus method to call _filtersuspectsymlinkTue, 22 Apr 2014 12:59:22 -0500, by Sean Farley
-
context: add a no-op _poststatus methodTue, 22 Apr 2014 12:51:58 -0500, by Sean Farley
-
localrepo: call _prestatus hook instead of hardcoding dirstate knowledgeTue, 22 Apr 2014 12:43:20 -0500, by Sean Farley
-
workingctx: add _prestatus method to call _dirstatestatusMon, 21 Apr 2014 22:12:59 -0500, by Sean Farley
-
context: add a no-op _prestatus methodMon, 21 Apr 2014 21:39:10 -0500, by Sean Farley
-
localrepo: use _buildstatus from contextMon, 21 Apr 2014 21:36:14 -0500, by Sean Farley
-
context: add _buildstatus methodMon, 21 Apr 2014 21:35:36 -0500, by Sean Farley
-
localrepo: remove workingctx logic already moved to contextMon, 21 Apr 2014 20:42:42 -0500, by Sean Farley
-
localrepo: move the order of local variablesMon, 21 Apr 2014 20:23:47 -0500, by Sean Farley
-
localrepo: factor out _manifestmatch logic for workingctxTue, 15 Apr 2014 15:43:30 -0500, by Sean Farley
-
localrepo: use _manifestmatches instead of duplicating logicTue, 11 Mar 2014 18:38:44 -0500, by Sean Farley
-
basectx: add _manifestmatches methodWed, 23 Apr 2014 20:52:10 -0500, by Sean Farley
-
localrepo: always set the variable r in status methodTue, 11 Mar 2014 18:35:39 -0500, by Sean Farley
-
run-tests: execute tests via unittestSun, 20 Apr 2014 16:44:45 -0700, by Gregory Szorc
-
run-tests: implement Test.__str__Tue, 22 Apr 2014 13:37:27 -0700, by Gregory Szorc
-
run-tests: make failure reporting in unittest mode equivalent to defaultMon, 21 Apr 2014 12:15:55 -0700, by Gregory Szorc
-
run-tests: ignore failures from rmtreeSun, 20 Apr 2014 16:54:51 -0700, by Gregory Szorc
-
run-tests: abort tests after first failure in unittest modeSun, 20 Apr 2014 16:53:49 -0700, by Gregory Szorc
-
run-tests: print compatible output from TextTestRunnerSun, 20 Apr 2014 16:39:05 -0700, by Gregory Szorc
-
run-tests: don't print results in unittest modeSun, 20 Apr 2014 16:17:18 -0700, by Gregory Szorc
-
run-tests: move errpath deletion to setUp()Sun, 20 Apr 2014 15:53:25 -0700, by Gregory Szorc
-
run-tests: kill daemons during tearDown()Sun, 20 Apr 2014 15:46:34 -0700, by Gregory Szorc
-
run-tests: move err file writing to tearDown()Mon, 21 Apr 2014 09:30:11 -0700, by Gregory Szorc
-
run-tests: refactor testtmpSun, 20 Apr 2014 15:40:22 -0700, by Gregory Szorc
-
run-tests: store skipped state on TestSun, 20 Apr 2014 15:19:21 -0700, by Gregory Szorc
-
run-tests: move some functionality to Test.tearDown()Sun, 20 Apr 2014 15:16:29 -0700, by Gregory Szorc
-
run-tests: store last result in Test._resultSun, 20 Apr 2014 15:08:05 -0700, by Gregory Szorc
-
run-tests: report test duration in Test.tearDown()Sun, 20 Apr 2014 15:00:13 -0700, by Gregory Szorc
-
run-tests: store test return code and output in Test instanceSun, 20 Apr 2014 14:58:36 -0700, by Gregory Szorc
-
run-tests: keep track of test start and stop in MercurialTest.run()Sun, 20 Apr 2014 14:55:33 -0700, by Gregory Szorc
-
run-tests: keep track of test execution state in TestSun, 20 Apr 2014 14:52:57 -0700, by Gregory Szorc
-
run-tests: support setUp() and tearDown() in TestCase wrapperSun, 20 Apr 2014 14:41:11 -0700, by Gregory Szorc
-
run-tests: fail tests by raising an exceptionSun, 20 Apr 2014 14:34:03 -0700, by Gregory Szorc
-
run-tests: record warnings by raising WarnTestSun, 20 Apr 2014 14:32:03 -0700, by Gregory Szorc
-
run-tests: record ignored tests by raising IgnoreTestSun, 20 Apr 2014 14:28:29 -0700, by Gregory Szorc
-
run-tests: record skips by raising SkipTestSun, 20 Apr 2014 14:23:50 -0700, by Gregory Szorc
-
run-tests: implement TestCase.run()Sun, 20 Apr 2014 14:19:59 -0700, by Gregory Szorc
-
run-tests: don't print progress from Test when in unittest modeSun, 20 Apr 2014 14:04:37 -0700, by Gregory Szorc
-
run-tests: define a custom TestSuite that uses _executetests()Sun, 20 Apr 2014 13:04:19 -0700, by Gregory Szorc
-
run-tests: pass an optional TestResult into _executetests()Sun, 20 Apr 2014 13:00:40 -0700, by Gregory Szorc
-
run-tests: pass Test instances into TestRunner._executetests()Sun, 20 Apr 2014 12:49:43 -0700, by Gregory Szorc
-
run-tests: define cleanup() on unittest classSat, 17 May 2014 12:35:44 -0700, by Gregory Szorc
-
run-tests: rename Test._test to Test.nameSun, 20 Apr 2014 12:45:44 -0700, by Gregory Szorc
-
run-tests: teach Test instances whether they are in unittest modeSun, 20 Apr 2014 12:19:48 -0700, by Gregory Szorc
-
run-tests: teach unittest about warned resultsSun, 20 Apr 2014 11:55:02 -0700, by Gregory Szorc
-
run-tests: document how success code is handledSun, 20 Apr 2014 11:52:41 -0700, by Gregory Szorc
-
run-tests: teach unittest about ignored testsSun, 20 Apr 2014 11:51:11 -0700, by Gregory Szorc
-
run-tests: teach unittest about skipped testsSun, 20 Apr 2014 11:48:19 -0700, by Gregory Szorc
-
run-tests: define custom result and runner classes for unittestSun, 20 Apr 2014 11:47:40 -0700, by Gregory Szorc
-
run-tests: start to report test results against TestResultSun, 20 Apr 2014 11:29:39 -0700, by Gregory Szorc
-
run-tests: give unittest wrapper a short descriptionSun, 20 Apr 2014 11:24:37 -0700, by Gregory Szorc
-
run-tests: initial support for running tests with unittestSun, 20 Apr 2014 11:22:08 -0700, by Gregory Szorc
-
localrepo: reverse contexts in statusWed, 16 Apr 2014 16:34:48 -0500, by Sean Farley
-
test: split test-largefile.t in multiple fileFri, 16 May 2014 13:18:57 -0700, by Pierre-Yves David
-
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: fold the code path to invoke editor into specific logic (qnew)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
cmdutil: enhance "getcommiteditor()" for specific usages in MQSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
import: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
graft: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
amend: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
commit: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
backout: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
backout: avoid redundant message examinationSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
transplant: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
rebase: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use the editor gotten by "getcommiteditor()" for "message"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
fetch: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editorSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
update: when deactivating a bookmark, print a messageWed, 14 May 2014 12:49:55 -0700, by Siddharth Agarwal
-
doc: improves merge-tools example with an overwrite of existing configThu, 02 Aug 2012 13:51:34 +0200, by Pierre-Yves David
-
help: add additional information in the merge-tools section of config helpMon, 12 May 2014 17:40:58 -0700, by Pierre-Yves David
-
subrepo: use subrepo shortid method to generate subrepo diverged promptchoiceWed, 07 May 2014 00:13:22 +0200, by Angel Ezquerra
-
subrepo: add shortid() method to subrepo classesWed, 07 May 2014 00:08:20 +0200, by Angel Ezquerra
-
localrepo: call _dirstatestatus instead of duplicating logicTue, 11 Mar 2014 18:32:16 -0500, by Sean Farley
-
workingctx: call _dirstatestatus in statusTue, 22 Apr 2014 13:20:30 -0500, by Sean Farley
-
context: add private _dirstatestatus methodTue, 22 Apr 2014 13:14:51 -0500, by Sean Farley
-
committablectx: move status to workingctxTue, 11 Mar 2014 18:28:09 -0500, by Sean Farley
-
localrepo: factor out parentworking logic for comparing filesTue, 11 Mar 2014 18:10:00 -0500, by Sean Farley
-
localrepo: improve dirstate.normal lookup by cacheing the functionTue, 11 Mar 2014 17:44:09 -0500, by Sean Farley
-
localrepo: move symlink logic to workingctxFri, 07 Mar 2014 13:32:37 -0800, by Sean Farley
-
merge: separate worker functions for batch remove and batch getFri, 09 May 2014 12:01:56 +0200, by Mads Kiilerich
-
merge: change debug logging - test output changes but no real changesTue, 22 Apr 2014 02:10:25 +0200, by Mads Kiilerich
-
merge: move constant assignments a bit and use them moreThu, 15 May 2014 02:14:59 +0200, by Mads Kiilerich
-
merge: change priority / ordering of merge actionsFri, 02 May 2014 01:09:14 +0200, by Mads Kiilerich
-
run-tests: fix --interactive optionSat, 17 May 2014 00:47:42 -0700, by Pierre-Yves David
-
run-test: fix AttributeError in the --interactive promptSat, 17 May 2014 00:38:48 -0700, by Pierre-Yves David
-
run-test: restore the -i prompt by write .err before checking if it existsSat, 17 May 2014 00:37:06 -0700, by Pierre-Yves David
-
run-tests: move _gethgpath() into TestRunnerSun, 20 Apr 2014 11:04:25 -0700, by Gregory Szorc
-
run-tests: move string escaping to TTestSun, 20 Apr 2014 10:34:52 -0700, by Gregory Szorc
-
run-tests: add some docstringsSun, 20 Apr 2014 10:28:35 -0700, by Gregory Szorc
-
run-tests: move createhgrc into TestSun, 20 Apr 2014 10:24:00 -0700, by Gregory Szorc
-
run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTestSun, 20 Apr 2014 10:19:58 -0700, by Gregory Szorc
-
run-tests: move SKIPPED_STATUS into Test classSun, 20 Apr 2014 10:16:36 -0700, by Gregory Szorc
-
run-tests: move parsehghaveoutput() into TTestSun, 20 Apr 2014 10:14:25 -0700, by Gregory Szorc
-
run-tests: make some methods of TestRunner internalSun, 20 Apr 2014 10:11:46 -0700, by Gregory Szorc
-
run-tests: eliminate main()Sun, 20 Apr 2014 10:09:23 -0700, by Gregory Szorc
-
run-tests: move option parser logic to TestRunner.run()Sun, 20 Apr 2014 10:08:33 -0700, by Gregory Szorc
-
run-tests: move umask into TestRunner.run()Sun, 20 Apr 2014 10:06:19 -0700, by Gregory Szorc
-
run-tests: move checktools into TestRunner.run()Sun, 20 Apr 2014 10:05:00 -0700, by Gregory Szorc
-
run-tests: move test discovery into TestRunner.run()Sun, 20 Apr 2014 10:04:15 -0700, by Gregory Szorc
-
run-tests: move test shuffling and sorting into TestRunnerSun, 20 Apr 2014 10:03:08 -0700, by Gregory Szorc
-
run-tests: assign testdir in TestRunnerSun, 20 Apr 2014 10:00:59 -0700, by Gregory Szorc
-
run-tests: move hash seed logic to TestRunnerSun, 20 Apr 2014 09:59:01 -0700, by Gregory Szorc
-
run-tests: move tmpdir calculations into TestRunnerSun, 20 Apr 2014 09:58:26 -0700, by Gregory Szorc
-
run-tests: move more path calculations into TestRunnerSun, 20 Apr 2014 09:57:02 -0700, by Gregory Szorc
-
run-tests: move pypath manipulation into TestRunnerSun, 20 Apr 2014 09:54:28 -0700, by Gregory Szorc
-
run-tests: establish TestRunner.run()Sun, 20 Apr 2014 09:49:33 -0700, by Gregory Szorc
-
run-tests: move program searching into TestRunnerSun, 20 Apr 2014 09:44:39 -0700, by Gregory Szorc
-
run-tests: allow TestRunner to be passed into main()Sun, 20 Apr 2014 09:40:27 -0700, by Gregory Szorc
-
run-tests: move test discovery logic into a functionSun, 20 Apr 2014 00:23:06 -0700, by Gregory Szorc
-
run-tests: move scheduletests() into TestRunnerSun, 20 Apr 2014 00:12:26 -0700, by Gregory Szorc
-
run-tests: move abort global to TestRunnerSun, 20 Apr 2014 00:10:06 -0700, by Gregory Szorc
-
run-tests: move runtests() into TestRunnerSun, 20 Apr 2014 00:06:30 -0700, by Gregory Szorc
-
run-tests: move results global into TestRunnerSun, 20 Apr 2014 00:03:32 -0700, by Gregory Szorc
-
run-tests: move times global into TestRunnerSat, 19 Apr 2014 23:59:06 -0700, by Gregory Szorc
-
run-tests: move gettest() into TestRunnerSat, 19 Apr 2014 23:53:23 -0700, by Gregory Szorc
-
run-tests: move outputcoverage() into TestRunnerSat, 19 Apr 2014 23:49:23 -0700, by Gregory Szorc
-
run-tests: move outputtimes() into TestRunnerSat, 19 Apr 2014 23:47:59 -0700, by Gregory Szorc
-
run-tests: move checkhglib into TestRunnerSat, 19 Apr 2014 23:44:56 -0700, by Gregory Szorc
-
run-tests: move installhg() into TestRunnerSat, 19 Apr 2014 23:43:00 -0700, by Gregory Szorc
-
run-tests: move createdfiles out of a global and into TestRunnerSat, 19 Apr 2014 23:39:38 -0700, by Gregory Szorc
-
run-tests: move usecorrectpython() into TestRunnerSat, 19 Apr 2014 23:38:10 -0700, by Gregory Szorc
-
run-tests: move cleanup() into TestRunnerSat, 19 Apr 2014 23:35:27 -0700, by Gregory Szorc
-
run-tests: add options to runnerSat, 19 Apr 2014 23:33:44 -0700, by Gregory Szorc
-
run-tests: add options to runnerSat, 19 Apr 2014 23:28:59 -0700, by Gregory Szorc
-
run-tests: move COVERAGE_FILE out of a globalSat, 19 Apr 2014 23:27:11 -0700, by Gregory Szorc
-
run-tests: move PYTHONDIR out of a globalSat, 19 Apr 2014 23:26:15 -0700, by Gregory Szorc
-
run-tests: move TMPBINDIR out of a globalSat, 19 Apr 2014 23:24:39 -0700, by Gregory Szorc
-
run-tests: move BINDIR out of a globalSat, 19 Apr 2014 23:22:47 -0700, by Gregory Szorc
-
run-tests: move INST out of a globalSat, 19 Apr 2014 23:20:42 -0700, by Gregory Szorc
-
run-tests: move HGTMP out of a globalSat, 19 Apr 2014 23:19:23 -0700, by Gregory Szorc
-
run-tests: move TESTDIR out of a globalSat, 19 Apr 2014 23:15:24 -0700, by Gregory Szorc
-
run-tests: establish a class to hold testing stateSat, 19 Apr 2014 23:07:17 -0700, by Gregory Szorc
-
run-tests: refactor runone() into gettest() and scheduletests()Sat, 19 Apr 2014 22:02:55 -0700, by Gregory Szorc
-
run-tests: move computation of test paths into Test.__init__Sat, 19 Apr 2014 21:53:15 -0700, by Gregory Szorc
-
run-tests: move logging of test start into Test.run()Sat, 19 Apr 2014 21:50:23 -0700, by Gregory Szorc
-
run-tests: remove remaining uses of TestResultSat, 19 Apr 2014 21:21:57 -0700, by Gregory Szorc
-
run-tests: move output writing to Test.run()Sat, 19 Apr 2014 21:17:39 -0700, by Gregory Szorc
-
run-tests: move err file saving to Test.run()Sat, 19 Apr 2014 21:14:31 -0700, by Gregory Szorc
-
run-tests: emit exception failure result from Test.run()Sat, 19 Apr 2014 21:10:22 -0700, by Gregory Szorc
-
run-tests: move test name filter to Test.run()Sat, 19 Apr 2014 21:08:03 -0700, by Gregory Szorc
-
run-tests: move keyword processing into Test.run()Sat, 19 Apr 2014 21:05:50 -0700, by Gregory Szorc
-
run-tests: move retesting result to Test.run()Sat, 19 Apr 2014 21:04:08 -0700, by Gregory Szorc
-
run-tests: move blacklist skipping to Test.run()Sat, 19 Apr 2014 21:02:51 -0700, by Gregory Szorc
-
run-tests: check for test file existence in Test.run()Sat, 19 Apr 2014 21:00:24 -0700, by Gregory Szorc
-
run-tests: move remaining result processing to Test.run()Sat, 19 Apr 2014 20:53:45 -0700, by Gregory Szorc
-
run-tests: move output difference processing to Test.run()Sat, 19 Apr 2014 20:52:58 -0700, by Gregory Szorc
-
run-tests: generate timeout result in Test.run()Sat, 19 Apr 2014 20:48:16 -0700, by Gregory Szorc
-
run-tests: add skip processing to TestSat, 19 Apr 2014 20:47:14 -0700, by Gregory Szorc
-
run-tests: move fail() into TestSat, 19 Apr 2014 20:41:08 -0700, by Gregory Szorc
-
run-tests: move success() into TestSat, 19 Apr 2014 20:35:54 -0700, by Gregory Szorc
-
run-tests: move err path handling to TestSat, 19 Apr 2014 20:32:38 -0700, by Gregory Szorc
-
run-tests: handle interrupted in Test.run()Sat, 19 Apr 2014 20:27:18 -0700, by Gregory Szorc
-
run-tests: kill daemons during Test.cleanup()Sat, 19 Apr 2014 20:22:32 -0700, by Gregory Szorc
-
run-tests: capture reference output in Test.__init__Sat, 19 Apr 2014 18:50:40 -0700, by Gregory Szorc
-
run-tests: make globmatch a static method of TTestSat, 19 Apr 2014 16:14:30 -0700, by Gregory Szorc
-
run-tests: make rematch a static method of TTestSat, 19 Apr 2014 16:13:02 -0700, by Gregory Szorc
-
run-tests: make linematch a static method of TTestSat, 19 Apr 2014 16:11:49 -0700, by Gregory Szorc
-
run-tests: finish moving tsttest() into TTestSat, 19 Apr 2014 15:37:50 -0700, by Gregory Szorc
-
run-tests: move t test execution from tsttest() to TTest.run()Sat, 19 Apr 2014 15:28:31 -0700, by Gregory Szorc
-
run-tests: move t test parsing into its own functionSat, 19 Apr 2014 15:19:28 -0700, by Gregory Szorc
-
run-tests: roll pytest() into PythonTest._run()Sat, 19 Apr 2014 14:54:04 -0700, by Gregory Szorc
-
run-tests: remove threadtmp in Test.cleanup()Sat, 19 Apr 2014 14:51:43 -0700, by Gregory Szorc
-
run-tests: allow Test.run() to run multiple timesSat, 19 Apr 2014 14:47:34 -0700, by Gregory Szorc
-
run-tests: capture reference output in TestResult classSat, 19 Apr 2014 14:09:46 -0700, by Gregory Szorc
-
run-tests: give TestResult a skipped attributeSat, 19 Apr 2014 14:01:18 -0700, by Gregory Szorc
-
run-tests: pass TestResult into run()Sat, 19 Apr 2014 18:31:22 -0700, by Gregory Szorc
-
run-tests: capture execution results in a TestResult classSat, 19 Apr 2014 13:50:25 -0700, by Gregory Szorc
-
run-tests: clean up temp directory variablesSat, 19 Apr 2014 13:29:26 -0700, by Gregory Szorc
-
run-tests: move env into TestSat, 19 Apr 2014 13:26:12 -0700, by Gregory Szorc
-
run-tests: move killdaemons into Test.run()Sat, 19 Apr 2014 13:22:52 -0700, by Gregory Szorc
-
run-tests: move replacements and port management into TestSat, 19 Apr 2014 13:18:55 -0700, by Gregory Szorc
-
run-tests: move createhgrc() call into Test.run()Sat, 19 Apr 2014 13:11:49 -0700, by Gregory Szorc
-
run-tests: move createenv() into TestSat, 19 Apr 2014 13:07:05 -0700, by Gregory Szorc
-
run-tests: move replacements generation into TestSat, 19 Apr 2014 13:03:24 -0700, by Gregory Szorc
-
run-tests: move testtmp into Test classSat, 19 Apr 2014 12:54:09 -0700, by Gregory Szorc
-
run-tests: create classes for representing testsSat, 19 Apr 2014 12:26:34 -0700, by Gregory Szorc
-
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical listWed, 30 Apr 2014 18:40:20 -0700, by Pierre-Yves David
-
filterpyflakes: filter WindowsError unconditionallyTue, 13 May 2014 19:29:45 -0500, by Matt Mackall
-
filterpyflakes: make memoryview filtering unconditionalTue, 13 May 2014 19:22:40 -0500, by Matt Mackall
-
py3kcompat: drop unused exportTue, 13 May 2014 15:22:36 -0500, by Matt Mackall
-
py3kcompat: don't convert os.environ to bytesSat, 10 May 2014 15:22:04 -0700, by Gregory Szorc
-
demandimport: pass proper level to __import__ in Python 3Sat, 10 May 2014 14:57:25 -0700, by Gregory Szorc
-
help: suggest keyword search when no topic is foundWed, 16 Apr 2014 19:55:40 -0400, by Pierre-Yves David
-
help: provide a more helpful message when no keyword are matchedWed, 16 Apr 2014 20:01:03 -0400, by Pierre-Yves David
-
revsetbenchmark: use optparse to retrieve argumentTue, 29 Apr 2014 11:40:42 -0700, by Pierre-Yves David
-
revsetbenchmark: add a usage message when no arguments are passedFri, 25 Apr 2014 13:35:31 -0700, by Pierre-Yves David
-
revsetbenchmark: add `::tip and draft()` to the canonical listTue, 29 Apr 2014 19:15:36 -0700, by Pierre-Yves David
-
revset: cosmetic changes in spanset range comparisonMon, 28 Apr 2014 15:14:11 -0700, by Pierre-Yves David
-
revset: drop spanset._containedFri, 25 Apr 2014 23:38:24 -0700, by Pierre-Yves David
-
patchbomb: includes series information in the headerMon, 05 May 2014 22:47:14 -0700, by Pierre-Yves David
-
pager: add attend-<command> optionFri, 09 May 2014 13:32:56 -0500, by Matt Mackall
-
pager: variable reorderFri, 09 May 2014 13:10:23 -0500, by Matt Mackall
-
pager: break auto out of command check loopFri, 09 May 2014 13:07:50 -0500, by Matt Mackall
-
pager: break always out of command check loopFri, 09 May 2014 13:05:52 -0500, by Matt Mackall
-
pager: break pager invocation out of command check loopFri, 09 May 2014 12:58:53 -0500, by Matt Mackall
-
tests: fix test failure on vfatThu, 08 May 2014 11:11:27 -0500, by Matt Mackall
-
largefiles: include largefiles when doing log on a directory (issue4241)Thu, 08 May 2014 19:45:22 +0200, by Mads Kiilerich
-
journal: set Abort hint when failing due to an abandoned transactionThu, 08 May 2014 14:58:25 +0000, by Johan Bjork
-
merge: define conflict marker labels in filemerge()Thu, 08 May 2014 16:37:33 -0700, by Durham Goode
-
merge: prevent simplemerge from mutating label listThu, 08 May 2014 16:33:06 -0700, by Durham Goode
-
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier PythonFri, 09 May 2014 08:44:53 +0900, by FUJIWARA Katsunori
-
mq: eliminate unused variable for test-check-pyflakes.tFri, 09 May 2014 08:44:53 +0900, by FUJIWARA Katsunori
-
merge: make debug output slightly more helpful by including message for actionTue, 22 Apr 2014 02:09:24 +0200, by Mads Kiilerich
-
merge: simplify mergestate iterSun, 13 May 2012 17:45:08 +0200, by Mads Kiilerich
-
resolve: simplify "finished" messageFri, 09 May 2014 14:46:50 -0500, by Matt Mackall
-
resolve: print message when no unresolved files remain (issue4214)Fri, 18 Apr 2014 22:19:25 -0700, by Gregory Szorc
-
resolve: print warning when no work performed (issue4208)Fri, 18 Apr 2014 18:56:26 -0700, by Gregory Szorc
-
resolve: abort when not applicable (BC)Fri, 18 Apr 2014 19:08:32 -0700, by Gregory Szorc
-
resolve: split testFri, 18 Apr 2014 18:26:42 -0700, by Gregory Szorc
-
resolve: use early continue and deindentFri, 18 Apr 2014 18:19:46 -0700, by Gregory Szorc
-
mergestate: consistently set variables to NoneThu, 08 May 2014 16:48:28 -0700, by Gregory Szorc
-
changegroup: refactor outgoing logic into a functionWed, 07 May 2014 17:22:34 -0700, by Durham Goode
-
bundle2: fix bundle2 pulling all revs on empty pullsWed, 07 May 2014 17:24:19 -0700, by Durham Goode
-
exchange: fix bad indentationWed, 07 May 2014 19:26:15 -0700, by Pierre-Yves David
-
exchange: propagate arguments to the _getbundleextrapart functionWed, 07 May 2014 19:28:17 -0700, by Pierre-Yves David
-
bundle2: fix configuration name mismatchWed, 07 May 2014 17:20:38 -0700, by Durham Goode
-
build: initial support for in-tree autobuilding recipesWed, 07 May 2014 17:58:13 -0500, by Matt Mackall
-
tests: declare commands using decoratorSun, 04 May 2014 22:48:07 -0700, by Gregory Szorc
-
share: declare commands using decoratorSun, 04 May 2014 21:33:14 -0700, by Gregory Szorc
-
relink: declare command using decoratorSun, 04 May 2014 21:52:25 -0700, by Gregory Szorc
-
record: declare commands using decoratorSun, 04 May 2014 22:35:37 -0700, by Gregory Szorc
-
hgk: declare commands using decoratorSun, 04 May 2014 21:31:51 -0700, by Gregory Szorc
-
color: declare command using decoratorSun, 04 May 2014 21:48:10 -0700, by Gregory Szorc
-
children: declare command using decoratorSun, 04 May 2014 21:46:49 -0700, by Gregory Szorc
-
fetch: declare command using decoratorSun, 04 May 2014 21:48:41 -0700, by Gregory Szorc
-
extdiff: declare command using decoratorSun, 04 May 2014 21:54:01 -0700, by Gregory Szorc
-
churn: declare command using decoratorSun, 04 May 2014 21:46:24 -0700, by Gregory Szorc
-
convert: declare commands using decoratorSun, 04 May 2014 21:17:04 -0700, by Gregory Szorc
-
debugshell: declare command using decoratorSun, 04 May 2014 21:19:31 -0700, by Gregory Szorc
-
largefiles: declare commands using decoratorSun, 04 May 2014 21:09:06 -0700, by Gregory Szorc
-
cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
amend: use "editor" argument for "memctx.__init__" to save commit messageMon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
histedit: pass "editor" argument to "memctx.__init__()" for "collapse" commandMon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
context: move editor invocation from "makememctx()" to "memctx.__init__()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
localrepo: add "editor" argument to "tag()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
qrefresh: relocate message/patch-header handling to delay message determinationMon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"Mon, 05 May 2014 21:26:40 +0900, by FUJIWARA Katsunori
-
test-pyflakes: detect undefined name errorTue, 29 Apr 2014 12:54:01 +0900, by Yuya Nishihara
-
run-tests: initialize global variables to suppress pyflakes warningFri, 02 May 2014 18:25:23 +0900, by Yuya Nishihara
-
merge with stableTue, 06 May 2014 12:47:59 -0500, by Matt Mackall
-
setup.py, make: avoid problems with outdated, existing hgext/__index__.py* stableMon, 05 May 2014 16:54:15 +0200, by Thomas Arendsen Hein
-
factotum: initialize global variables to suppress pyflakes warningFri, 02 May 2014 18:24:10 +0900, by Yuya Nishihara
-
color: don't fail on error messages when no curses (issue4237) stableSat, 03 May 2014 03:29:30 +0200, by Mads Kiilerich
-
test-check-code-hg: use locate instead of manifestMon, 05 May 2014 13:42:08 -0500, by Matt Mackall
-
test-check-code-hg: drop manual check of non-.py scriptsMon, 05 May 2014 13:41:29 -0500, by Matt Mackall
-
test-check-code-hg: use test-repo checkMon, 05 May 2014 13:42:58 -0500, by Matt Mackall
-
check-code: look at shebang to identify Python scriptsMon, 05 May 2014 13:37:59 -0500, by Matt Mackall
-
tests: use locate to find files for pyflakes checkFri, 02 May 2014 00:23:58 -0500, by Matt Mackall
-
merge with stableThu, 01 May 2014 19:24:03 -0500, by Matt Mackall
-
revset: directly use __contains__ instead of a lambda stable 3.0Thu, 01 May 2014 14:07:04 -0700, by Pierre-Yves David
-
tests: suppress spurious lchmod error from unzip (issue4088) stableThu, 01 May 2014 14:33:06 -0500, by Matt Mackall
-
orderedlazyset: directly use __contains__ instead of a lambda stableThu, 01 May 2014 12:15:28 -0700, by Pierre-Yves David
-
lazyset: directly use __contains__ instead of a lambda stableThu, 01 May 2014 12:15:00 -0700, by Pierre-Yves David
-
i18n-ja: synchronized with e9c2f76be74b stableWed, 30 Apr 2014 23:20:46 +0900, by FUJIWARA Katsunori
-
rebase: empty revset should be a gentle no-op with exit code 1, not an error stableThu, 01 May 2014 16:47:50 +0200, by Mads Kiilerich
-
largefiles: better handling of log from other working directory (issue4236) stableThu, 01 May 2014 15:12:49 +0200, by Mads Kiilerich
-
tests: add repository check for pyflakes test stableThu, 01 May 2014 09:42:23 -0500, by Matt Mackall
-
spanset: directly use __contains__ instead of a lambda stableSat, 26 Apr 2014 00:38:02 -0700, by Pierre-Yves David
-
transaction: fix file descriptor leak for journal.backupfiles stableWed, 30 Apr 2014 15:36:38 -0700, by Durham Goode
-
revset: also inline spanset._contained in __len__ stableFri, 25 Apr 2014 18:00:07 -0700, by Pierre-Yves David
-
revset: inline spanset containment check (fix perf regression) stableMon, 28 Apr 2014 15:15:36 -0700, by Pierre-Yves David
-
ancestor: silence multiple ancestor warning outside of merge (issue4234) stableWed, 30 Apr 2014 14:19:01 -0500, by Matt Mackall
-
revset: fix revision filtering in spanset.contains (regression) stableMon, 28 Apr 2014 16:28:52 -0700, by Pierre-Yves David
-
graft: do not use `.remove` on a smart set (regression) stableMon, 28 Apr 2014 17:25:36 -0700, by Pierre-Yves David
-
help: clarify distinction among `contains`/`file`/`filelog` stableMon, 28 Apr 2014 15:09:23 -0700, by Greg Hurrell
-
discovery: don't report all "unsynced" remote heads (issue4230) stableThu, 24 Apr 2014 16:47:22 +0200, by Mads Kiilerich
-
rebase: don't abort if we're asked to rebase an empty revset stableWed, 23 Apr 2014 13:51:35 +0200, by Julien Cristau
-
largefiles: remove directories emptied after their files are moved (issue3515) stableFri, 25 Apr 2014 22:34:09 -0400, by Matt Harbison
-
cmdserver: forcibly use L channel to read password input (issue3161) stableSat, 26 Apr 2014 18:13:06 +0900, by Yuya Nishihara
-
killdaemons: correct typo of _check() function caught by pyflakes stableTue, 29 Apr 2014 12:37:36 +0900, by Yuya Nishihara
-
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes stableTue, 29 Apr 2014 12:35:50 +0900, by Yuya Nishihara
-
exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes stableTue, 29 Apr 2014 12:35:02 +0900, by Yuya Nishihara
-
match: fix NameError 'pat' on overflow of regex pattern length stableTue, 29 Apr 2014 11:02:40 +0900, by Yuya Nishihara
-
color: add missing handling of stderr capture introduced by 350dc24a553d stableSun, 27 Apr 2014 15:09:48 +0900, by Yuya Nishihara
-
hgweb: replace excanvas.js with a newer version stableWed, 23 Apr 2014 20:23:30 +0100, by Javi Merino
-
httppeer: reintroduce _abort that accidentally was removed in 167047ba3cfa stableWed, 23 Apr 2014 23:29:55 +0200, by Mads Kiilerich
-
bundle2: gracefully handle PushRaced error during unbundle stableMon, 21 Apr 2014 17:51:58 -0700, by Pierre-Yves David
-
bundle2: add an error message to push race error stableMon, 21 Apr 2014 20:04:54 -0700, by Pierre-Yves David
-
bundle2: fix raising errors during heads checking stableMon, 21 Apr 2014 18:59:09 -0700, by Pierre-Yves David
-
bundle2: gracefully handle UnknownPartError during unbundle stableMon, 21 Apr 2014 16:02:03 -0700, by Pierre-Yves David
-
bundle2: catch UnknownPartError during local push stableTue, 22 Apr 2014 11:41:34 -0700, by Pierre-Yves David
-
bundle2: catch UnknownPartError during pull stableMon, 21 Apr 2014 19:43:01 -0700, by Pierre-Yves David
-
bundle2: catch UnknownPartError during push stableMon, 21 Apr 2014 19:42:51 -0700, by Pierre-Yves David
-
bundle2: use a more specific UnknownPartError when no handler is found stableMon, 21 Apr 2014 19:42:40 -0700, by Pierre-Yves David
-
bundle2: make error testing more modular stableMon, 21 Apr 2014 15:59:55 -0700, by Pierre-Yves David
-
bundle2: gracefully handle abort during unbundle stableMon, 21 Apr 2014 15:48:52 -0700, by Pierre-Yves David
-
bundle2: decorate exception raised during bundle processing stableTue, 22 Apr 2014 11:22:41 -0700, by Pierre-Yves David
-
histedit, i18n: replace '+' with concatenation to make hggettext happy stableTue, 22 Apr 2014 10:14:16 -0300, by Wagner Bruna
-
revset, i18n: add translator comment to "only" stableTue, 22 Apr 2014 10:12:13 -0300, by Wagner Bruna
-
merge: improve notes for listing the bids for ambiguous merges stableMon, 21 Apr 2014 20:24:54 +0200, by Mads Kiilerich
-
merge: tell the user when we are using bid merge stableFri, 18 Apr 2014 13:33:20 +0200, by Mads Kiilerich
-
merge: fix stray character in bid merge message stableMon, 21 Apr 2014 20:22:14 +0200, by Mads Kiilerich
-
merge: fix wrong number of arguments for bid merge message stableMon, 21 Apr 2014 19:53:19 +0200, by Mads Kiilerich
-
merge: fix test failures with new merge code on OS X stableMon, 21 Apr 2014 15:08:39 -0500, by Matt Mackall
-
obsolete: fix one-element tuple in module docstring stableSat, 19 Apr 2014 20:12:53 +0200, by Martin Geisler
-
obsolete: let N denote number of obsoleted changestes in a marker stableSat, 19 Apr 2014 19:53:46 +0200, by Martin Geisler
-
obsolete: fix language and grammar in module docstring stableSat, 19 Apr 2014 19:52:09 +0200, by Martin Geisler
-
merge default into stable for 3.0 code freeze stable 3.0-rcThu, 17 Apr 2014 19:36:17 -0400, by Matt Mackall
-
bundle2: allow extensions to extend the getbundle requestThu, 17 Apr 2014 16:56:15 -0400, by Pierre-Yves David
-
bundle2: add a way to add parts during a `getbundle` requestThu, 17 Apr 2014 17:32:34 -0400, by Pierre-Yves David
-
getbundle: pass arbitrary arguments all along the call chainThu, 17 Apr 2014 17:25:50 -0400, by Pierre-Yves David
-
bundle2: call a hook after the transaction is closedThu, 17 Apr 2014 17:59:28 -0400, by Pierre-Yves David
-
bundle2: call a hook prior to closing the transactionThu, 17 Apr 2014 17:21:39 -0400, by Pierre-Yves David
-
bundle2: inform transaction that we are in a bundle2 unbundleThu, 17 Apr 2014 17:16:21 -0400, by Pierre-Yves David
-
changegroup: use tr.hookargs when calling changegroup hooksThu, 17 Apr 2014 17:46:26 -0400, by Pierre-Yves David
-
changegroup: use tr.hookargs when calling pretxnchangegroup hooksThu, 17 Apr 2014 17:15:02 -0400, by Pierre-Yves David
-
addchangegroup: register data in tr.hookargsThu, 17 Apr 2014 17:09:20 -0400, by Pierre-Yves David
-
transaction: add a notion of hook argumentsThu, 17 Apr 2014 17:04:59 -0400, by Pierre-Yves David
-
bundle2: allow extensions to plug into the push processThu, 17 Apr 2014 16:54:15 -0400, by Pierre-Yves David
-
bundle2: require both client and server to opt inThu, 17 Apr 2014 16:04:58 -0400, by Pierre-Yves David
-
bundle2: move bundle2 config option to section "experimental"Thu, 17 Apr 2014 16:01:58 -0400, by Pierre-Yves David
-
bundle2: move all parts into a `bx2` namespaceThu, 17 Apr 2014 15:45:12 -0400, by Pierre-Yves David
-
bundle2: rename server capability to bundle2-expThu, 17 Apr 2014 15:33:17 -0400, by Pierre-Yves David
-
bundle2: use HG2X in the headerThu, 17 Apr 2014 15:27:54 -0400, by Pierre-Yves David
-
bundle2: transmit capabilities to getbundle during pullThu, 17 Apr 2014 02:01:38 -0400, by Pierre-Yves David
-
bundle2: include client capabilities in the pushed bundleThu, 17 Apr 2014 14:37:24 -0400, by Pierre-Yves David
-
bundle2: advertise bundle2 caps in server capabilitiesThu, 17 Apr 2014 01:49:20 -0400, by Pierre-Yves David
-
bundle2: add bundle2caps dict on localrepo objectThu, 17 Apr 2014 01:50:28 -0400, by Pierre-Yves David
-
bundle2: capabilities encodingThu, 17 Apr 2014 01:44:53 -0400, by Pierre-Yves David
-
bundle2: extract capabilities decodingThu, 17 Apr 2014 01:09:05 -0400, by Pierre-Yves David
-
bundle2: protect capabilities name and values with url quotingThu, 17 Apr 2014 01:03:33 -0400, by Pierre-Yves David
-
bundle2: support for capabilities with valuesThu, 17 Apr 2014 11:44:49 -0400, by Pierre-Yves David
-
bundle2: add capabilities support in `replycaps` partThu, 17 Apr 2014 11:32:30 -0400, by Pierre-Yves David
-
bundle2: adds a capabilities attribute on bundler20Wed, 16 Apr 2014 23:55:59 -0400, by Pierre-Yves David
-
bundle2: include stderr when capturing handlers outputWed, 16 Apr 2014 23:18:27 -0400, by Pierre-Yves David
-
ui: pushbuffer can now also capture stderrWed, 16 Apr 2014 23:36:57 -0400, by Pierre-Yves David
-
bundle2: capture remote stdout while unbundlingWed, 16 Apr 2014 14:22:24 -0400, by Pierre-Yves David
-
bundle2: introduce `replycaps` part for on-demand replyWed, 16 Apr 2014 14:09:35 -0400, by Pierre-Yves David
-
bundle2: use an official iterparts method to unbundle partsWed, 16 Apr 2014 18:41:48 -0400, by Pierre-Yves David
-
merge: with merge.preferancestor=*, run an auction with bids from ancestorsFri, 28 Feb 2014 02:52:32 +0100, by Mads Kiilerich
-
log: changed implementation to use graphlog codeFri, 28 Feb 2014 15:10:56 -0800, by Lucas Moscovicz
-
context: introduce merge.preferancestor for controlling which ancestor to pickMon, 24 Feb 2014 22:42:14 +0100, by Mads Kiilerich
-
context: tell when .ancestor picks one of multiple common ancestors headsThu, 17 Apr 2014 17:32:04 +0200, by Mads Kiilerich
-
hgweb: align entries in "changelog" and "revisions" pages of "spartan" styleThu, 17 Apr 2014 09:36:09 +0900, by FUJIWARA Katsunori
-
hgweb: show revisions and hashes gotten from changelog in "comparison" pageThu, 17 Apr 2014 09:36:09 +0900, by FUJIWARA Katsunori
-
hgweb: show as same parents as "hg parents -r REV FILE" in pages for fileThu, 17 Apr 2014 09:36:08 +0900, by FUJIWARA Katsunori
-
hgweb: make "comparison" get parent from not filelog but changelogThu, 17 Apr 2014 09:36:08 +0900, by FUJIWARA Katsunori
-
hgweb: fix lack of "bookmarks" link in "/file" page of "paper" styleThu, 17 Apr 2014 09:36:08 +0900, by FUJIWARA Katsunori
-
hgweb: adding article link to rss feedThu, 17 Apr 2014 11:48:22 -0700, by Aaron Jensen
-
hgweb: adding branch names from inbranch template to rss feedThu, 17 Apr 2014 11:47:49 -0700, by Aaron Jensen
-
hgweb: adding branch names from inbranch template to atom feedThu, 17 Apr 2014 11:45:43 -0700, by Aaron Jensen
-
dirstate: report bad subdirectories as match.bad, not just a warning (BC)Thu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
dirstate: improve documentation and readability of match and ignore in the walkerThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
context: remove redundant handling of match.bad return valueThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
match: remove last traces of unused .missing callbackThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
match: _globre doctestsSun, 13 Apr 2014 22:00:08 +0200, by Mads Kiilerich
-
match: improve documentation - docstrings and more descriptive variable namingThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
largefiles: changed overridelog to work with graphlogWed, 05 Mar 2014 15:55:09 -0800, by Lucas Moscovicz
-
largefiles: added test coverage for graph logThu, 06 Mar 2014 14:52:07 -0800, by Lucas Moscovicz
-
cmdutil: changed _makegraphlogrevset to _makelogrevsetTue, 25 Feb 2014 10:40:04 -0800, by Lucas Moscovicz
-
revlog: backout 514d32de6646 - commonancestorsThu, 17 Apr 2014 20:01:39 +0200, by Mads Kiilerich
-
localrepo: use commonancestorsheads for checking linear heritage in file commitThu, 17 Apr 2014 20:01:39 +0200, by Mads Kiilerich
-
backout: use commonancestorsheads for checking linear heritageThu, 17 Apr 2014 20:01:39 +0200, by Mads Kiilerich
-
revlog: introduce commonancestorsheads methodThu, 17 Apr 2014 20:01:35 +0200, by Mads Kiilerich
-
parsers: remove unnecessary gca variable in index_commonancestorsheadsThu, 17 Apr 2014 19:58:08 +0200, by Mads Kiilerich
-
parsers: introduce index_commonancestorsheadsMon, 24 Feb 2014 22:42:14 +0100, by Mads Kiilerich
-
ancestors: extract candidates function as commonancestorsheadsThu, 17 Apr 2014 19:49:56 +0200, by Mads Kiilerich
-
filemerge: better handling of failing remove of temporary filesThu, 17 Apr 2014 14:54:46 +0200, by Mads Kiilerich
-
contrib: remove mergetools.hgrc premerge=False for Beyond Compare and AraxisThu, 17 Apr 2014 14:54:46 +0200, by Mads Kiilerich
-
obsolete: add '%' specifier to the format string to avoid TypeError at runtimeWed, 16 Apr 2014 03:05:00 +0900, by FUJIWARA Katsunori
-
check-code: detect "% inside _()" when there are leading whitespacesWed, 16 Apr 2014 03:05:00 +0900, by FUJIWARA Katsunori
-
i18n: fix "% inside _()" problemWed, 16 Apr 2014 03:05:00 +0900, by FUJIWARA Katsunori
-
largefiles: revert override, install matchfn outside the try/except restoring itSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: simplify revert - use getstandinsstate like other commands doSun, 28 Apr 2013 13:18:25 +0200, by Mads Kiilerich
-
largefiles: remove dummy assignments for creating an already existing closureSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: remove silent handling of incorrect invocation of restorematchfnSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: copy override, install matchfn outside the try/except restoring itSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: clarify installmatchfn documentationSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: use more reasonable locking for updateSat, 27 Apr 2013 23:19:52 +0200, by Mads Kiilerich
-
largefiles: full debugdirstate functionality for largefilesSat, 27 Apr 2013 23:19:52 +0200, by Mads Kiilerich
-
largefiles: make cat on standins do somethingSat, 27 Apr 2013 23:19:52 +0200, by Mads Kiilerich
-
largefiles: remove confusing handling of .bad return value - it is voidSun, 13 Apr 2014 18:45:43 +0200, by Mads Kiilerich
-
largefiles: fix profile of unused largefilesdirstate._ignoreThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
largefiles: import whole modules instead of importing parts of themTue, 08 Apr 2014 00:48:36 +0200, by Mads Kiilerich
-
largefiles: update should only create a .orig backup of a largefile onceThu, 18 Apr 2013 18:56:18 +0200, by Mads Kiilerich
-
merge: let manifestmerge emit 'keep' actions when keeping wd versionMon, 07 Apr 2014 02:12:28 +0200, by Mads Kiilerich
-
merge: pass merge ancestor to calculateupdates as a listSun, 06 Apr 2014 13:39:51 +0200, by Mads Kiilerich
-
merge: move ancestor selection tweaking from manifestmerge to update functionSun, 06 Apr 2014 13:39:51 +0200, by Mads Kiilerich
-
match: make it more clear what _roots do and that it ends up in match()._filesThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
cat: explicitly document the supported formatter rulesTue, 15 Apr 2014 23:29:19 -0400, by Matt Harbison
-
convert: backout 81cf597dafa9 and a3545c3104aa -closemapWed, 16 Apr 2014 01:10:08 +0200, by Mads Kiilerich
-
convert: backout b75a04502ced and 9616b03113ce - tagmapWed, 16 Apr 2014 01:09:49 +0200, by Mads Kiilerich
-
bundle2: support for push over the wireTue, 15 Apr 2014 11:53:10 -0400, by Pierre-Yves David
-
httppeer: support for _calltwowaystreamTue, 15 Apr 2014 17:53:52 -0400, by Pierre-Yves David
-
sshpeer: add implementation of _calltwowaystreamTue, 15 Apr 2014 17:18:35 -0400, by Pierre-Yves David
-
wireproto: add a _calltwowaystream method on wirepeerTue, 15 Apr 2014 17:19:46 -0400, by Pierre-Yves David
-
bundle2: return a bundle20 object from exchanges.unbundleTue, 15 Apr 2014 16:49:30 -0400, by Pierre-Yves David
-
bundle2: feed a binary stream to `peer.unbundle`Tue, 15 Apr 2014 16:42:52 -0400, by Pierre-Yves David
-
bundle2: allow bundle2 for pulling over the wireTue, 15 Apr 2014 15:20:33 -0400, by Pierre-Yves David
-
bundle2: return a stream from exchange.getbundleTue, 15 Apr 2014 11:27:55 -0400, by Pierre-Yves David
-
bundle2: let readbundle return unbundle20Tue, 15 Apr 2014 13:57:15 -0400, by Pierre-Yves David
-
bundle2: make header reading optionalTue, 15 Apr 2014 13:54:54 -0400, by Pierre-Yves David
-
bundle2: prepare readbundle to return more that one type of bundleTue, 15 Apr 2014 13:42:45 -0400, by Pierre-Yves David
-
bundle2: add a ui argument to readbundleMon, 14 Apr 2014 15:45:30 -0400, by Pierre-Yves David
-
bundle2: move `readbundle` into the `exchange` moduleMon, 14 Apr 2014 15:33:50 -0400, by Pierre-Yves David
-
bundle2: use headerless HG10UN stream in changegroupMon, 14 Apr 2014 14:46:32 -0400, by Pierre-Yves David
-
bundle2: allow using bundle2 for pushThu, 10 Apr 2014 10:53:43 -0700, by Pierre-Yves David
-
bundle2: add a "check:heads" handlerFri, 11 Apr 2014 06:43:01 -0700, by Pierre-Yves David
-
repoview: make the conversion from node to rev explicit while computing hiddenSun, 13 Apr 2014 16:36:51 -0400, by Pierre-Yves David
-
repoview: drop duplicated lookupSun, 13 Apr 2014 16:39:31 -0400, by Pierre-Yves David
-
hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entriesWed, 16 Apr 2014 09:32:04 -0700, by Aaron Jensen
-
hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entriesWed, 16 Apr 2014 09:31:37 -0700, by Aaron Jensen
-
patchbomb: warn when emailing a dirty working directory parentMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
tests: coverage of convert and filemap include and the default of include allWed, 19 Mar 2014 00:19:54 +0100, by Mads Kiilerich
-
largefiles: remove no more referred "getoutgoinglfiles()"Wed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
largefiles: use "outgoinghooks" to avoid redundant outgoing checkWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
outgoing: introduce "outgoinghooks" to avoid redundant outgoing checkWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
hg: make "_outgoing()" return peer object for remote repositoryWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
hg: make "_outgoing()" return empty list instead of "None"Wed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
largefiles: use "summaryremotehooks" to avoid redundant outgoing checkWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing checkWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
util: enable "hooks" to return list of the values returned from each hooksWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
summary: separate checking incoming/outgoing and showing remote summaryWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
largefiles: reuse "findcommonoutgoing()" result at "hg push"Wed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easilyWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
largefiles: centralize the logic to get outgoing largefilesWed, 16 Apr 2014 00:37:24 +0900, by FUJIWARA Katsunori
-
cat: support cat with explicit paths in subreposFri, 14 Mar 2014 21:32:05 -0400, by Matt Harbison
-
cat: move most of the implementation into cmdutils.cat()Thu, 13 Mar 2014 23:45:18 -0400, by Matt Harbison
-
tests: mark test in tests/test-help.t as contingent on gettext being availableTue, 15 Apr 2014 17:51:27 -0400, by Kent Frazier
-
setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1Tue, 15 Apr 2014 16:27:12 -0400, by Kent Frazier
-
color: add effect to the template symbol tableMon, 14 Apr 2014 18:21:26 -0500, by Sean Farley
-
amend: invoke editor forcibly when "--edit" option is specifiedWed, 16 Apr 2014 02:38:11 +0900, by FUJIWARA Katsunori
-
commit: abolish useless "--force-editor" internal option for "hg commit"Wed, 16 Apr 2014 02:04:41 +0900, by FUJIWARA Katsunori
-
subrepo: return non-zero exit code when a subrepo push doesn't succeedTue, 15 Apr 2014 14:15:35 -0400, by Matt Mackall
-
debugrevlog: use unfiltered view for changelogMon, 14 Apr 2014 23:27:31 -0400, by Matt Mackall
-
debugrevlog: format columns (more) nicely when dumping index dataWed, 19 Mar 2014 00:13:38 +0100, by Mads Kiilerich
-
branchmap: log events related to branch cacheSat, 22 Mar 2014 17:14:37 -0700, by Gregory Szorc
-
tags: log events related to tags cacheMon, 14 Apr 2014 11:50:05 -0700, by Gregory Szorc
-
merge with stableMon, 14 Apr 2014 15:14:02 -0400, by Matt Mackall
-
histedit: save manually edited commit message into ".hg/last-message.txt" stableTue, 15 Apr 2014 03:21:59 +0900, by FUJIWARA Katsunori
-
rebase: tell when reopening a closed branch headTue, 26 Nov 2013 03:18:56 +0100, by Mads Kiilerich
-
dirstate: inline local finish functionSat, 27 Apr 2013 23:19:52 +0200, by Mads Kiilerich
-
demandimport: make it possible to disable by setting HGDEMANDIMPORT=disableTue, 08 Apr 2014 01:35:13 +0200, by Mads Kiilerich
-
spelling: fixes from spell checkerSun, 13 Apr 2014 19:01:00 +0200, by Mads Kiilerich
-
tests: warn on invalid #if directiveSun, 13 Apr 2014 19:01:00 +0200, by Mads Kiilerich
-
run-tests: test result shows when a failed test could not start a serverMon, 25 Nov 2013 22:00:46 +0100, by Simon Heimberg
-
commit: --edit/-e to force edit of otherwise-supplied commit messageSun, 08 Sep 2013 19:02:08 -0400, by Bradley M. Kuhn
-
bundle2: directly feed part to readbundleSat, 12 Apr 2014 00:38:15 -0400, by Pierre-Yves David
-
bundle2: lazy unbundle of part payloadFri, 11 Apr 2014 16:05:22 -0400, by Pierre-Yves David
-
util: support None size in chunkbuffer.read()Thu, 10 Apr 2014 22:10:26 -0700, by Pierre-Yves David
-
bundle2: lazily iterate over bundle parts in the testFri, 11 Apr 2014 15:02:26 -0400, by Pierre-Yves David
-
bundle2: move unpackheader closure into the classFri, 11 Apr 2014 15:47:38 -0400, by Pierre-Yves David
-
bundle2: move the fromheader closure into the class itselfFri, 11 Apr 2014 15:46:09 -0400, by Pierre-Yves David
-
bundle2: add an unbundle part responsible from unbundling partFri, 11 Apr 2014 15:43:16 -0400, by Pierre-Yves David
-
bundle2: extract stream/unpack logic in an unpackermixinFri, 11 Apr 2014 15:19:54 -0400, by Pierre-Yves David
-
exchange: restore truncated commentSun, 13 Apr 2014 12:21:09 -0400, by Pierre-Yves David
-
grep: highlight all matched wordsMon, 31 Mar 2014 01:00:05 +0900, by Takumi IINO
-
phase: add a passing test for (issue3575)Thu, 23 Jan 2014 14:09:53 -0800, by Pierre-Yves David
-
run-tests: allow test paths in other directoriesMon, 24 Mar 2014 22:12:37 -0700, by Gregory Szorc
-
run-tests: allow option parser to be extendedMon, 24 Mar 2014 21:52:28 -0700, by Gregory Szorc
-
run-tests: use return values instead of sys.exitMon, 24 Mar 2014 21:41:56 -0700, by Gregory Szorc
-
run-tests: Pass arguments into argument parserMon, 24 Mar 2014 21:37:33 -0700, by Gregory Szorc
-
bundle2: rename part to bundlepartFri, 11 Apr 2014 07:36:14 -0700, by Pierre-Yves David
-
bundle2: comment to clarify why the handler call is where it isFri, 11 Apr 2014 16:43:01 -0400, by Pierre-Yves David
-
bundle2: use chunkbuffer for exchange.getbundleSat, 12 Apr 2014 00:53:15 -0400, by Pierre-Yves David
-
bundle2: lazily generate the changegroup part in exchange.getbundleSat, 12 Apr 2014 14:56:55 -0400, by Pierre-Yves David
-
bundle2: support chunk iterator as part dataFri, 11 Apr 2014 08:04:16 -0700, by Pierre-Yves David
-
bundle2: extract a _payloadchunks method for partThu, 10 Apr 2014 12:33:20 -0700, by Pierre-Yves David
-
changegroup: move chunk extraction into a getchunks method of unbundle10Thu, 10 Apr 2014 13:19:00 -0700, by Pierre-Yves David
-
bundle2: use reply part to return result of addchangegroupTue, 25 Mar 2014 15:05:11 -0700, by Pierre-Yves David
-
bundle2: produce a bundle2 replyFri, 04 Apr 2014 14:24:11 -0700, by Pierre-Yves David
-
bundle2: add reply awareness to unbundlerecordsFri, 11 Apr 2014 08:24:59 -0700, by Pierre-Yves David
-
bundle2: add an integer id to partTue, 01 Apr 2014 00:07:17 -0700, by Pierre-Yves David
-
largefiles: don't prompt when one side of merge was changed but didn't changeMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
color: fallback and test label as an effectMon, 07 Apr 2014 15:37:27 -0500, by Sean Farley
-
color: extract method for determining a valid effectMon, 07 Apr 2014 15:33:46 -0500, by Sean Farley
-
revlog: use context ancestor instead of changelog ancestorMon, 07 Apr 2014 23:17:51 +0200, by Mads Kiilerich
-
copies: guard debug section with ui.debugflagTue, 25 Feb 2014 20:31:53 +0100, by Mads Kiilerich
-
copies: remove _checkcopies wrapper - it does no goodTue, 25 Feb 2014 20:31:51 +0100, by Mads Kiilerich
-
transplant: use context ancestor instead of changelog ancestorMon, 07 Apr 2014 23:17:51 +0200, by Mads Kiilerich
-
commit: use revlog.commonancestors instead of .ancestorMon, 07 Apr 2014 23:17:51 +0200, by Mads Kiilerich
-
backout: don't limit heritage check to a single ancestorMon, 07 Apr 2014 23:17:51 +0200, by Mads Kiilerich
-
ancestor: remove unused genericancestorThu, 20 Mar 2014 01:35:07 +0100, by Mads Kiilerich
-
context: remove unused filectx.ancestorMon, 07 Apr 2014 23:17:48 +0200, by Mads Kiilerich
-
shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfsSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfsSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
bundlerepo: treat temporarily extracted bundle file via vfsSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
vfs: add "mkstemp()"Sun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
repair: make "strip()" treat bundle files via vfsSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
changegroup: add "vfs" argument to "readbundle()" to pass relative filenameSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
repair: make paths in "_bundle()" relative to ".hg"Sun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
changegroup: add "vfs" argument to "writebundle()" for relative access via vfsSun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"Sun, 09 Mar 2014 01:03:28 +0900, by FUJIWARA Katsunori
-
exchange: fix pyflakes import complaintFri, 11 Apr 2014 17:20:15 -0400, by Matt Mackall
-
hgweb: override the charset attribute in the http requestThu, 10 Apr 2014 15:12:12 +0800, by Wei, Elson
-
diff: use second filename for --stat reporting on git patches (issue4221)Fri, 11 Apr 2014 16:38:55 -0400, by Matt Mackall
-
exchange: drop useless line breakFri, 11 Apr 2014 13:43:41 -0400, by Pierre-Yves David
-
subrepo: check return code for git push (issue4223)Fri, 11 Apr 2014 15:38:18 -0400, by Matt Mackall
-
localrepo: add unbundle supportFri, 04 Apr 2014 17:50:44 -0700, by Pierre-Yves David
-
unbundle: extract the core logic in another functionFri, 04 Apr 2014 17:28:59 -0700, by Pierre-Yves David
-
unbundle: extract checkheads in its own functionFri, 04 Apr 2014 17:15:25 -0700, by Pierre-Yves David
-
phase: apply publishing enforcement for "serve" sourceMon, 07 Apr 2014 18:10:50 -0700, by Pierre-Yves David
-
merge with stableThu, 10 Apr 2014 12:41:39 -0400, by Matt Mackall
-
http: reuse authentication info after the first failed request (issue3567)Fri, 20 Dec 2013 14:56:05 +0100, by Stéphane Klein
-
bundle2: use discard to remove bundle2 capTue, 08 Apr 2014 13:05:29 -0700, by Durham Goode
-
statichttp: respect localrepo _restrictcapabilitiesMon, 07 Apr 2014 11:45:50 -0700, by Pierre-Yves David
-
tests: make unshelve tests more tricky - don't depend on size changeMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
shelve: introduce secret option for using fixed date for temporary commitMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
mq: repo['.'] is not a wctx, repo[None] isMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
shelve: repo['.'] is not a wctx but a pctxMon, 07 Apr 2014 23:10:20 +0200, by Mads Kiilerich
-
revlog: deal with chunk ranges over 2G on Windows (issue4215) stableMon, 07 Apr 2014 14:18:10 -0500, by Matt Mackall
-
exchange: pass bundlecaps through to changegroupFri, 04 Apr 2014 16:41:51 -0700, by Durham Goode
-
bundle2: allow pulling changegroups using bundle2Tue, 01 Apr 2014 23:41:32 -0700, by Pierre-Yves David
-
bundle2: add an exchange.getbundle functionFri, 04 Apr 2014 01:51:54 -0700, by Pierre-Yves David
-
localpeer: propagate bundlecaps in getbundle callFri, 04 Apr 2014 01:33:20 -0700, by Pierre-Yves David
-
bundle2: make it possible have a global transaction for the unbundlingWed, 02 Apr 2014 23:56:49 -0700, by Pierre-Yves David
-
tests: fix test output typoFri, 04 Apr 2014 17:47:19 -0500, by Matt Mackall
-
bundle2: first crude version of bundling changeset with bundle2Mon, 24 Mar 2014 19:37:59 -0700, by Pierre-Yves David
-
bundle2: record processing results in the bundleoperation objectWed, 02 Apr 2014 22:37:50 -0700, by Pierre-Yves David
-
bundle2: introduce a bundleoperation objectWed, 02 Apr 2014 22:24:44 -0700, by Pierre-Yves David
-
bundle2: feed a unbundle20 to the `processbundle` functionWed, 02 Apr 2014 13:50:57 -0700, by Pierre-Yves David
-
bundle2: lock the repo during unbundle testThu, 03 Apr 2014 17:25:47 -0700, by Pierre-Yves David
-
merge: keep destination filename as key in filemerge actionsSun, 02 Mar 2014 18:52:16 +0100, by Mads Kiilerich
-
merge: keep destination filename as key in actions for merge with dir renameSun, 02 Mar 2014 18:49:36 +0100, by Mads Kiilerich
-
merge: include ancestor node in merge actionsFri, 28 Feb 2014 02:38:33 +0100, by Mads Kiilerich
-
merge with stableFri, 04 Apr 2014 14:01:25 -0500, by Matt Mackall
-
repoview: use _gethiddenblockers in computehiddenFri, 28 Mar 2014 12:51:05 -0500, by Sean Farley
-
repoview: add _gethiddenblockers methodThu, 03 Apr 2014 20:07:42 -0500, by Sean Farley
-
repoview: improve performance for computehidden (issue4206)Thu, 27 Mar 2014 20:14:55 -0500, by Sean Farley
-
tests: remove unused variables from test-pathencode.py caught by pyflakes stableThu, 03 Apr 2014 20:35:56 -0500, by Sean Farley
-
shelve: remove unused variable caught by pyflakes stableThu, 03 Apr 2014 20:32:56 -0500, by Sean Farley
-
changegroup: remove unused variable caught by pyflakes stableThu, 03 Apr 2014 20:29:03 -0500, by Sean Farley
-
hgk: use hg export to write commitsSat, 15 Mar 2014 18:27:51 +0100, by Andrew Shadura
-
hgk: add .diff extension when exporting commitsTue, 25 Mar 2014 22:47:59 +0100, by Andrew Shadura
-
localrepo: move the addchangegroup method in changegroup moduleTue, 01 Apr 2014 15:27:53 -0700, by Pierre-Yves David
-
localrepo: move the addchangegroupfiles method in changegroup moduleTue, 01 Apr 2014 15:21:56 -0700, by Pierre-Yves David
-
localrepo: move the changegroup method in changegroup moduleTue, 01 Apr 2014 15:08:27 -0700, by Pierre-Yves David
-
localrepo: move the getbundle method in changegroup moduleTue, 01 Apr 2014 14:40:35 -0700, by Pierre-Yves David
-
store: drop unused existing listThu, 03 Apr 2014 12:59:12 -0500, by Matt Mackall
-
localrepo: move the getlocalbundle method in changegroup moduleTue, 01 Apr 2014 14:33:23 -0700, by Pierre-Yves David
-
localrepo: move the changegroupsubset method in changegroup moduleTue, 01 Apr 2014 14:25:03 -0700, by Pierre-Yves David
-
localrepo: move the changegroupinfo method in changegroup moduleTue, 01 Apr 2014 14:13:34 -0700, by Pierre-Yves David
-
localrepo: move the _changegroupsubset method in changegroup moduleTue, 01 Apr 2014 13:59:55 -0700, by Pierre-Yves David
-
push: pass a `pushoperation` object to localrepo.checkpushTue, 01 Apr 2014 13:45:48 -0700, by Pierre-Yves David
-
wireproto: use decorator for the ubundle commandFri, 28 Mar 2014 14:43:30 -0700, by Pierre-Yves David
-
wireproto: use decorator for the stream commandFri, 28 Mar 2014 14:43:11 -0700, by Pierre-Yves David
-
wireproto: use decorator for the pushkey commandFri, 28 Mar 2014 14:42:55 -0700, by Pierre-Yves David
-
wireproto: use decorator for the lookup commandFri, 28 Mar 2014 14:42:38 -0700, by Pierre-Yves David
-
wireproto: use decorator for the listkeys commandFri, 28 Mar 2014 14:42:21 -0700, by Pierre-Yves David
-
wireproto: use decorator for the known commandFri, 28 Mar 2014 14:42:06 -0700, by Pierre-Yves David
-
wireproto: use decorator for the hello commandFri, 28 Mar 2014 14:40:44 -0700, by Pierre-Yves David
-
wireproto: use decorator for the heads commandFri, 28 Mar 2014 14:40:31 -0700, by Pierre-Yves David
-
wireproto: use decorator for the getbundle commandFri, 28 Mar 2014 14:40:07 -0700, by Pierre-Yves David
-
wireproto: use decorator for the debugwireargs commandFri, 28 Mar 2014 14:39:06 -0700, by Pierre-Yves David
-
wireproto: use decorator for the changegroupsubset commandFri, 28 Mar 2014 14:38:40 -0700, by Pierre-Yves David
-
wireproto: use decorator for the changegroup commandFri, 28 Mar 2014 14:38:19 -0700, by Pierre-Yves David
-
wireproto: use decorator for the capabilities commandFri, 28 Mar 2014 14:37:28 -0700, by Pierre-Yves David
-
wireproto: use decorator for the branches commandFri, 28 Mar 2014 14:37:02 -0700, by Pierre-Yves David
-
wireproto: use decorator for the branchmap commandFri, 28 Mar 2014 14:36:41 -0700, by Pierre-Yves David
-
wireproto: use decorator for the between commandFri, 28 Mar 2014 14:36:05 -0700, by Pierre-Yves David
-
wireproto: use decorator for the batch commandFri, 28 Mar 2014 14:35:36 -0700, by Pierre-Yves David
-
wireproto: add decorator for wire protocol commandFri, 28 Mar 2014 14:30:11 -0700, by Pierre-Yves David
-
wireproto: drop the _decompress method in favor a new call typeFri, 28 Mar 2014 14:24:13 -0700, by Pierre-Yves David
-
wireproto: document protocol specific function of wirepeerFri, 28 Mar 2014 12:29:34 -0700, by Pierre-Yves David
-
wireproto: introduce an abstractserverproto classFri, 28 Mar 2014 11:10:33 -0700, by Pierre-Yves David
-
wireproto: document possible return typeFri, 28 Mar 2014 11:37:42 -0700, by Pierre-Yves David
-
pull: add a set of steps that remain to be done during the pullTue, 01 Apr 2014 18:56:19 -0700, by Pierre-Yves David
-
pull: put discovery step in its own functionTue, 01 Apr 2014 17:35:25 -0700, by Pierre-Yves David
-
pull: move the cgresult logic in _pullchangesetTue, 01 Apr 2014 17:28:21 -0700, by Pierre-Yves David
-
pull: move return code in the pull operation objectTue, 01 Apr 2014 17:21:52 -0700, by Pierre-Yves David
-
merge: use ancestor filename from planning phase instead of filectx ancestorTue, 25 Feb 2014 20:30:08 +0100, by Mads Kiilerich
-
tests: prevent test-hup from hanging forever if the transaction does not startWed, 02 Apr 2014 00:01:21 -0700, by Pierre-Yves David
-
revset: improve roots revset performanceMon, 31 Mar 2014 16:03:34 -0700, by Durham Goode
-
revset: improve _descendants performanceTue, 25 Mar 2014 14:10:01 -0700, by Durham Goode
-
revsetbenchmark: remove python 2.7 dependencyMon, 31 Mar 2014 16:29:39 -0700, by Durham Goode
-
bundle2: read the whole bundle from stream on abortMon, 24 Mar 2014 17:20:15 -0700, by Pierre-Yves David
-
bundle2: add some distinction between mandatory and advisory partMon, 24 Mar 2014 13:02:02 -0700, by Pierre-Yves David
-
bundle2: introduce a `parthandler` decoratorMon, 24 Mar 2014 15:51:00 -0700, by Pierre-Yves David
-
bundle2: first version of a bundle processingMon, 24 Mar 2014 12:25:33 -0700, by Pierre-Yves David
-
bundle2: rename unbundle2 test command to statbundle2Mon, 24 Mar 2014 11:27:00 -0700, by Pierre-Yves David
-
bundle2: safely read unpack data from part headerTue, 01 Apr 2014 00:08:15 -0700, by Pierre-Yves David
-
transaction: drop extra import caught by pyflakesWed, 02 Apr 2014 13:41:23 -0500, by Matt Mackall
-
fncache: clean up fncache during stripsMon, 24 Mar 2014 15:43:15 -0700, by Durham Goode
-
caches: invalidate store caches when lock is takenMon, 24 Mar 2014 15:35:07 -0700, by Durham Goode
-
fncache: move fncache writing to be in a transactionMon, 24 Mar 2014 15:42:13 -0700, by Durham Goode
-
transaction: add support for non-append filesMon, 24 Mar 2014 15:21:51 -0700, by Durham Goode
-
transaction: add onclose/onabort hook for pre-close logicMon, 24 Mar 2014 15:57:47 -0700, by Durham Goode
-
clone: put streaming clones in a transactionMon, 24 Mar 2014 15:38:20 -0700, by Durham Goode
-
fncache: remove the rewriting logicMon, 24 Mar 2014 15:31:47 -0700, by Durham Goode
-
pull: prevent duplicated entry in `op.pulledsubset`Wed, 26 Mar 2014 15:55:32 -0700, by Pierre-Yves David
-
bundle2: part paramsThu, 20 Mar 2014 01:24:45 -0700, by Pierre-Yves David
-
bundle2: support for bundling and unbundling payloadWed, 19 Mar 2014 23:36:15 -0700, by Pierre-Yves David
-
merge with stableTue, 01 Apr 2014 17:59:06 -0500, by Matt Mackall
-
backout: correct commit status of no changes made (BC) (issue4190) stable 2.9.2Sat, 08 Mar 2014 18:52:16 +0900, by Yuya Nishihara
-
backout: document return code of merge conflict stableSat, 08 Mar 2014 18:41:56 +0900, by Yuya Nishihara
-
merge with stableTue, 01 Apr 2014 15:11:19 -0500, by Matt Mackall
-
merge: fix lack of "%s" in format string causing TypeError at runtime stableTue, 01 Apr 2014 02:46:03 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with e259d4c462b5 stableMon, 31 Mar 2014 21:03:39 +0900, by FUJIWARA Katsunori
-
bundle2: support unbundling empty partWed, 19 Mar 2014 23:04:03 -0700, by Pierre-Yves David
-
revset: raise ValueError when calling min or max on empty smartsetFri, 28 Mar 2014 17:00:13 -0700, by Pierre-Yves David
-
revpair: smartset compatibilityThu, 20 Mar 2014 18:44:25 -0700, by Pierre-Yves David
-
revsetbenchmark: add entry for ::rev::Fri, 28 Mar 2014 16:12:05 -0700, by Gregory Szorc
-
merge with stableMon, 31 Mar 2014 10:12:07 -0500, by Kevin Bullock
-
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) stableSat, 29 Mar 2014 01:20:07 +0900, by FUJIWARA Katsunori
-
bundle2: support bundling of empty part (with a type)Tue, 18 Mar 2014 14:29:33 -0700, by Pierre-Yves David
-
revsetbenchmark: add a summary at the end of executionWed, 26 Mar 2014 18:51:49 -0700, by Pierre-Yves David
-
revsetbenchmark: retrieve the benchmark value in pythonWed, 26 Mar 2014 18:39:56 -0700, by Pierre-Yves David
-
revsetbenchmark: get revision to benchmark in a functionWed, 26 Mar 2014 18:36:19 -0700, by Pierre-Yves David
-
revsetbenchmark: convert revision display to proper subprocesscallWed, 26 Mar 2014 18:27:17 -0700, by Pierre-Yves David
-
revsetbenchmark: convert performance call to proper subprocess callWed, 26 Mar 2014 18:26:18 -0700, by Pierre-Yves David
-
revsetbenchmark: convert update to proper subprocess callWed, 26 Mar 2014 18:14:15 -0700, by Pierre-Yves David
-
revsetbenchmark: fix semicolonThu, 27 Mar 2014 16:52:24 -0500, by Matt Mackall
-
revsetbenchmark: simplify and convert the script to pythonWed, 26 Mar 2014 18:03:30 -0700, by Pierre-Yves David
-
revsetbenchmapi: fix templateWed, 26 Mar 2014 16:38:08 -0700, by Pierre-Yves David
-
perf: unroll the result in perfrevsetWed, 26 Mar 2014 17:25:11 -0700, by Pierre-Yves David
-
_addset: add a __len__ methodThu, 20 Mar 2014 18:55:28 -0700, by Pierre-Yves David
-
bundle2: implement the mandatory/advisory logic for parameterWed, 19 Mar 2014 17:53:45 -0700, by Pierre-Yves David
-
bundle2: print debug information during unbundlingWed, 19 Mar 2014 17:11:49 -0700, by Pierre-Yves David
-
bundle2: print debug information during bundlingTue, 18 Mar 2014 19:07:10 -0700, by Pierre-Yves David
-
bundle2: add ability to write to a file to the testWed, 19 Mar 2014 02:36:21 -0700, by Pierre-Yves David
-
subrepo: factor out Git version check to add doctestsFri, 21 Mar 2014 16:09:17 -0700, by Siddharth Agarwal
-
contrib: add "hgperf" command to measure performance of commands easilySat, 15 Feb 2014 19:51:20 +0900, by FUJIWARA Katsunori
-
grep: exit loop immediately, if matching is found in the file for "hg grep -l"Sat, 15 Feb 2014 19:54:14 +0900, by FUJIWARA Katsunori
-
grep: use "found" instead of "filerevmatches" examination for efficiencySat, 15 Feb 2014 19:54:05 +0900, by FUJIWARA Katsunori
-
grep: reuse the first "util.binary()" result for efficiencySat, 15 Feb 2014 19:52:36 +0900, by FUJIWARA Katsunori
-
util: add the code path to "cachefunc()" for the function taking no argumentsSat, 15 Feb 2014 19:52:26 +0900, by FUJIWARA Katsunori
-
help: add examples to incomingWed, 26 Mar 2014 12:52:57 -0500, by Matt Mackall
-
revset: fix generatorset race conditionTue, 25 Mar 2014 16:10:07 -0700, by Durham Goode
-
tests: don't hardcode path to bash interpreterTue, 25 Mar 2014 23:07:52 +0100, by Olle Lundberg
-
contrib: don't hardcode path to bash interpreterWed, 26 Mar 2014 11:59:13 +0100, by Olle Lundberg
-
contrib: explicitly enable perf extension for revset testsTue, 25 Mar 2014 23:10:15 +0100, by Olle Lundberg
-
merge with stableTue, 25 Mar 2014 16:17:16 -0500, by Matt Mackall
-
revset: improve performance of _generatorset.__contains__ (issue 4201)Mon, 24 Mar 2014 20:00:18 -0700, by Gregory Szorc
-
localrepo: omit ".hgsubstate" also from "added" filesSat, 22 Mar 2014 23:39:51 +0900, by FUJIWARA Katsunori
-
dispatch: only do __import__(debugger) when a debugger is requested stableFri, 07 Mar 2014 14:06:52 -0500, by Jordi Gutiérrez Hermoso
-
hg: use "os.path.join()" to join path components which may be empty (issue4203) stableTue, 25 Mar 2014 19:34:17 +0900, by FUJIWARA Katsunori
-
revset: document the regular expression support for tag(name) stableMon, 24 Mar 2014 21:27:40 -0400, by Matt Harbison
-
help: allow -k to find debug commandsSat, 22 Mar 2014 14:46:55 -0500, by Matt Mackall
-
help: let 'hg help debug' show the list of secret debug commandsSat, 15 Mar 2014 16:14:04 +0100, by Mads Kiilerich
-
tests: add run-tests --changed option for running tests changed in revisionsFri, 28 Feb 2014 02:09:00 +0100, by Mads Kiilerich
-
repo: rephrase the "missing requirement" error messageWed, 19 Mar 2014 00:18:30 +0100, by Mads Kiilerich
-
revpair: drop useless conditionalThu, 20 Mar 2014 17:34:02 -0700, by Pierre-Yves David
-
merge with stableFri, 21 Mar 2014 17:20:56 -0500, by Matt Mackall
-
subrepo: add trailing newlines to warnings stableThu, 20 Mar 2014 19:39:05 -0700, by Siddharth Agarwal
-
subrepo: convert matched string to integer before comparing Git version stableThu, 20 Mar 2014 19:38:17 -0700, by Siddharth Agarwal
-
subrepo: only retrieve the first two components of the Git version stableThu, 20 Mar 2014 19:37:01 -0700, by Siddharth Agarwal
-
bundle2: force the first char of parameter to be an letter.Tue, 18 Mar 2014 18:56:08 -0700, by Pierre-Yves David
-
bundle2: refuse empty parameter nameTue, 18 Mar 2014 18:40:31 -0700, by Pierre-Yves David
-
bundle2: urlunquote stream parameter name and value during unbundlingTue, 18 Mar 2014 17:43:08 -0700, by Pierre-Yves David
-
bundle2: urlquote stream parameter name and valueTue, 18 Mar 2014 17:38:11 -0700, by Pierre-Yves David
-
bundle2: support for unbundling parameter valueTue, 18 Mar 2014 16:12:33 -0700, by Pierre-Yves David
-
bundle2: support for bundling parameter valueTue, 18 Mar 2014 16:05:06 -0700, by Pierre-Yves David
-
bundle2: clarify stream parameter design in the documentationThu, 20 Mar 2014 13:18:34 -0700, by Pierre-Yves David
-
repoview: add non-global tags to candidate list for blocking hidden changesetsTue, 18 Mar 2014 20:10:33 -0500, by Sean Farley
-
histedit: select the lowest rev when looking for a root in a revset (bc)Thu, 13 Mar 2014 16:05:06 -0700, by David Soria Parra
-
bundle2: support for unbundling simple parameterTue, 18 Mar 2014 15:56:24 -0700, by Pierre-Yves David
-
bundle2: support bundling simple parameterWed, 19 Mar 2014 14:52:03 -0700, by Pierre-Yves David
-
bundle2: make sure the unbundler refuse non bundle2 streamTue, 18 Mar 2014 16:35:34 -0700, by Pierre-Yves David
-
bundle2: a very first version of bundle2 unbundlerTue, 18 Mar 2014 14:28:42 -0700, by Pierre-Yves David
-
bundle2: very first version of a bundle2 bundlerTue, 18 Mar 2014 14:00:50 -0700, by Pierre-Yves David
-
clone: abort if default destination has no meaningful name (BC)Sat, 22 Mar 2014 00:46:12 +0900, by Yuya Nishihara
-
clone: add doctest for default destinationSat, 22 Mar 2014 00:46:08 +0900, by Yuya Nishihara
-
scmutil: fix revrange when multiple revs are specifiedThu, 20 Mar 2014 09:55:44 -0700, by Durham Goode
-
parsers: fix compiler errors on MSVC 2008Thu, 20 Mar 2014 00:01:59 -0400, by Matt Harbison
-
check-code: check for argument passing py2.6ismWed, 19 Mar 2014 18:04:03 -0500, by Matt Mackall
-
merge with stableWed, 19 Mar 2014 16:21:53 -0500, by Matt Mackall
-
sshpeer: only print out 'running ssh' messages in debug mode (BC)Tue, 18 Mar 2014 13:40:03 -0700, by Siddharth Agarwal
-
tests: small refactoring of run-tests' handling of tests listWed, 19 Mar 2014 00:19:54 +0100, by Mads Kiilerich
-
merge: mark mergestate as dirty when resolve changes _stateFri, 28 Feb 2014 02:26:03 +0100, by Mads Kiilerich
-
backout: improve confusing 'cannot backout change on a different branch' abortMon, 24 Feb 2014 22:42:14 +0100, by Mads Kiilerich
-
config: set a 'source' in most cases where config don't come from file but codeWed, 19 Mar 2014 02:45:14 +0100, by Mads Kiilerich
-
config: don't set source when no source is specified - don't overwrite with ''Wed, 19 Mar 2014 02:45:14 +0100, by Mads Kiilerich
-
config: give a useful hint of source for the most common command line settingsWed, 19 Mar 2014 02:45:04 +0100, by Mads Kiilerich
-
config: backout 77f1f206e135 - 743daa601445 removed the only use of overlayWed, 19 Mar 2014 01:59:15 +0100, by Mads Kiilerich
-
mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hashThu, 20 Mar 2014 00:10:45 +0900, by FUJIWARA Katsunori
-
qnew: omit meaningless and harmful putting subrepositories into target listThu, 20 Mar 2014 00:10:45 +0900, by FUJIWARA Katsunori
-
convert: more clear documentation of the 'include' default of a 'include .' stableWed, 19 Mar 2014 00:19:54 +0100, by Mads Kiilerich
-
config: mention edit options and config topic in helpTue, 18 Mar 2014 18:57:19 -0500, by Matt Mackall
-
config: add --global and --local flagsTue, 18 Mar 2014 18:49:30 -0500, by Matt Mackall
-
revrange: pass repo to revset parserTue, 18 Mar 2014 17:56:27 -0500, by Matt Mackall
-
revset: try to handle hyphenated symbols if lookup callback is availableTue, 18 Mar 2014 17:54:42 -0500, by Matt Mackall
-
revset: pass a lookup function to the tokenizerTue, 18 Mar 2014 17:19:44 -0500, by Matt Mackall
-
parser: allow passing a lookup function to a tokenizerTue, 18 Mar 2014 17:17:23 -0500, by Matt Mackall
-
benchmark-revset: add full version of benchmarked revsetSat, 15 Mar 2014 18:11:51 -0700, by Pierre-Yves David
-
localrepo: rename capability set to lower case.Fri, 14 Mar 2014 00:02:05 -0700, by Pierre-Yves David
-
wireproto: move wireproto capabilities computation in a subfunctionWed, 12 Mar 2014 14:46:41 -0700, by Pierre-Yves David
-
wireproto: extract capabilities list in outside the wireproto functionTue, 11 Mar 2014 01:38:02 -0700, by Pierre-Yves David
-
merge with stableTue, 18 Mar 2014 14:25:28 -0500, by Matt Mackall
-
commit: propagate --secret option to subrepos (issue4182) stableMon, 17 Mar 2014 14:57:13 -0400, by Jordi Gutiérrez Hermoso
-
amend: save commit message into ".hg/last-message.txt" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
histedit: save manually edited commit message into ".hg/last-message.txt" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
qfold: save manually edited commit message into ".hg/last-message.txt" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
qnew: save manually edited commit message into ".hg/last-message.txt" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
tag: save manually edited commit message into ".hg/last-message.txt" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse" stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
localrepo: save manually edited commit message as soon as possible stableWed, 19 Mar 2014 01:07:41 +0900, by FUJIWARA Katsunori
-
hgk: enable selected patch text on WindowsSat, 15 Mar 2014 15:44:51 +0100, by Andrew Shadura
-
hgk: ignore ctrl-z as EOF on windowsSat, 15 Mar 2014 15:33:50 +0100, by Andrew Shadura
-
graphmod: changed code in dagwalker to use lazy implementationsFri, 14 Mar 2014 08:46:46 -0700, by Lucas Moscovicz
-
webcommands: changed code to use lazy classes when calling dagwalkerFri, 14 Mar 2014 08:47:57 -0700, by Lucas Moscovicz
-
cmdutil: changed max method for lazy callFri, 14 Mar 2014 13:27:12 -0700, by Lucas Moscovicz
-
getgraphlogrevs: return an empty baseset instead of a empty listFri, 14 Mar 2014 13:26:40 -0700, by Lucas Moscovicz
-
getgraphlogrevs: do not convert smartset to basesetFri, 14 Mar 2014 16:26:50 -0700, by Pierre-Yves David
-
cmdutil: changed revset for spansetFri, 14 Mar 2014 08:44:52 -0700, by Lucas Moscovicz
-
cmdutil: changed code in _makegraphlogrevset not to use getitemFri, 14 Mar 2014 11:35:17 -0700, by Lucas Moscovicz
-
cmdutil: changed code in getgraphlogrevs not to use getitemFri, 14 Mar 2014 08:43:52 -0700, by Lucas Moscovicz
-
revset: changed minrev and maxrev implementations to use ordered setsTue, 18 Feb 2014 11:35:03 -0800, by Lucas Moscovicz
-
revset: changed addset to extend _orderedsetmixinFri, 14 Mar 2014 14:43:44 -0700, by Lucas Moscovicz
-
revset: add a default argument for baseset.__init__Fri, 14 Mar 2014 11:41:26 -0700, by Pierre-Yves David
-
revset: changed orderedlazyset to also extend _orderedsetmixinThu, 13 Mar 2014 11:36:45 -0700, by Lucas Moscovicz
-
revset: changed spanset to extend _orderedsetmixinThu, 13 Mar 2014 11:36:11 -0700, by Lucas Moscovicz
-
revset: added _orderedsetmixin classWed, 12 Mar 2014 16:40:18 -0700, by Lucas Moscovicz
-
revset: added min and max methods to baseset and lazysetWed, 19 Feb 2014 09:28:17 -0800, by Lucas Moscovicz
-
contrib: make revset benchmark script able to read from stdinFri, 14 Mar 2014 15:47:29 -0700, by Pierre-Yves David
-
contrib: have the revset benchmark test script take a revsetFri, 14 Mar 2014 15:43:55 -0700, by Pierre-Yves David
-
contrib: added revset performance benchmarking scriptFri, 14 Mar 2014 11:24:59 -0700, by Lucas Moscovicz
-
contrib: added revset examples for benchmarking performanceFri, 14 Mar 2014 15:00:15 -0700, by Lucas Moscovicz
-
help: filter out deprecated options with untranslated descriptionsMon, 17 Feb 2014 07:39:53 +0100, by Simon Heimberg
-
parsers: fail fast if Python has wrong minor version (issue4110)Wed, 04 Dec 2013 20:38:27 -0800, by Chris Jerdonek
-
debuginstall: change showing to checking for consistency and future checkingFri, 14 Mar 2014 16:00:11 -0500, by Matt Mackall
-
debuginstall: add Python information to debuginstall output (issue4128)Tue, 31 Dec 2013 00:37:16 -0800, by Chris Jerdonek
-
revset: add documentation and comment for _generatorsetFri, 14 Mar 2014 10:57:04 -0700, by Pierre-Yves David
-
revset: add some documentation for lazysetFri, 14 Mar 2014 10:55:03 -0700, by Pierre-Yves David
-
revset: added documentation and comment for spanset classFri, 14 Mar 2014 10:59:51 -0700, by Lucas Moscovicz
-
revset: extend sorting testsTue, 11 Mar 2014 17:25:53 -0700, by Lucas Moscovicz
-
merge with crewFri, 14 Mar 2014 13:12:45 -0500, by Matt Mackall
-
revset: changed smartset methods to return ordered addsetsTue, 11 Mar 2014 17:25:53 -0700, by Lucas Moscovicz
-
revset: added isascending and isdescending methods to _addsetFri, 14 Mar 2014 10:24:09 -0700, by Lucas Moscovicz
-
revset: added __add__ method to _addsetFri, 14 Mar 2014 10:23:54 -0700, by Lucas Moscovicz
-
revset: added __sub__ mehtod to _addsetFri, 14 Mar 2014 10:22:51 -0700, by Lucas Moscovicz
-
revset: added __and__ method to _addsetFri, 14 Mar 2014 10:22:29 -0700, by Lucas Moscovicz
-
revset: added ascending and descending methods to _addsetFri, 14 Mar 2014 10:21:56 -0700, by Lucas Moscovicz
-
revset: added filter method to _addsetThu, 13 Mar 2014 19:12:36 -0700, by Lucas Moscovicz
-
revset: added comments to all methods needed to duck-type from basesetFri, 14 Mar 2014 09:18:14 -0700, by Lucas Moscovicz
-
revset: use more explicit argument names for baseset methodsFri, 14 Mar 2014 10:10:18 -0700, by Lucas Moscovicz
-
revset: added isascending and isdescending methods to smartset classesTue, 11 Mar 2014 17:09:23 -0700, by Lucas Moscovicz
-
revset: added sort method in addsetTue, 11 Mar 2014 17:03:43 -0700, by Lucas Moscovicz
-
revset: added reverse method to addsetThu, 13 Mar 2014 18:57:30 -0700, by Lucas Moscovicz
-
revset: changed _iterator() method on addset to work with a given orderThu, 13 Mar 2014 13:29:04 -0700, by Lucas Moscovicz
-
revset: changed _iterator() in addset to use the generated list when availableThu, 13 Mar 2014 14:51:04 -0700, by Lucas Moscovicz
-
revset: added cached generated list to addsetTue, 11 Mar 2014 16:59:42 -0700, by Lucas Moscovicz
-
revset: changed sort method to use native sort implementation of smartsetsThu, 13 Mar 2014 17:15:21 -0700, by Lucas Moscovicz
-
revset: fixed sorting issue with spansetThu, 13 Mar 2014 17:16:58 -0700, by Lucas Moscovicz
-
tests: added tests to test sort revsetThu, 13 Mar 2014 17:20:03 -0700, by Lucas Moscovicz
-
revset: added __nonzero__ method to spanset classFri, 14 Mar 2014 09:07:59 -0700, by Lucas Moscovicz
-
require: provide a link to a wiki page in addition of suggesting upgradeSat, 25 Jun 2011 02:46:23 +0200, by Pierre-Yves David
-
revset: optimized sort method in lazyset classThu, 06 Mar 2014 09:41:47 -0800, by Lucas Moscovicz
-
revset: improve head revset performanceThu, 13 Mar 2014 13:47:21 -0700, by Durham Goode
-
revset: added ascending attribute to addset classTue, 11 Mar 2014 16:52:15 -0700, by Lucas Moscovicz
-
revset: added set method to addset to duck type generatorsetMon, 10 Mar 2014 10:49:04 -0700, by Lucas Moscovicz
-
merge with defaultThu, 13 Mar 2014 15:00:34 -0500, by Matt Mackall
-
revsets: backout d04aac468bf4 due to performance regressionsThu, 13 Mar 2014 14:34:32 -0500, by Matt Mackall
-
revset: made addset a private classWed, 12 Mar 2014 17:20:26 -0700, by Lucas Moscovicz
-
revset: made descgeneratorset a private classWed, 12 Mar 2014 17:19:46 -0700, by Lucas Moscovicz
-
revset: made ascgeneratorset a private classWed, 12 Mar 2014 17:18:54 -0700, by Lucas Moscovicz
-
revset: made generatorset a private classWed, 12 Mar 2014 17:07:38 -0700, by Lucas Moscovicz
-
cmdutil: changed walkchangerevs to use spanset instead of basesetWed, 05 Mar 2014 18:49:47 -0800, by Lucas Moscovicz
-
revset: added sort methods to generatorsetsMon, 24 Feb 2014 16:36:17 -0800, by Lucas Moscovicz
-
merge with stableThu, 13 Mar 2014 12:05:08 -0500, by Matt Mackall
-
fix_bytesmod: use the "from mercurial" form of the import to avoid breaking httpclientTue, 04 Feb 2014 18:33:25 -0500, by Augie Fackler
-
commit: create new amend changeset as secret correctly for "--secret" option stableThu, 13 Mar 2014 19:48:41 +0900, by FUJIWARA Katsunori
-
hg log: solves bug regarding hg log -r 0:null (issue4039) stableWed, 12 Mar 2014 10:26:48 +0200, by Cristian Zamfir
-
killdaemons: drop superfluous L suffix from constantMon, 10 Mar 2014 17:52:42 -0400, by Augie Fackler
-
setup.py: fix 2.4 breakage in 77ab0abbWed, 12 Mar 2014 18:28:57 -0400, by Augie Fackler
-
setup: handle more invalid python3 syntaxThu, 19 Sep 2013 15:38:42 -0400, by Augie Fackler
-
revset: changed __add__ methods on lazy sets to return addsets (issue4191)Fri, 07 Mar 2014 14:06:49 -0800, by Lucas Moscovicz
-
revset: added addset class with its basic methodsFri, 07 Mar 2014 13:48:31 -0800, by Lucas Moscovicz
-
revset: changed _children method to use lazy structuresTue, 11 Feb 2014 14:03:43 -0800, by Lucas Moscovicz
-
revset: changed descendants revset to use lazy generatorsMon, 10 Feb 2014 12:26:45 -0800, by Lucas Moscovicz
-
revset: optimized _revancestors method based on order of revisionsFri, 07 Feb 2014 13:44:57 -0800, by Lucas Moscovicz
-
revset: changed ancestors revset to return lazy generatorsFri, 07 Feb 2014 10:32:02 -0800, by Lucas Moscovicz
-
doc: show short description of each commands in generated documentsTue, 11 Mar 2014 14:36:40 +0900, by FUJIWARA Katsunori
-
check-code: disallow use of dict(key=value) constructionWed, 12 Mar 2014 13:31:27 -0400, by Augie Fackler
-
setup.py: move from dict() construction to {} literalsWed, 12 Mar 2014 13:29:29 -0400, by Augie Fackler
-
test-wireproto: move from dict() construction to {} literalsWed, 12 Mar 2014 13:21:30 -0400, by Augie Fackler
-
test-url: move from dict() construction to {} literalsWed, 12 Mar 2014 13:21:17 -0400, by Augie Fackler
-
test-filelog: move from dict() construction to {} literalsWed, 12 Mar 2014 13:21:02 -0400, by Augie Fackler
-
templatekw: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:42 -0400, by Augie Fackler
-
minirst: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:24 -0400, by Augie Fackler
-
webutil: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:04 -0400, by Augie Fackler
-
run-tests: move from dict() construction to {} literalsWed, 12 Mar 2014 13:19:43 -0400, by Augie Fackler
-
util: move from dict() construction to {} literalsWed, 12 Mar 2014 13:19:20 -0400, by Augie Fackler
-
webcommands: move from dict() construction to {} literalsWed, 12 Mar 2014 13:29:07 -0400, by Augie Fackler
-
hgwebdir_mod: move from dict() construction to {} literalsWed, 12 Mar 2014 13:15:37 -0400, by Augie Fackler
-
filemerge: move from dict() construction to {} literalsWed, 12 Mar 2014 13:15:09 -0400, by Augie Fackler
-
changegroup: move from dict() construction to {} literalsWed, 12 Mar 2014 13:14:31 -0400, by Augie Fackler
-
extdiff: move from dict() construction to {} literalsWed, 12 Mar 2014 13:13:42 -0400, by Augie Fackler
-
bugzilla: move from dict() construction to {} literalsWed, 12 Mar 2014 13:13:10 -0400, by Augie Fackler
-
synthrepo: move from dict() construction to {} literalsWed, 12 Mar 2014 13:12:26 -0400, by Augie Fackler
-
wireproto: remove todict() and use {} literals insteadWed, 12 Mar 2014 13:00:51 -0400, by Augie Fackler
-
merge with stableTue, 11 Mar 2014 16:19:08 -0500, by Matt Mackall
-
templater: deprecate --style now that -T existsMon, 10 Mar 2014 15:00:41 -0500, by Matt Mackall
-
templating: make -T much more flexibleSat, 08 Mar 2014 17:38:50 -0600, by Matt Mackall
-
changeset_templater: remove use_template methodSat, 08 Mar 2014 16:14:08 -0600, by Matt Mackall
-
cmdutil: make helper function to process template argsSat, 08 Mar 2014 16:01:58 -0600, by Matt Mackall
-
commands: add -T alternative to --templateSat, 08 Mar 2014 15:27:25 -0600, by Matt Mackall
-
config: clarify and exemplify the user name in the sample config fileFri, 07 Mar 2014 14:29:26 -0500, by Jordi Gutiérrez Hermoso
-
templater: make strings in template expressions be "string-escape"-ed correctly stableMon, 10 Mar 2014 01:01:43 +0900, by FUJIWARA Katsunori
-
templater: apply "stringify()" on sub expression to get string correctly stableMon, 10 Mar 2014 01:01:43 +0900, by FUJIWARA Katsunori
-
templater: avoid recursive evaluation of string literals completely stableMon, 10 Mar 2014 01:01:42 +0900, by FUJIWARA Katsunori
-
status: improve explanation of ' ' statusThu, 06 Mar 2014 17:26:49 -0600, by Matt Mackall
-
revset: changed methods in spanset to return ordered setsTue, 18 Feb 2014 13:07:08 -0800, by Lucas Moscovicz
-
revset: added sort method to orderedlazysetTue, 25 Feb 2014 10:36:23 -0800, by Lucas Moscovicz
-
revset: added order methods to lazyset classesFri, 07 Feb 2014 08:44:18 -0800, by Lucas Moscovicz
-
setdiscovery: document algorithms usedThu, 06 Mar 2014 12:37:28 +0100, by Olle Lundberg
-
doc: gendoc.py creates valid output for option descriptions with newlinesThu, 20 Feb 2014 09:17:22 +0100, by Simon Heimberg
-
minirst: create valid output when table data contains a newlineWed, 19 Feb 2014 17:32:21 +0100, by Simon Heimberg
-
tests: match time by a glob to fix intermittent failures of test-lock-badness.tWed, 05 Mar 2014 14:03:08 +0100, by Simon Heimberg
-
merge: adds documentation to the mergestate classWed, 05 Mar 2014 10:49:43 -0800, by Pierre-Yves David
-
merge: add blank line between mergestate's methodWed, 05 Mar 2014 10:22:43 -0800, by Pierre-Yves David
-
cmdserver: allow to start server without repositoryMon, 03 Mar 2014 23:21:24 +0900, by Yuya Nishihara
-
cmdserver: prepare test for starting server without repositoryMon, 03 Mar 2014 23:11:17 +0900, by Yuya Nishihara
-
histedit: move logic for finding child nodes to new functionThu, 06 Mar 2014 01:24:03 +0100, by Olle Lundberg
-
histedit: clean up lock importsWed, 05 Mar 2014 22:02:45 +0100, by Olle Lundberg
-
localrepo: changed revs to use spanset instead of basesetWed, 05 Mar 2014 17:42:05 -0800, by Lucas Moscovicz
-
extensions: use normpath to allow trailing '\' on Windows (issue4187)Wed, 05 Mar 2014 09:31:05 +0000, by Ed Morley
-
tests: fix unused imports from inotify removal caught by pyflakesTue, 04 Mar 2014 09:56:59 -0600, by Matt Mackall
-
revset: added ordered generatorset classes with __contains__ methodThu, 27 Feb 2014 17:27:03 -0800, by Lucas Moscovicz
-
merge: use the right ancestor when both sides copied the same fileTue, 25 Feb 2014 20:29:46 +0100, by Mads Kiilerich
-
copies: when both sides made the same copy, report it as a copyTue, 25 Feb 2014 20:29:14 +0100, by Mads Kiilerich
-
merge: handle create+delete prompts in calculateupdatesSun, 02 Mar 2014 18:36:02 +0100, by Mads Kiilerich
-
merge: handle acceptremove of create+delete early in manifest mergeFri, 28 Feb 2014 02:26:03 +0100, by Mads Kiilerich
-
largefiles: override calculateupdates instead of manifestmergeSun, 02 Mar 2014 18:30:41 +0100, by Mads Kiilerich
-
tests: add systematic test of merge ancestor calculationTue, 25 Feb 2014 20:28:40 +0100, by Mads Kiilerich
-
tests: add test case for criss cross mergeSun, 02 Mar 2014 18:25:19 +0100, by Mads Kiilerich
-
merge with stableMon, 03 Mar 2014 15:34:09 -0600, by Matt Mackall
-
revset: changed generatorset code to remove unnecesary function callMon, 03 Mar 2014 12:54:46 -0800, by Lucas Moscovicz
-
phase: say "Returns 0" instead of "Return 0" like other command help stableMon, 03 Mar 2014 15:50:45 +0900, by Yuya Nishihara
-
dirstate: remove double imports of errnoMon, 03 Mar 2014 15:50:41 +0900, by Yuya Nishihara
-
cmdserver: mask return code of runcommand in the same way as dispatch.runMon, 03 Mar 2014 15:50:51 +0900, by Yuya Nishihara
-
cmdserver: include non-zero return code of runcommand in test outputMon, 03 Mar 2014 15:50:48 +0900, by Yuya Nishihara
-
cmdserver: recreate mq object on runcommand in case queue path was changedMon, 03 Mar 2014 19:41:30 +0900, by Yuya Nishihara
-
cmdserver: reload mq on each runcommand request to avoid corruptionMon, 03 Mar 2014 19:41:26 +0900, by Yuya Nishihara
-
localrepo: add hook point to invalidate everything on each command-server runMon, 03 Mar 2014 19:41:23 +0900, by Yuya Nishihara
-
paper: overlapping of section title on help pages (issue4051) stableMon, 03 Mar 2014 23:37:59 +0530, by anuraggoel
-
contrib: drop tmplrewriteSat, 01 Mar 2014 20:08:41 -0600, by Matt Mackall
-
extensions: mark win32text deprecatedSat, 01 Mar 2014 19:51:22 -0600, by Matt Mackall
-
extensions: remove interhgSat, 01 Mar 2014 19:44:14 -0600, by Matt Mackall
-
extensions: remove the inotify extension (BC)Sat, 01 Mar 2014 16:20:15 -0600, by Matt Mackall
-
merge main and crewSat, 01 Mar 2014 21:08:43 -0500, by Augie Fackler
-
merge with stableSat, 01 Mar 2014 21:08:28 -0500, by Augie Fackler
-
merge with mpmSat, 01 Mar 2014 09:30:23 -0500, by Augie Fackler
-
test-help.t: fix for non-Linux platformsSat, 01 Mar 2014 09:21:45 -0500, by Augie Fackler
-
merge: audit the right destination file when merging with dir rename stable 2.9.1Sat, 01 Mar 2014 18:09:39 +0100, by Mads Kiilerich
-
setup: specify --prefix="" for install-home-bin to avoid badness with defaultsMon, 03 Feb 2014 02:09:46 -0500, by Augie Fackler
-
revset: add 'only' revsetSat, 16 Nov 2013 08:57:08 -0800, by Durham Goode
-
revset: added basic operators to orderedlazysetThu, 06 Feb 2014 17:42:08 -0800, by Lucas Moscovicz
-
revset: changed revset code to use filter methodThu, 06 Feb 2014 09:28:41 -0800, by Lucas Moscovicz
-
revset: added filter method to revset classesThu, 06 Feb 2014 17:18:11 -0800, by Lucas Moscovicz
-
revset: added orderedlazyset classWed, 05 Feb 2014 15:24:08 -0800, by Lucas Moscovicz
-
config: make repo optional againThu, 27 Feb 2014 23:17:37 -0600, by Matt Mackall
-
merge: fix spelling of lengthFri, 28 Feb 2014 02:28:12 +0100, by Olle Lundberg
-
ui: edit(): transplant: set HGREVISION environment variable for an editorMon, 10 Feb 2014 07:13:10 +0400, by Alexander Drozdov
-
ui: edit(): rebase, graft: set HGREVISION environment variable for an editorThu, 06 Feb 2014 12:21:20 +0400, by Alexander Drozdov
-
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()Thu, 06 Feb 2014 10:15:20 +0400, by Alexander Drozdov
-
ui: allow edit() to work with revision extrasThu, 06 Feb 2014 11:38:28 +0400, by Alexander Drozdov
-
tests: glob match has a glob character for not getting a warning on windowsFri, 14 Feb 2014 00:36:44 +0100, by Simon Heimberg
-
run-tests: fixed warn detection on failures with too many outputSun, 16 Feb 2014 23:41:24 +0100, by Simon Heimberg