Mercurial > hg
graph
-
clfilter: add a cache on repo for set of revision to filter for a given set.Thu, 20 Dec 2012 17:14:07 +0100, by Pierre-Yves David
-
clfilter: add actual repo filtering mechanismThu, 20 Dec 2012 15:32:42 +0100, by Pierre-Yves David
-
inotify: pacify pestiferous pyflakes precipitouslyWed, 19 Dec 2012 16:56:26 -0800, by Bryan O'Sullivan
-
tests: make test-inotify-issue1208.t disappearWed, 19 Dec 2012 10:45:40 -0800, by Bryan O'Sullivan
-
posix: move server side of unix domain sockets out of inotifyTue, 18 Dec 2012 17:15:13 -0800, by Bryan O'Sullivan
-
inotify: don't fall over just because of a dangling symlinkTue, 18 Dec 2012 17:33:32 -0800, by Bryan O'Sullivan
-
test-inotify: test symlink indirection for unix socketsWed, 19 Dec 2012 10:40:34 -0800, by Bryan O'Sullivan
-
test-pathencode: compare current pathencoding implementationsWed, 19 Dec 2012 10:02:43 +0100, by Adrian Buehlmann
-
rebase: use lazy ancestor membership testingMon, 17 Dec 2012 20:51:21 -0800, by Siddharth Agarwal
-
localrepo: use lazy ancestor membership testingMon, 17 Dec 2012 20:43:37 -0800, by Siddharth Agarwal
-
ancestor: add lazy membership testing to lazyancestorsTue, 18 Dec 2012 12:47:20 -0800, by Siddharth Agarwal
-
revlog: move ancestor generation out to a new classTue, 18 Dec 2012 10:14:01 -0800, by Siddharth Agarwal
-
ignore: process hgignore files in deterministic orderMon, 17 Dec 2012 15:57:02 -0800, by Bryan O'Sullivan
-
ignore: only read an ignore file onceMon, 17 Dec 2012 15:52:44 -0800, by Bryan O'Sullivan
-
ignore: refactor ignore into two functionsMon, 17 Dec 2012 16:23:37 -0800, by Bryan O'Sullivan
-
clfilter: fix `nodemap` usage in `getbundle`Mon, 10 Dec 2012 18:12:41 +0100, by Pierre-Yves David
-
test: fix truncated comment in testMon, 17 Dec 2012 17:00:24 +0100, by Pierre-Yves David
-
clfilter: ensure context raise RepoLookupError when the revision is filteredMon, 17 Dec 2012 18:09:41 +0100, by Pierre-Yves David
-
revlog: remove incancestors since it is no longer usedMon, 17 Dec 2012 15:08:37 -0800, by Siddharth Agarwal
-
transplant: replace incancestors uses with ancestorsMon, 17 Dec 2012 15:08:06 -0800, by Siddharth Agarwal
-
revlog.ancestors: add support for including revsMon, 17 Dec 2012 15:13:51 -0800, by Siddharth Agarwal
-
perf: add command to test performance of membership in ancestor setFri, 14 Dec 2012 10:23:18 -0800, by Siddharth Agarwal
-
ancestor: move missingancestors doctest out into a separate fileTue, 11 Dec 2012 14:47:33 -0800, by Siddharth Agarwal
-
merge with crew-stableSun, 16 Dec 2012 23:02:54 -0600, by Kevin Bullock
-
dirstate: remove obsolete comment from setbranch stableThu, 29 Nov 2012 08:44:54 -0500, by Tim Henigan
-
dirstate: don't rename branch file if writing it failed stableSat, 15 Dec 2012 20:19:07 +0200, by Idan Kamara
-
commands: 'hg bookmark NAME' should work even with ui.strict=TrueSun, 16 Dec 2012 22:00:38 -0600, by Kevin Bullock
-
tests: improve test-mv-cp-st-diff.t readabilitySun, 16 Dec 2012 19:41:56 +0100, by Mads Kiilerich
-
obsolete: refuse to push divergent changesetSat, 10 Nov 2012 02:19:20 +0100, by Pierre-Yves David
-
obsolete: add a divergent method on contextWed, 12 Dec 2012 03:20:49 +0100, by Pierre-Yves David
-
obsolete: add revset and test for divergent changesetsWed, 12 Dec 2012 03:12:55 +0100, by Pierre-Yves David
-
obsolete: detect divergent changesetsWed, 12 Dec 2012 03:19:30 +0100, by Pierre-Yves David
-
obsolete: drop successors sets which are subset of another oneSat, 10 Nov 2012 01:56:59 +0100, by Pierre-Yves David
-
obsolete: compute successors setThu, 13 Dec 2012 15:38:43 +0100, by Pierre-Yves David
-
mq: don't fail when removing a patch without patch file from series fileSun, 09 Dec 2012 00:25:21 +0100, by Mads Kiilerich
-
largefiles: align rm warnings with warnings used in coreThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
merge with stableThu, 13 Dec 2012 21:34:55 +0100, by Mads Kiilerich
-
largefiles: commit directories that only contain largefiles (issue3548) stableMon, 10 Dec 2012 14:58:42 +0100, by Levi Bard
-
revset.children: ignore rev numbers that are too lowFri, 07 Dec 2012 10:37:43 -0800, by Siddharth Agarwal
-
perf: add a command to measure revset performanceThu, 06 Dec 2012 11:21:11 -0800, by Siddharth Agarwal
-
run-tests: fix whitespace nonsenseWed, 12 Dec 2012 15:17:18 -0800, by Bryan O'Sullivan
-
merge with mpmWed, 12 Dec 2012 15:12:28 -0800, by Bryan O'Sullivan
-
run-tests: on windows, put correct python at front of PATHWed, 12 Dec 2012 14:52:58 -0800, by Bryan O'Sullivan
-
run-tests: fix exename on WindowsTue, 11 Dec 2012 15:38:42 -0800, by Siddharth Agarwal
-
run-tests: support running tests in parallel on windowsTue, 11 Dec 2012 15:13:23 -0800, by Bryan O'Sullivan
-
makefile: allow local builds to work on windows/mingw32Tue, 11 Dec 2012 13:44:00 -0800, by Bryan O'Sullivan
-
check-code: make 'missing whitespace in assignment' more aggressiveSun, 09 Dec 2012 23:33:16 +0100, by Mads Kiilerich
-
check-code: there must also be whitespace between ')' and operatorSun, 09 Dec 2012 23:33:16 +0100, by Mads Kiilerich
-
rm: drop misleading 'use -f' hint for the rm --after 'not removing' warningSun, 09 Dec 2012 23:33:16 +0100, by Mads Kiilerich
-
contrib: state explicitly how hgtest.vim can be installedSun, 09 Dec 2012 23:33:16 +0100, by Mads Kiilerich
-
tests: kill daemons early, making breaking at "Accept" prompt safeSun, 09 Dec 2012 23:33:16 +0100, by Mads Kiilerich
-
run-tests: use correct python safely under --jobsMon, 10 Dec 2012 12:14:55 -0800, by Bryan O'Sullivan
-
run-tests: check for the correct python when startingMon, 10 Dec 2012 12:09:02 -0800, by Bryan O'Sullivan
-
run-tests: use correct python when run with --localMon, 10 Dec 2012 12:07:42 -0800, by Bryan O'Sullivan
-
synthrepo: do not crash if a list is emptyMon, 10 Dec 2012 11:18:03 -0800, by Bryan O'Sullivan
-
hgwebdir: do not show RSS and Atom links for plain directoriesTue, 27 Nov 2012 22:24:02 +0100, by Angel Ezquerra
-
hgweb: add branches RSS and Atom feedsTue, 04 Dec 2012 00:37:50 +0100, by Angel Ezquerra
-
push: reunite comment with the line of code it describesFri, 07 Dec 2012 12:03:37 -0600, by Kevin Bullock
-
bookmarks: spelling correction in docstringFri, 07 Dec 2012 11:30:38 -0600, by Kevin Bullock
-
merge: fix mistake in moved _checkcollision call from 5881d5b7552fThu, 06 Dec 2012 22:07:44 -0600, by Kevin Bullock
-
windows: correctly pass a mode to S_IFMT in statfilesThu, 06 Dec 2012 16:56:44 -0600, by Matt Mackall
-
strip: make query to get new bookmark target cheaperWed, 05 Dec 2012 14:33:15 -0800, by Siddharth Agarwal
-
graft: explicit current node trackingTue, 04 Dec 2012 12:54:18 -0800, by David Schleimer
-
graft: move commit info buildingTue, 04 Dec 2012 12:54:18 -0800, by David Schleimer
-
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
-
tests: only call check-code onceMon, 26 Nov 2012 15:59:02 -0600, by Matt Mackall
-
ancestor: fix a comment (followup to 0b03454abae7)Wed, 28 Nov 2012 10:35:12 -0800, by Siddharth Agarwal
-
revlog: allow reverse iteration with revlog.revsWed, 21 Nov 2012 00:42:05 +0100, by Pierre-Yves David
-
convert: add config option to use the local time zoneSun, 18 Nov 2012 12:26:50 -1000, by Julian Cowley
-
rebase: use revlog.findmissingrevs to compute detach setTue, 27 Nov 2012 16:24:21 -0800, by Siddharth Agarwal
-
revlog: add rev-specific variant of findmissingMon, 26 Nov 2012 10:48:24 -0800, by Siddharth Agarwal
-
revlog: switch findmissing to use ancestor.missingancestorsMon, 26 Nov 2012 11:02:48 -0800, by Siddharth Agarwal
-
ancestor: faster algorithm for difference of ancestor setsMon, 26 Nov 2012 11:46:51 -0800, by Siddharth Agarwal
-
bisect: add example for limiting bisection to specified directoriesFri, 23 Nov 2012 11:59:44 -0500, by Jordi Gutiérrez Hermoso
-
subrepo: use posixpath when diffing, for consistent pathsTue, 27 Nov 2012 14:58:00 -0800, by Bryan O'Sullivan
-
run-tests: fix an unnoticed check-code violationTue, 27 Nov 2012 13:09:05 -0800, by Bryan O'Sullivan
-
run-tests: add a --compiler optionTue, 27 Nov 2012 11:18:33 -0800, by Bryan O'Sullivan
-
run-tests: make build command line less intimidatingTue, 27 Nov 2012 11:18:31 -0800, by Bryan O'Sullivan
-
hooks: be even more forgiven of non-fd descriptors (issue3711) stableMon, 26 Nov 2012 17:48:39 -0600, by Matt Mackall
-
hooks: delay I/O redirection until we actually run a hook (issue3711) stableMon, 26 Nov 2012 16:14:22 -0600, by Matt Mackall
-
util: make chunkbuffer non-quadratic on Windows stableMon, 26 Nov 2012 15:42:52 -0600, by Matt Mackall
-
hgk: specify some colours explicitly in hexWed, 07 Nov 2012 14:49:44 +0100, by Andrew Shadura
-
hgk: no committer pleaseTue, 16 Oct 2012 22:19:08 +0200, by Andrew Shadura
-
hgk: use Ttk instead of plain TkTue, 16 Oct 2012 14:54:51 +0200, by Andrew Shadura
-
check-code: move i18n check from warning to errorSun, 25 Nov 2012 13:57:00 -0600, by Matt Mackall
-
i18n: wrap false positives for translation detectionSun, 25 Nov 2012 13:53:47 -0600, by Matt Mackall
-
eol: don't refer to a random name-captured ui objectTue, 20 Nov 2012 14:21:56 -0800, by Bryan O'Sullivan
-
mq: don't refer to a random name-captured repo objectTue, 20 Nov 2012 11:52:47 -0800, by Bryan O'Sullivan
-
Merge with crew-stableTue, 20 Nov 2012 10:09:06 -0800, by Bryan O'Sullivan
-
commit: increase perf by avoiding checks against entire repo subsets stableFri, 16 Nov 2012 15:39:12 -0800, by Durham Goode
-
commit: increase perf by avoiding unnecessary filteredrevs check stableFri, 16 Nov 2012 15:39:12 -0800, by Durham Goode
-
merge with crew-stableFri, 16 Nov 2012 10:20:32 -0600, by Kevin Bullock
-
merge with mpmFri, 16 Nov 2012 10:01:26 -0600, by Kevin Bullock
-
test-pathencode: more aggressively check for python < 2.6Thu, 15 Nov 2012 22:24:36 -0800, by Bryan O'Sullivan
-
diff: move index header generation to patchThu, 15 Nov 2012 15:16:41 -0800, by Guillermo Pérez
-
patch: make _addmodehdr a function under trydiffThu, 15 Nov 2012 15:06:32 -0800, by Guillermo Pérez
-
diff: rewrite difflineThu, 15 Nov 2012 13:57:03 -0800, by Guillermo Pérez
-
diff: swap and simplify diffline argsThu, 15 Nov 2012 13:52:51 -0800, by Guillermo Pérez
-
diff: change how quiet mode supresses difflineThu, 15 Nov 2012 13:49:04 -0800, by Guillermo Pérez
-
diff: move diffline to patch moduleThu, 15 Nov 2012 12:19:03 -0800, by Guillermo Pérez
-
diff: unify calls to difflineThu, 15 Nov 2012 12:16:08 -0800, by Guillermo Pérez
-
diff: move b85diff to mdiff moduleTue, 06 Nov 2012 14:04:05 -0800, by Guillermo Pérez
-
share: always set default path to work with subrepos (issue3518)Sat, 27 Oct 2012 12:38:59 +0200, by simon
-
vfs: optimize __call__ by not calling util.split for readsSat, 03 Nov 2012 10:40:36 +0100, by Adrian Buehlmann
-
run-tests: backout 4a4173519b63Wed, 14 Nov 2012 18:08:39 -0600, by Matt Mackall
-
test-pathencode: make a 2.4-safe import of collectionsThu, 15 Nov 2012 10:55:32 -0800, by Bryan O'Sullivan
-
tests: add a randomized test for pathencodeThu, 15 Nov 2012 10:04:29 -0800, by Bryan O'Sullivan
-
webcommands: allow hgweb's archive to recurse into subreposMon, 29 Oct 2012 10:53:46 -0400, by Jordi Gutiérrez Hermoso
-
Merge with crew-stable.Tue, 13 Nov 2012 19:32:53 -0600, by Augie Fackler
-
grep: don't search past the end of the searched string stableMon, 12 Nov 2012 19:27:03 +0200, by Idan Kamara
-
convert: fix a too-long line nagTue, 13 Nov 2012 13:09:42 -0800, by Bryan O'Sullivan
-
convert: add support for converting git submodule (issue3528)Mon, 29 Oct 2012 17:40:13 -0700, by YaNan Xu
-
run-tests.py: remove runqueue's results parameter since it is now a globalThu, 08 Nov 2012 14:10:04 -0800, by Siddharth Agarwal
-
makefile: don't use system hgrc when running hg in-placeTue, 13 Nov 2012 09:56:09 -0800, by Bryan O'Sullivan
-
setup: print subprocess stderr if there is anyTue, 13 Nov 2012 09:55:26 -0800, by Bryan O'Sullivan
-
run-tests: open child-parent pipes in binary modeSat, 10 Nov 2012 11:37:41 -0800, by Siddharth Agarwal
-
amend: force editor only if old message is reused (issue3698) stableTue, 13 Nov 2012 08:41:56 -0800, by Pierre-Yves David
-
grep: don't search past the end of the searched stringMon, 12 Nov 2012 19:27:03 +0200, by Idan Kamara
-
bookmarks: introduce a bmstore to manage bookmark persistenceWed, 07 Nov 2012 16:21:39 -0600, by Augie Fackler
-
run-tests: add --time option to log times for each testFri, 09 Nov 2012 14:49:30 -0800, by Siddharth Agarwal
-
run-tests: remove resultslock since it serves no useful purposeFri, 09 Nov 2012 15:09:35 -0800, by Siddharth Agarwal
-
run-tests: use pickle to send results from children to parentFri, 09 Nov 2012 14:42:36 -0800, by Siddharth Agarwal
-
bookmark: remove useless line in `validdest`Wed, 24 Oct 2012 18:11:17 +0200, by Pierre-Yves David
-
bookmark: issue a single call to `allsuccessors` per loopWed, 24 Oct 2012 17:55:21 +0200, by Pierre-Yves David
-
bookmark: simplify mutability check in `validdest`Wed, 24 Oct 2012 17:26:40 +0200, by Pierre-Yves David
-
Merge with stableWed, 07 Nov 2012 09:59:46 -0800, by Bryan O'Sullivan
-
Merge with mpmTue, 06 Nov 2012 16:49:54 -0800, by Bryan O'Sullivan
-
bundle: add revset expression to show bundle contents (issue3487)Wed, 31 Oct 2012 16:23:23 -0700, by Tomasz Kleczek
-
tags: add formatter supportTue, 06 Nov 2012 17:38:22 -0600, by Matt Mackall
-
manifest: add formatter supportTue, 06 Nov 2012 17:30:49 -0600, by Matt Mackall
-
status: use condwrite to avoid zero-width format string hackTue, 06 Nov 2012 17:30:47 -0600, by Matt Mackall
-
formatter: add condwrite methodSat, 03 Nov 2012 14:37:50 -0500, by Matt Mackall
-
run-tests: skip unnecessary operations on the args in the child procesWed, 24 Oct 2012 23:09:31 +0200, by Simon Heimberg
-
test-subrepo: adapt for Windows after 17c030014ddf stableFri, 02 Nov 2012 20:47:03 +0100, by Adrian Buehlmann
-
test-mq-qrefresh: adapt for Windows after 39b7052b217b stableFri, 02 Nov 2012 20:22:09 +0100, by Adrian Buehlmann
-
merge with stableThu, 01 Nov 2012 16:30:48 -0500, by Matt Mackall
-
tests: fix test for issue3581 for vfat on Linux stable 2.4Thu, 01 Nov 2012 14:59:55 -0500, by Matt Mackall
-
filemerge: only run test for issue3581 on non-windows environments stableTue, 30 Oct 2012 17:23:51 -0700, by Keegan Carruthers-Smith
-
openpath: specify binary mode and use util.posixfile stableThu, 01 Nov 2012 13:46:03 +0100, by Adrian Buehlmann
-
i18n-ja: synchronized with 0188ddfa844e stableWed, 31 Oct 2012 18:44:40 +0900, by FUJIWARA Katsunori
-
subrepo: only do clean update when overwrite is set (issue3276) stableWed, 24 Oct 2012 18:45:22 +0200, by Simon Heimberg
-
i18n: change output of largefiles for summary to distinguish from one for outgoing stableWed, 31 Oct 2012 03:59:28 +0900, by FUJIWARA Katsunori
-
i18n: make column positioning message of MQ summary output translatable stableWed, 31 Oct 2012 03:59:28 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to column positioning messages of "hg summary" stableWed, 31 Oct 2012 03:59:28 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to column positioning messages of "hg log" stableWed, 31 Oct 2012 03:59:27 +0900, by FUJIWARA Katsunori
-
i18n: add "i18n" comment to error messages of template functions stableWed, 31 Oct 2012 03:59:27 +0900, by FUJIWARA Katsunori
-
icasefs: make case-folding collision detection as deletion aware (issue3648) stableWed, 31 Oct 2012 16:50:22 +0900, by FUJIWARA Katsunori
-
mq: fix qrefresh case sensitivity (issue3271) stableTue, 30 Oct 2012 13:19:06 -0700, by Durham Goode
-
url: use open and not url.open for local files (issue3624) stableWed, 17 Oct 2012 21:30:08 -0700, by Siddharth Agarwal
-
revset: accept @ in unquoted symbols (issue3686) stableTue, 30 Oct 2012 18:48:44 -0500, by Matt Mackall
-
filemerge: use util.shellquote when calling merge (issue3581) stableFri, 26 Oct 2012 12:02:58 -0700, by Keegan Carruthers-Smith
-
clone: show status "updating to bookmark @" stableMon, 29 Oct 2012 14:02:30 +0100, by Adrian Buehlmann
-
patchbomb: -c is not an alias for the --confirm option stableSun, 28 Oct 2012 05:44:50 -1000, by Julian Cowley
-
dirstate: handle dangling junctions on windows (issue2579) stableTue, 23 Oct 2012 21:25:22 -0700, by Bryan O'Sullivan
-
largefiles: don't copy largefiles from working dir to the store while converting stableTue, 23 Oct 2012 21:32:19 -0400, by Matt Harbison
-
largefiles: respect the rev when reading standins in copytostore() (issue3630) stableTue, 23 Oct 2012 21:07:14 -0400, by Matt Harbison
-
subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904) stableWed, 10 Oct 2012 01:18:06 +0200, by Simon Heimberg
-
subrepo: more isolation, only use ui for hg.peer when there is no repo stableThu, 04 Oct 2012 19:46:43 +0200, by Simon Heimberg
-
peer: subrepo isolation, pass repo instead of repo.ui to hg.peer stableSat, 28 Jul 2012 23:28:36 +0200, by Simon Heimberg
-
subrepo: isolate configuration between each repositories in subrepo tree stableSat, 29 Sep 2012 20:11:24 +0900, by FUJIWARA Katsunori
-
bookmarks: backed out new message from changeset 52c7e171e355 stableSat, 27 Oct 2012 16:39:47 -0500, by Matt Mackall
-
clone: print bookmark name when clone activates a bookmark stableFri, 26 Oct 2012 14:53:31 +0200, by Thomas Arendsen Hein
-
clone: activate @ bookmark if updating to it stableFri, 26 Oct 2012 14:37:03 +0200, by Thomas Arendsen Hein
-
test-clone.t: check that branch "@" is not automatically checked out stableFri, 26 Oct 2012 13:20:44 +0200, by Thomas Arendsen Hein
-
test-bookmarks.t: check that bookmark "default" is not automatically checked out stableFri, 26 Oct 2012 13:09:55 +0200, by Thomas Arendsen Hein
-
clone: make sure to use "@" as bookmark and "default" as branch (issue3677) stableFri, 26 Oct 2012 12:36:15 +0200, by Thomas Arendsen Hein
-
bookmark: simplify nodemap check introduced in the previous changeset stableFri, 26 Oct 2012 09:29:50 +0200, by Thomas Arendsen Hein
-
bookmark: prevent crashing when a successor is unknown locally (issue3680) stableThu, 25 Oct 2012 23:43:52 +0200, by Pierre-Yves David
-
bookmark: complexity pull-push test to have deeper tree stableThu, 25 Oct 2012 23:36:03 +0200, by Pierre-Yves David
-
amend: fix incompatibity between logfile and message option (issue3675) stableWed, 24 Oct 2012 15:37:32 +0200, by Pierre-Yves David
-
test-remove: adapt to differing error message on Windows stableWed, 24 Oct 2012 11:51:24 +0200, by Adrian Buehlmann