Mercurial > hg
graph
-
merge with stableThu, 06 Dec 2012 16:42:15 -0600, by Matt Mackall
-
merge: support calculating merge actions against non-working contextsTue, 04 Dec 2012 12:54:18 -0800, by David Schleimer
-
merge: refactor action calculation into functionTue, 04 Dec 2012 12:54:18 -0800, by David Schleimer
-
dirstate: inline more properties and methods in statusMon, 03 Dec 2012 14:21:45 -0800, by Siddharth Agarwal
-
perf: add option to perfstatus to get the status of unknown filesMon, 03 Dec 2012 13:53:53 -0800, by Siddharth Agarwal
-
dirstate: test normalize is truthy instead of using a no-op lambdaTue, 04 Dec 2012 10:29:18 -0800, by Siddharth Agarwal
-
merge with stableTue, 04 Dec 2012 11:19:32 -0600, by Kevin Bullock
-
hgweb: avoid generator exhaustion with branches stableThu, 06 Dec 2012 13:21:27 -0600, by Matt Mackall
-
hgweb: fix iterator reuse in atom feed generation stableWed, 05 Dec 2012 15:38:18 -0600, by Matt Mackall
-
osutil: tab damage, how i hate theeMon, 03 Dec 2012 13:17:01 -0800, by Bryan O'Sullivan
-
osutil: write a C implementation of statfiles for unixMon, 03 Dec 2012 12:40:24 -0800, by Bryan O'Sullivan
-
i18n-ja: synchronized with f94ead934067 stableFri, 30 Nov 2012 21:39:01 +0900, by FUJIWARA Katsunori
-
osutil: fix tab damageFri, 30 Nov 2012 17:40:11 -0800, by Bryan O'Sullivan
-
Merge with crewFri, 30 Nov 2012 15:56:09 -0800, by Bryan O'Sullivan
-
osutil: factor out creation and init of listdir_statFri, 30 Nov 2012 15:55:09 -0800, by Bryan O'Sullivan
-
dirstate: avoid use of zip on big listsFri, 30 Nov 2012 15:55:08 -0800, by Bryan O'Sullivan
-
dirstate: move file type filtering to its sourceFri, 30 Nov 2012 15:55:07 -0800, by Bryan O'Sullivan
-
clfilter: rename `unfilteredmeth` to `unfilteredmethod`Fri, 30 Nov 2012 22:34:21 +0100, by Pierre-Yves David
-
clfilter: fix a false positive in the test-obsolete.tFri, 30 Nov 2012 21:47:04 +0100, by Pierre-Yves David
-
clfilter: ensure that filecache on localrepo is unfilteredMon, 08 Oct 2012 19:34:04 +0200, by Pierre-Yves David
-
clfilter: add a propertycache that must be unfilteredMon, 08 Oct 2012 20:02:20 +0200, by Pierre-Yves David
-
largefile: status is buggy on repoproxy, so run unfilteredMon, 08 Oct 2012 18:11:56 +0200, by Pierre-Yves David
-
clfilter: mq should not warn about filtered mq patchesMon, 08 Oct 2012 20:01:40 +0200, by Pierre-Yves David
-
clfilter: ensure that mq performs commits on unfiltered reposMon, 08 Oct 2012 18:02:25 +0200, by Pierre-Yves David
-
clfilter: use unfiltered repo for bookmark push logicMon, 08 Oct 2012 17:50:02 +0200, by Pierre-Yves David
-
clfilter: `bookmark.validdest` should run on unfiltered repoMon, 08 Oct 2012 17:26:23 +0200, by Pierre-Yves David
-
clfilter: unfilter some parts of the push logicMon, 08 Oct 2012 17:41:07 +0200, by Pierre-Yves David
-
subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API) stable 2.4.1Fri, 30 Nov 2012 00:43:55 +0900, by FUJIWARA Katsunori
-
clfilter: prevent unwanted warning about filtered parents as unknownMon, 08 Oct 2012 17:15:08 +0200, by Pierre-Yves David
-
clfilter: strip logic should be unfilteredMon, 08 Oct 2012 17:12:09 +0200, by Pierre-Yves David
-
clfilter: verify logic should be unfilteredMon, 08 Oct 2012 17:08:52 +0200, by Pierre-Yves David
-
clfilter: phases logic should be unfilteredWed, 21 Nov 2012 00:53:45 +0100, by Pierre-Yves David
-
clfilter: unfilter computation of obsolescence related computationMon, 08 Oct 2012 16:55:00 +0200, by Pierre-Yves David
-
clfilter: ensure changeset creation in the repo is run unfilteredMon, 26 Nov 2012 19:24:11 +0100, by Pierre-Yves David
-
clfilter: ensure changegroup generation is run unfilteredMon, 26 Nov 2012 19:23:25 +0100, by Pierre-Yves David
-
clfilter: ensure `rollback` is run unfilteredMon, 26 Nov 2012 19:21:24 +0100, by Pierre-Yves David
-
clfilter: ensure cache invalidation is done on the main unfiltered repoMon, 26 Nov 2012 19:22:12 +0100, by Pierre-Yves David
-
clfilter: ensure that tag logic runs unfilteredMon, 26 Nov 2012 19:26:24 +0100, by Pierre-Yves David
-
clfilter: ensure `branchcache` logic runs unfilteredMon, 26 Nov 2012 19:25:44 +0100, by Pierre-Yves David
-
clfilter: introduce an `unfilteredmethod` decoratorMon, 26 Nov 2012 19:11:13 +0100, by Pierre-Yves David
-
clfilter: introduce an "unfiltered" method on localrepoWed, 21 Nov 2012 00:36:29 +0100, by Pierre-Yves David
-
clfilter: remove usage of `range` and `xrange` in scmutil.revrangeTue, 20 Nov 2012 19:05:46 +0100, by Pierre-Yves David
-
hgweb: display diff for a changeset against any parents (issue2810)Mon, 12 Nov 2012 14:05:39 -0800, by Weiwen
-
branch: add missing repo argument to checknewlabelThu, 29 Nov 2012 08:49:21 -0500, by Tim Henigan
-
Merge with stable.Thu, 29 Nov 2012 11:44:22 -0600, by Augie Fackler
-
rebase: fix pull --rev options clashing with --rebase (issue3619) stableThu, 29 Nov 2012 16:37:15 +0100, by Pierre-Yves David
-
dirstate: remove obsolete comment from setbranchThu, 29 Nov 2012 08:44:54 -0500, by Tim Henigan
-
merge with stableWed, 28 Nov 2012 18:08:51 -0600, by Matt Mackall
-
update: allow update to existing branches with invalid names (issue3710) stableTue, 27 Nov 2012 08:47:35 -0500, by Tim Henigan
-
commit: increase perf by building a new addlist instead of editing the old oneMon, 19 Nov 2012 16:05:40 -0800, by Durham Goode
-
template engine: convert generator-based iterator to list-based iteratorWed, 28 Nov 2012 14:55:42 -0800, by Weiwen
-
command: remove phase from the list of basic command stableWed, 28 Nov 2012 11:20:56 +0100, by Pierre-Yves David
-
merge with stableWed, 28 Nov 2012 16:15:05 -0600, by Matt Mackall
-
phases: fix missing "error" module import (issue3707) stableSun, 25 Nov 2012 20:39:37 +0100, by André Sintzoff
-
test-mq-qrefresh: test that the patch at qtip is indeed emptyThu, 08 Nov 2012 11:54:08 +0100, by Adrian Buehlmann