Mercurial > hg
graph
-
splicemap: improve error handling when source is hg (issue2084)Thu, 25 Apr 2013 11:50:26 -0700, by Ben Goswami
-
splicemap: move parsesplicemap to convcmd.py (issue2084)Wed, 24 Apr 2013 18:26:37 -0700, by Ben Goswami
-
merge with stableThu, 02 May 2013 14:11:34 -0500, by Matt Mackall
-
tests: sprinkle globs over largefiles/subrepo tests for Windows stableThu, 02 May 2013 11:26:43 -0700, by Brendan Cully
-
tests: skip permissions tests in test-phases-exchange when fs lacks permissions stableThu, 02 May 2013 11:17:18 -0700, by Brendan Cully
-
merge with stableThu, 02 May 2013 12:15:41 -0500, by Matt Mackall
-
bookmarks: fix bug that activated a bookmark even with -r passed stable 2.6Wed, 01 May 2013 15:24:21 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmark when moving across a branch stableTue, 30 Apr 2013 21:12:49 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmarks when moving active bookmark forward stableWed, 01 May 2013 15:34:45 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant stableWed, 01 May 2013 15:31:39 -0500, by Sean Farley
-
tags: update tag type only if tag node is updated (issue3911) stableTue, 30 Apr 2013 09:02:02 +0900, by FUJIWARA Katsunori
-
match: fix root calculation for combining regexps with simple paths stableTue, 30 Apr 2013 01:04:35 +0200, by Mads Kiilerich
-
icasefs: enhance test to prevent regression by changes in the future stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: rewrite case-folding collision detection (issue3452) stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: refactor "test-casecollision-merge.t" to reuse in succeeding fixes stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs stableTue, 30 Apr 2013 05:00:48 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with f01a351db791 stableWed, 01 May 2013 00:38:43 +0900, by FUJIWARA Katsunori
-
dispatch: add support for --option=value to _earlygetopt stableMon, 29 Apr 2013 14:14:42 -0700, by Bryan O'Sullivan
-
push: make locking of source optional (issue3684) stableTue, 30 Apr 2013 21:19:56 +0200, by Pierre-Yves David
-
push: factorise phase movement in a simple closure stableTue, 30 Apr 2013 10:51:25 +0200, by Pierre-Yves David
-
merge: increase safety of parallel updating/removing on icasefs stableMon, 29 Apr 2013 15:58:15 +0900, by FUJIWARA Katsunori
-
hgweb: handle filtered "0" rev in navigation stableTue, 30 Apr 2013 13:53:49 +0200, by Pierre-Yves David
-
tests: AIX can't handle negative date in test-dirstate.t stableTue, 30 Apr 2013 14:56:33 +0100, by Jim Hague
-
win32: use explicit path to "python.exe" only if it exists stableFri, 26 Apr 2013 01:12:03 +0900, by FUJIWARA Katsunori
-
test-mq-strip.t: add a test for strip --keep with clean working dir stableFri, 26 Apr 2013 22:07:25 -0700, by Siddharth Agarwal
-
largefiles: use repo.wwrite for writing standins (issue3909) stableSat, 27 Apr 2013 00:41:42 +0200, by Mads Kiilerich
-
config: discard "%unset" values defined in the other files read in previously stableFri, 26 Apr 2013 23:36:12 +0900, by FUJIWARA Katsunori
-
tests: rename from test-config-case.t to test-config.t for centralization stableFri, 26 Apr 2013 23:16:25 +0900, by FUJIWARA Katsunori
-
i18n: show the non-ASCII password prompt text correctly stableThu, 25 Apr 2013 20:48:49 +0900, by FUJIWARA Katsunori
-
tests: make sed usage in test-unionrepo.t cross-platform stableTue, 23 Apr 2013 17:26:00 -0500, by Kevin Bullock
-
check-code: fix sed 'i' command rule newline matching stableTue, 23 Apr 2013 16:57:51 -0500, by Kevin Bullock
-
blackbox: don't run permission tests on non-unix systems stableMon, 22 Apr 2013 18:00:59 -0700, by Durham Goode
-
check-code: expand sed rule to include more offenders stableMon, 22 Apr 2013 16:50:08 -0500, by Kevin Bullock
-
check-code: add a rule against a GNU sed-ism stableMon, 22 Apr 2013 16:33:28 -0500, by Kevin Bullock
-
hgweb: make help verbose again (issue3899) stableMon, 22 Apr 2013 12:27:56 +0400, by Alexander Plavin
-
color: add a test with extension loaded and ui.formatted=False stableFri, 19 Apr 2013 22:03:59 -0700, by Siddharth Agarwal
-
color: set _colormode to None when mode is unset (issue3895) stableFri, 19 Apr 2013 16:57:10 -0700, by Siddharth Agarwal
-
color: turn colorui functions into forwards when color is None stableFri, 19 Apr 2013 16:57:20 -0700, by Siddharth Agarwal
-
translations: change label integer error to not specify the kind of label stableFri, 19 Apr 2013 10:55:11 -0700, by Durham Goode
-
merge default int stable for 2.6 code freeze stable 2.6-rcThu, 18 Apr 2013 23:46:26 -0500, by Matt Mackall
-
blackbox: automatically rotate log filesThu, 18 Apr 2013 16:17:59 -0700, by Bryan O'Sullivan
-
ui: add a configbytes method, for space configurationThu, 18 Apr 2013 12:58:28 -0700, by Bryan O'Sullivan
-
mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)Thu, 18 Apr 2013 23:53:39 +0200, by Simon Heimberg
-
color: set the ui class in reposetup, before a repo is createdThu, 18 Apr 2013 23:53:24 +0200, by Simon Heimberg
-
parsers: remove warning: format ‘%ld’ expects argument of type ‘long int’Thu, 18 Apr 2013 20:28:38 +0200, by André Sintzoff
-
annotate: discard refcount of discarded annotation for memory efficiencyThu, 18 Apr 2013 19:50:04 +0900, by FUJIWARA Katsunori
-
revlog: fix a regression with null revisionThu, 18 Apr 2013 16:46:09 +0400, by Alexander Plavin
-
rebase: check no-op before checking phase (issue3891)Thu, 18 Apr 2013 14:28:06 -0700, by Siddharth Agarwal
-
template: call runtemplate on the src argument to subWed, 10 Apr 2013 19:27:49 -0500, by Sean Farley
-
run-tests: introduce --random for running tests in random errorWed, 17 Apr 2013 03:41:34 +0200, by Mads Kiilerich
-
largefiles: wlock in status before lfdirstate.write()Wed, 17 Apr 2013 03:41:11 +0200, by Mads Kiilerich
-
transplant: use set for prune lookupTue, 16 Apr 2013 19:31:59 +0200, by Mads Kiilerich
-
obsolete: extract obsolescence marker pulling into a dedicated functionWed, 17 Apr 2013 11:47:49 +0200, by Pierre-Yves David
-
obsolete: extract obsolescence marker pushing into a dedicated functionWed, 17 Apr 2013 11:18:36 +0200, by Pierre-Yves David
-
blackbox: fix a case of name captureThu, 18 Apr 2013 12:55:58 -0700, by Bryan O'Sullivan
-
pathencode: eliminate comma at end of enum list to avoid pedantic warningFri, 19 Apr 2013 01:34:21 +0900, by Yuya Nishihara
-
smtp: use 465 as default port for SMTPSFri, 19 Apr 2013 01:26:23 +0900, by FUJIWARA Katsunori
-
subrepo: fix test breakage introduced in 2b34d004e644Thu, 21 Feb 2013 21:05:06 +0000, by Kevin Bullock
-
histedit: more precise user message when changeset is missingThu, 18 Apr 2013 15:27:50 +0200, by Pierre-Yves David
-
histedit: protect against duplicated entriesThu, 18 Apr 2013 15:22:24 +0200, by Pierre-Yves David
-
histedit: track short hash instead of changectx objectThu, 18 Apr 2013 15:13:35 +0200, by Pierre-Yves David
-
histedit: ensure rules return short hex at all timeThu, 18 Apr 2013 15:10:01 +0200, by Pierre-Yves David
-
histedit-test: test unknown commandThu, 18 Apr 2013 13:51:27 +0200, by Pierre-Yves David
-
histedit-test: test unknown changesetThu, 18 Apr 2013 13:50:59 +0200, by Pierre-Yves David
-
histedit-test: test malformed lineThu, 18 Apr 2013 13:49:32 +0200, by Pierre-Yves David
-
histedit-test: test that extra revisions are detectedThu, 18 Apr 2013 11:54:31 -0400, by Pierre-Yves David
-
histedit-test: test that missing revisions are detectedThu, 18 Apr 2013 11:53:58 -0400, by Pierre-Yves David
-
histedit: handle multiple spaces between action and hash (issue3893)Thu, 18 Apr 2013 11:52:34 -0400, by Pierre-Yves David
-
http2: sane readlineFri, 01 Feb 2013 15:00:23 -0800, by Brendan Cully
-
http2: make read use pushchunk/popchunk, eschew itertoolsFri, 01 Feb 2013 14:41:35 -0800, by Brendan Cully
-
http2: track available data as it changes instead of recomputing itFri, 01 Feb 2013 14:41:33 -0800, by Brendan Cully
-
histedit-test: rename histedit-revspec into histedit-argumentThu, 18 Apr 2013 13:38:49 +0200, by Pierre-Yves David
-
histedit-test: remove unnecessary graphlog extensionThu, 18 Apr 2013 13:35:43 +0200, by Pierre-Yves David
-
histedit-test: drop skip logic for older mercurial versionThu, 18 Apr 2013 13:34:43 +0200, by Pierre-Yves David
-
hgweb: refactor checks for granting and revoking user permissionsMon, 15 Apr 2013 18:57:04 -0300, by Wagner Bruna
-
check-code: add check for lock release orderWed, 17 Apr 2013 14:38:02 -0500, by Matt Mackall
-
parsers: fix variable declaration position issueWed, 17 Apr 2013 12:57:26 -0500, by Matt Mackall
-
zsh_completion: complete all files for `commit/backout --logfile`Wed, 17 Apr 2013 21:06:48 +0400, by Nikolaj Sjujskij
-
transplant: improve documentationTue, 16 Apr 2013 19:20:23 +0200, by Mads Kiilerich
-
transplant: clarify what --branch do - it has nothing to do with branchesTue, 16 Apr 2013 19:18:38 +0200, by Mads Kiilerich
-
import: inline checkexact functionWed, 17 Apr 2013 10:25:14 +0200, by Pierre-Yves David
-
import: factor out checkexactWed, 17 Apr 2013 10:22:28 +0200, by Pierre-Yves David
-
amend: fix unlocking order - first lock then wlockWed, 17 Apr 2013 03:41:08 +0200, by Mads Kiilerich
-
codingstyle: remove trailing spaces in various text filesWed, 17 Apr 2013 03:40:18 +0200, by Mads Kiilerich
-
tests: run check-code on Python files without .py extensionWed, 17 Apr 2013 03:39:36 +0200, by Mads Kiilerich
-
histedit: move outgoing processing to its own functionTue, 16 Apr 2013 21:14:50 +0200, by Pierre-Yves David
-
histedit: move all arguments checks to the beginning of the commandTue, 16 Apr 2013 21:17:13 +0200, by Pierre-Yves David
-
histedit-test: generalise --commands "-" usageTue, 16 Apr 2013 21:57:25 -0500, by Pierre-Yves David
-
histedit: allow "-" as a command fileTue, 16 Apr 2013 20:48:37 +0200, by Pierre-Yves David
-
histedit: properly handle --continue on empty foldTue, 16 Apr 2013 16:58:25 +0200, by Pierre-Yves David
-
histedit-test: replace obscure python script by a plain fileTue, 16 Apr 2013 20:50:17 +0200, by Pierre-Yves David
-
test: improve documentation of some histedit testsTue, 16 Apr 2013 16:22:38 +0200, by Pierre-Yves David
-
test: use a lighter log style in histedit testTue, 16 Apr 2013 23:24:52 +0200, by Pierre-Yves David
-
subrepo: add regression test for issue3870Tue, 16 Apr 2013 22:00:41 -0500, by Kevin Bullock
-
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)Tue, 16 Apr 2013 22:00:05 -0500, by pozheg
-
dispatch: print 'abort:' when a pre-command hook fails (BC)Tue, 16 Apr 2013 14:39:37 -0700, by Siddharth Agarwal
-
largefiles: don't hash all largefiles when initializing a lfdirstateMon, 15 Apr 2013 23:31:56 +0200, by Mads Kiilerich
-
largefiles: use filechunkiter for iterating largefile when serving getlfileTue, 16 Apr 2013 00:40:21 +0200, by Mads Kiilerich
-
largefiles: stat all largefiles in one batch before downloadingMon, 15 Apr 2013 23:37:43 +0200, by Mads Kiilerich
-
largefiles: 'put' should store 'source' file in under 'hash', also in localstoreMon, 15 Apr 2013 23:34:36 +0200, by Mads Kiilerich
-
largefiles: getlfile must hit end of HTTP chunked streams to reuse connectionsTue, 16 Apr 2013 04:35:10 +0200, by Mads Kiilerich
-
largefiles: drop limitreader, use filechunkiter limitTue, 16 Apr 2013 01:55:57 +0200, by Mads Kiilerich
-
largefiles: move protocol conversion into getlfile and make it an iterableTue, 16 Apr 2013 01:46:39 +0200, by Mads Kiilerich
-
largefiles: don't close the fd passed to store._getfileMon, 15 Apr 2013 23:47:04 +0200, by Mads Kiilerich
-
largefiles: remove blecch from lfutil.copyandhash - don't close the passed fdMon, 15 Apr 2013 23:43:50 +0200, by Mads Kiilerich
-
largefiles: drop lfutil.blockstream - use filechunkiter like everybody elseMon, 15 Apr 2013 23:43:44 +0200, by Mads Kiilerich
-
largefiles: refactoring - use findfile in localstore._getfileMon, 15 Apr 2013 23:35:43 +0200, by Mads Kiilerich
-
largefiles: refactoring - return hex from _getfile and copyandhashMon, 15 Apr 2013 23:35:18 +0200, by Mads Kiilerich
-
largefiles: refactoring - create destination dir in lfutil.linkMon, 15 Apr 2013 23:32:33 +0200, by Mads Kiilerich
-
summary: clear "commonincoming" also if branches are differentTue, 09 Apr 2013 23:40:11 +0900, by FUJIWARA Katsunori
-
summary: make "incoming" information sensitive to branch in URL (issue3830)Tue, 09 Apr 2013 23:40:11 +0900, by FUJIWARA Katsunori
-
histedit: make "hg histedit" sensitive to branch in URLTue, 09 Apr 2013 23:40:10 +0900, by FUJIWARA Katsunori
-
summary: make "outgoing" information sensitive to branch in URL (issue3829)Tue, 09 Apr 2013 23:40:10 +0900, by FUJIWARA Katsunori
-
annotate: increase refcount of each revisions correctly (issue3841)Fri, 29 Mar 2013 22:57:16 +0900, by FUJIWARA Katsunori
-
annotate: reuse already calculated annotationFri, 29 Mar 2013 22:57:15 +0900, by FUJIWARA Katsunori
-
log: fix behavior with empty repositories (issue3497)Wed, 17 Apr 2013 00:29:54 +0400, by Alexander Plavin
-
merge with crewTue, 16 Apr 2013 13:22:29 -0500, by Matt Mackall
-
revlog: don't cross-check ancestor result against Python versionTue, 16 Apr 2013 10:08:20 -0700, by Bryan O'Sullivan
-
parsers: a C implementation of the new ancestors algorithmTue, 16 Apr 2013 10:08:20 -0700, by Bryan O'Sullivan
-
revlog: choose a consistent ancestor when there's a tieTue, 16 Apr 2013 10:08:19 -0700, by Bryan O'Sullivan
-
ancestor: a new algorithm that is faster for nodes near tipTue, 16 Apr 2013 10:08:18 -0700, by Bryan O'Sullivan
-
update: allow dirty update to foreground (successors)Tue, 16 Apr 2013 15:33:18 +0200, by Pierre-Yves David
-
obsolete: extract foreground computation from bookmark.validdestTue, 16 Apr 2013 15:16:33 +0200, by Pierre-Yves David
-
destroyed: invalidate phraserevs cache in all case (issue3858)Mon, 15 Apr 2013 17:10:58 +0200, by Pierre-Yves David
-
largefiles: deprecate --all-largefiles for pullMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: implement pull --all-largefiles as a special case of --lfrevMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: drop --cache-largefiles againMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: introduce pulled() revset expression for use in --lfrevMon, 15 Apr 2013 01:59:04 +0200, by Mads Kiilerich
-
largefiles: introduce pull --lfrev optionMon, 15 Apr 2013 01:57:16 +0200, by Mads Kiilerich
-
largefiles: refactor overridepull internalsMon, 15 Apr 2013 01:54:43 +0200, by Mads Kiilerich
-
largefiles: introduce lfpull command for pulling missing largefilesMon, 15 Apr 2013 01:53:37 +0200, by Mads Kiilerich
-
largefiles: update helpMon, 15 Apr 2013 01:46:10 +0200, by Mads Kiilerich
-
largefiles: fix cat of non-largefiles from subdirectoryMon, 15 Apr 2013 01:43:31 +0200, by Mads Kiilerich
-
largefiles: don't store whole file in memory for 'cat'Mon, 15 Apr 2013 01:41:49 +0200, by Mads Kiilerich
-
mergetools: rename 'base' to 'merged' in meldTue, 16 Apr 2013 13:55:38 +0200, by ronvoe12249
-
mergetools: avoid losing the merged version with meldThu, 21 Feb 2013 14:49:25 +0100, by ronvoe12249
-
templatekw: add default styles for hybrid types (issue3887)Tue, 16 Apr 2013 09:44:29 -0500, by Matt Mackall
-
largefiles: improve repo wrapping detectionWed, 10 Apr 2013 02:27:35 +0900, by FUJIWARA Katsunori
-
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any filesThu, 21 Mar 2013 23:27:37 +0100, by Angel Ezquerra
-
archive: raise error.Abort if the file pattern matches no filesThu, 21 Mar 2013 22:09:15 +0100, by Angel Ezquerra
-
ui: add 'force' parameter to traceback() to override the current print settingSat, 09 Feb 2013 14:22:52 -0500, by Matt Harbison
-
ui: add support for fully printing chained exception stacks in ui.traceback()Sat, 09 Feb 2013 14:15:34 -0500, by Matt Harbison
-
subrepo: chain the original exception to SubrepoAbortWed, 06 Feb 2013 22:54:09 -0500, by Matt Harbison
-
debugrebuildstate: rename to debugrebuilddirstateMon, 15 Apr 2013 01:41:47 +0200, by Mads Kiilerich
-
debugstate: rename to debugdirstateMon, 15 Apr 2013 01:41:27 +0200, by Mads Kiilerich
-
debugrebuildstate: clarify that rev can't be specified without -rMon, 15 Apr 2013 01:39:02 +0200, by Mads Kiilerich
-
check-code: check txt files for trailing whitespaceMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
check-code: catch trailing space in commentsMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
spelling: fix typos and spelling errorsMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
wireproto: clarify cryptic 'remote: unsynced changes' error message on pushThu, 11 Apr 2013 14:54:18 +0200, by Mads Kiilerich
-
export: export working directory parent by defaultMon, 11 Feb 2013 00:43:12 +0100, by Mads Kiilerich
-
commit: allow closing "non-head" changesetsWed, 10 Apr 2013 13:12:24 +0200, by Mads Kiilerich
-
record: ignore trailing content when parsing patches - introduce 'other' linesWed, 13 Jun 2012 23:06:34 +0200, by Mads Kiilerich
-
record: abort on malformed patches instead of crashingThu, 11 Apr 2013 19:03:33 +0200, by Mads Kiilerich
-
localrepo: use "vfs.rename()" instead of "util.rename()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.setflags()" instead of "util.setflags()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.readlink()" instead of "os.readlink()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.islink()" instead of "os.path.islink()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.rename()" instead of "util.rename()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.exists()" instead of "os.path.exists()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use vfs instead of "os.path.*" in sharedpath checkingMon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
vfs: split "expand" into "realpath"/"expandpath" to apply each separatelyMon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
unionrepo: read-only operations on a union of two localreposFri, 18 Jan 2013 15:54:09 +0100, by Mads Kiilerich
-
subrepo: fix exception on revert when "all" option is omittedMon, 15 Apr 2013 23:52:57 +0900, by Yuya Nishihara
-
histedit: update tests for new intervention frameworkSun, 14 Apr 2013 19:05:19 -0500, by Matt Mackall
-
test-subrepo: add tests for subrepo "storeclean" checksFri, 08 Mar 2013 21:50:27 +0100, by Angel Ezquerra
-
subrepo: do not push mercurial subrepos whose store is cleanSat, 16 Feb 2013 01:21:40 +0100, by Angel Ezquerra
-
subrepo: implement "storeclean" method for mercurial subreposSat, 16 Feb 2013 01:18:53 +0100, by Angel Ezquerra
-
util: add notindexed optional parameter to makedirs functionSat, 16 Feb 2013 11:44:13 +0100, by Angel Ezquerra
-
subrepo: introduce storeclean methodSat, 16 Feb 2013 01:11:20 +0100, by Angel Ezquerra
-
subrepo: introduce storeclean helper functionsSat, 16 Feb 2013 00:07:00 +0100, by Angel Ezquerra
-
dispatch: exit with status 1 for an InterventionRequired exception (bc)Fri, 08 Feb 2013 16:17:46 -0600, by Augie Fackler
-
histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)Fri, 08 Feb 2013 16:27:49 -0600, by Augie Fackler
-
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)Fri, 08 Feb 2013 16:27:59 -0600, by Augie Fackler
-
dispatch: catch InterventionRequired and print the message with no prefixFri, 08 Feb 2013 16:28:24 -0600, by Augie Fackler
-
error: introduce new InterventionRequired exceptionFri, 08 Feb 2013 14:26:03 -0600, by Augie Fackler
-
util: remove unreachable codeFri, 12 Apr 2013 19:48:07 -0700, by Bryan O'Sullivan
-
util: remove no-op assignmentFri, 12 Apr 2013 19:33:48 -0700, by Bryan O'Sullivan
-
merge more evolve stuff away (what?)Fri, 12 Apr 2013 18:49:14 -0700, by Bryan O'Sullivan
-
synthrepo: add missing import of sysFri, 12 Apr 2013 18:48:02 -0700, by Bryan O'Sullivan
-
transplant: pass source through to recoverFri, 12 Apr 2013 18:44:22 -0700, by Bryan O'Sullivan
-
repoview: remove more unreachable codeFri, 12 Apr 2013 17:25:27 -0700, by Bryan O'Sullivan
-
merge away some failed evolve fat-fingeringFri, 12 Apr 2013 18:35:26 -0700, by Bryan O'Sullivan
-
pager: add missing imports of errno and shlexFri, 12 Apr 2013 17:35:56 -0700, by Bryan O'Sullivan
-
largefiles: quiet (and document) undefined name errors (issue3886)Fri, 12 Apr 2013 17:33:24 -0700, by Bryan O'Sullivan
-
color: add missing import of errorFri, 12 Apr 2013 17:27:09 -0700, by Bryan O'Sullivan
-
pvec: use the correct name for an identifierFri, 12 Apr 2013 17:20:09 -0700, by Bryan O'Sullivan
-
repoview: remove unreachable codeFri, 12 Apr 2013 17:18:52 -0700, by Bryan O'Sullivan
-
pvec: use the correct name for an identifierFri, 12 Apr 2013 17:20:09 -0700, by Bryan O'Sullivan
-
repoview: remove unreachable codeFri, 12 Apr 2013 17:18:52 -0700, by Bryan O'Sullivan
-
mail: add missing import of sysFri, 12 Apr 2013 17:17:35 -0700, by Bryan O'Sullivan
-
statichttprepo: add missing import of osFri, 12 Apr 2013 17:17:05 -0700, by Bryan O'Sullivan
-
worker: add missing import of errnoFri, 12 Apr 2013 17:16:37 -0700, by Bryan O'Sullivan
-
histedit: support editing of the first commit (issue3767)Fri, 12 Apr 2013 16:01:18 -0700, by Bryan O'Sullivan
-
test-commit-amend.t: fix check-code violation from 3a72c89a83ecFri, 12 Apr 2013 17:00:42 -0400, by Augie Fackler
-
util: improve doc for checkcaseMon, 11 Feb 2013 00:43:12 +0100, by Mads Kiilerich
-
scheme: don't crash on invalid URLsThu, 11 Apr 2013 14:41:22 +0200, by Mads Kiilerich
-
amend: support amending merge changesets (issue3778)Fri, 08 Feb 2013 21:08:34 +0000, by Brodie Rao
-
worker: catch all exceptions, try to exit usefully/safelyThu, 11 Apr 2013 13:30:31 -0700, by Bryan O'Sullivan
-
lock: if we fork, ensure that only the parent releasesThu, 11 Apr 2013 13:30:27 -0700, by Bryan O'Sullivan
-
tag: clarify cryptic error message when tagging null revisionThu, 11 Apr 2013 14:44:22 +0200, by Mads Kiilerich
-
setup: make error message for missing Python headers more helpfulFri, 12 Apr 2013 16:55:34 -0400, by Mads Kiilerich
-
obsolete: ensure all markers have a dateMon, 11 Feb 2013 11:20:12 +0100, by Pierre-Yves David
-
zsh_completion: make use of `debuglabelcomplete` commandMon, 08 Apr 2013 16:51:38 +0400, by Nikolaj Sjujskij
-
dirs: use mutable strings internallyWed, 10 Apr 2013 15:08:28 -0700, by Bryan O'Sullivan
-
dirs: use mutable integers internallyWed, 10 Apr 2013 15:08:27 -0700, by Bryan O'Sullivan
-
scmutil: rewrite dirs in C, use if availableWed, 10 Apr 2013 15:08:27 -0700, by Bryan O'Sullivan
-
scmutil: use new dirs class in dirstate and contextWed, 10 Apr 2013 15:08:26 -0700, by Bryan O'Sullivan
-
scmutil: add a dirs classWed, 10 Apr 2013 15:08:26 -0700, by Bryan O'Sullivan
-
scmutil: migrate finddirs from dirstateWed, 10 Apr 2013 15:08:25 -0700, by Bryan O'Sullivan
-
mergeWed, 10 Apr 2013 15:05:06 -0700, by Bryan O'Sullivan
-
manifestmerge: handle workdir removed, remote removed with flagsWed, 10 Apr 2013 12:34:42 -0700, by Siddharth Agarwal
-
dicthelpers.diff: compare against default for missing valuesWed, 10 Apr 2013 12:31:07 -0700, by Siddharth Agarwal
-
templater: back out 0615b22da148, it breaks schemes ({1})Tue, 09 Apr 2013 21:38:08 -0700, by Brendan Cully
-
debuglabelcomplete: compute active branch heads correctlyTue, 09 Apr 2013 09:40:40 -0700, by Bryan O'Sullivan
-
merge with i18nMon, 08 Apr 2013 17:57:42 -0500, by Matt Mackall
-
hg-i18n-it: minor fixesFri, 05 Apr 2013 17:04:37 +0200, by Stefano Tortarolo
-
templater: fix check-code errorMon, 08 Apr 2013 15:04:17 -0700, by Bryan O'Sullivan
-
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPSTue, 26 Mar 2013 02:28:10 +0900, by FUJIWARA Katsunori
-
sslutil: abort if peer certificate is not verified for secure useTue, 26 Mar 2013 02:28:10 +0900, by FUJIWARA Katsunori
-
smtp: add the class to verify the certificate of the SMTP server for SMTPSTue, 26 Mar 2013 02:27:43 +0900, by FUJIWARA Katsunori
-
smtp: add the class to verify the certificate of the SMTP server for STARTTLSTue, 26 Mar 2013 02:27:23 +0900, by FUJIWARA Katsunori
-
template: allow unquoted int function argumentsSun, 07 Apr 2013 23:25:50 -0700, by Brendan Cully
-
Merge with mainMon, 08 Apr 2013 09:44:26 -0700, by Brendan Cully
-
graft: use missing ancestors algorithm to find earlier graftsSat, 06 Apr 2013 19:50:03 -0700, by Siddharth Agarwal
-
graft: find ancestors of destination lazilySat, 06 Apr 2013 20:05:17 -0700, by Siddharth Agarwal