Mercurial > hg
graph
-
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