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