Mercurial > hg
graph
-
merge with stableSat, 27 Sep 2014 14:47:52 -0500, by Matt Mackall
-
commands: add debuglocks to report/clear lock stateFri, 26 Sep 2014 16:44:11 -0500, by Matt Mackall
-
test-convert-git.t: make copy detection deterministicWed, 24 Sep 2014 11:20:35 -0700, by Siddharth Agarwal
-
revsetbenchmark: add a rebase-related revset to the benchmark listTue, 23 Sep 2014 17:12:27 -0700, by Pierre-Yves David
-
revsetbenchmark: allow comments ('#' prefix) in the revset inputTue, 23 Sep 2014 17:09:19 -0700, by Pierre-Yves David
-
revsetbenchmark: make it clear that revsets may be read from stdinTue, 23 Sep 2014 17:08:49 -0700, by Pierre-Yves David
-
tags: use full hash for formatter output as in log or annotate commandsSun, 21 Sep 2014 12:50:48 +0900, by Yuya Nishihara
-
tags: change field name of formatter output to be the same as log commandSun, 21 Sep 2014 12:46:23 +0900, by Yuya Nishihara
-
files: correct topic of formatterSun, 21 Sep 2014 12:38:47 +0900, by Yuya Nishihara
-
revert: move targetsubs calculation down to its useFri, 19 Sep 2014 18:40:39 -0700, by Durham Goode
-
help: document that default hgweb style is called paper (issue4373)Tue, 23 Sep 2014 14:20:08 -0400, by Augie Fackler
-
help: update help for hgweb template and style (issue4373)Sat, 20 Sep 2014 14:16:39 -0700, by Arun Chandrasekaran
-
bundle2: rename functions that have the same nameTue, 23 Sep 2014 16:22:52 +0900, by Mike Hommey
-
mq: write headers of new patches using patchheaderSat, 20 Sep 2014 17:06:57 +0200, by Mads Kiilerich
-
mq: refactor patchheader header ordering to match export (BC)Wed, 24 Sep 2014 02:41:11 +0200, by Mads Kiilerich
-
mq: upgrade non-plain patches to HG format when setting parent in patchheaderSat, 20 Sep 2014 17:06:57 +0200, by Mads Kiilerich
-
mq: make patchheader .plainmode more reliableSat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
bundle2: remove heads and common arguments to getbundle parts generatorsWed, 24 Sep 2014 21:50:03 -0700, by Mike Hommey
-
bundle2: separate bundle10 and bundle2 cases in getbundle()Thu, 25 Sep 2014 11:47:57 +0900, by Mike Hommey
-
bundle2: pass b2caps down to functions adding bundle2 parts for getbundleThu, 25 Sep 2014 11:11:37 +0900, by Mike Hommey
-
parsers: fix uninitialize variable warningWed, 24 Sep 2014 13:16:20 -0700, by David Soria Parra
-
revset: use `subset &` in bare `p2()`Wed, 17 Sep 2014 11:00:03 -0700, by Pierre-Yves David
-
revset: use `subset &` in bare `p1()`Wed, 17 Sep 2014 10:59:52 -0700, by Pierre-Yves David
-
revset: use `subset &` in `rev`Wed, 17 Sep 2014 11:00:09 -0700, by Pierre-Yves David
-
revset: use `subset &` in `origin`Wed, 17 Sep 2014 19:52:34 -0700, by Pierre-Yves David
-
revset: use `subset &` in `follow`Wed, 17 Sep 2014 10:59:16 -0700, by Pierre-Yves David
-
revset: use `subset &` in `filelog`Wed, 17 Sep 2014 10:58:50 -0700, by Pierre-Yves David
-
revset: use `subset &` in `divergent`Wed, 17 Sep 2014 10:58:39 -0700, by Pierre-Yves David
-
revset: use `subset &` in `bisect`Wed, 17 Sep 2014 10:57:57 -0700, by Pierre-Yves David
-
revset: use `subset &` in `ancestorspec`Wed, 17 Sep 2014 10:57:47 -0700, by Pierre-Yves David
-
revset: use `subset &` in `bookmark`Wed, 17 Sep 2014 19:57:09 -0700, by Pierre-Yves David
-
revset: use `subset &` in `outgoing`Wed, 17 Sep 2014 10:59:40 -0700, by Pierre-Yves David
-
revset: avoid in loop lookup in _generatorset._consumegenWed, 30 Apr 2014 16:56:48 -0700, by Pierre-Yves David
-
revset: reduce dict lookup in lazyset.__contains__Fri, 25 Apr 2014 14:51:24 -0700, by Pierre-Yves David
-
revset: do less lookup during spanset.__contains__Fri, 25 Apr 2014 17:53:58 -0700, by Pierre-Yves David
-
largefiles: simplify iteration over standinsTue, 16 Sep 2014 23:10:39 -0700, by Martin von Zweigbergk
-
largefiles: avoid using 'lfiles' variable for two purposesTue, 16 Sep 2014 22:50:38 -0700, by Martin von Zweigbergk
-
largefiles: remove unnecessary clearing of status fieldsMon, 22 Sep 2014 13:05:36 -0700, by Martin von Zweigbergk
-
mq: simplify patchheader handling of the empty line before the diffWed, 24 Sep 2014 01:39:25 +0200, by Mads Kiilerich
-
mq: write '# Parent ' lines with two spaces like export does (BC)Wed, 24 Sep 2014 01:36:44 +0200, by Mads Kiilerich
-
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