Mercurial > hg
graph
-
revset: avoid demandimport bugFri, 13 Apr 2012 15:32:49 -0500, by Matt Mackall
-
mq: replace hasattr() with util.safehasattr(), update check-code.py stableFri, 13 Apr 2012 15:07:13 +0200, by Patrick Mezard
-
merge with stableThu, 12 Apr 2012 20:52:39 -0500, by Matt Mackall
-
parsers: use base-16 trie for faster node->rev mappingThu, 12 Apr 2012 14:05:59 -0700, by Bryan O'Sullivan
-
check-code: avoid false-positive on ++Thu, 12 Apr 2012 20:22:18 -0500, by Matt Mackall
-
graphlog: cleanup before code moveWed, 11 Apr 2012 11:37:13 +0200, by Patrick Mezard
-
graphlog: correctly handle calls in subdirectoriesWed, 11 Apr 2012 11:32:00 +0200, by Patrick Mezard
-
context: revert workingctx.ancestors() followfirst optionWed, 11 Apr 2012 11:29:12 +0200, by Patrick Mezard
-
graphlog: fix --follow-first --rev combinationsWed, 11 Apr 2012 11:25:34 +0200, by Patrick Mezard
-
graphlog: fix --follow --rev combinationsWed, 11 Apr 2012 11:22:40 +0200, by Patrick Mezard
-
graphlog: support changeset identifiers in --branchWed, 11 Apr 2012 11:17:26 +0200, by Patrick Mezard
-
graphlog: pass changesets to revset.match() in changelog orderWed, 11 Apr 2012 11:14:07 +0200, by Patrick Mezard
-
graphlog: refactor revset() to return revisionsWed, 11 Apr 2012 11:07:30 +0200, by Patrick Mezard
-
store: speed up read and write of large fncache filesThu, 12 Apr 2012 15:21:54 -0700, by Bryan O'Sullivan
-
perf: time fncache read and write performanceThu, 12 Apr 2012 15:21:52 -0700, by Bryan O'Sullivan
-
revset: add "matching" keywordSun, 01 Apr 2012 14:12:14 +0200, by Angel Ezquerra
-
plan9: add execute permissions to 9diffTue, 10 Apr 2012 23:40:20 -0700, by Steven Stallion
-
transplant: permit merge changesets via --parentTue, 10 Apr 2012 23:24:12 -0700, by Steven Stallion
-
help: fix indentation on cacert (issue3350)Thu, 12 Apr 2012 20:22:18 -0500, by Matt Mackall
-
stream_in: avoid debug calls when debug is disabledThu, 12 Apr 2012 20:22:18 -0500, by Matt Mackall
-
util: create bytecount array just onceThu, 12 Apr 2012 20:22:18 -0500, by Matt Mackall
-
revset: retrieve a bit less parents in roots() stableSun, 08 Apr 2012 11:13:06 +0200, by Patrick Mezard
-
revset: do not ignore input revisions in roots() stableSun, 08 Apr 2012 11:11:30 +0200, by Patrick Mezard
-
util.h: more Python 2.4 fixesTue, 10 Apr 2012 16:53:29 -0500, by Matt Mackall
-
dispatch: add support for statprof as a profilerMon, 09 Apr 2012 13:48:45 -0700, by Bryan O'Sullivan
-
ui: optionally quiesce ssl verification warnings on python 2.5Mon, 09 Apr 2012 14:36:16 -0700, by Steven Stallion
-
scmutil: speed up revrangeMon, 09 Apr 2012 22:16:26 -0700, by Bryan O'Sullivan
-
graft: add --dry-run support (issue3362)Tue, 10 Apr 2012 12:49:12 -0500, by Matt Mackall
-
repair: allow giving strip backup a different nameFri, 06 Apr 2012 16:18:33 +0300, by Idan Kamara
-
encoding: add fast-path for ASCII lowercaseTue, 10 Apr 2012 12:07:18 -0500, by Matt Mackall
-
perf: add case collision auditor perfTue, 10 Apr 2012 12:07:16 -0500, by Matt Mackall
-
util.h: unify some common platform tweaksTue, 10 Apr 2012 12:07:14 -0500, by Matt Mackall
-
util.h: move Py_ssize_t bits from mpatch.cTue, 10 Apr 2012 12:07:09 -0500, by Matt Mackall
-
plan9: initial support for plan 9 from bell labsSun, 08 Apr 2012 12:43:41 -0700, by Steven Stallion
-
util.h: add a typedef for Py_ssize_t with Python 2.4Sun, 08 Apr 2012 22:17:51 -0500, by Matt Mackall
-
log: bypass file scan part of fastpath when no filesSun, 08 Apr 2012 12:38:26 -0500, by Matt Mackall
-
cmdutil: use context instead of lookupSun, 08 Apr 2012 12:38:24 -0500, by Matt Mackall
-
scmutil: use context instead of lookupSun, 08 Apr 2012 12:38:23 -0500, by Matt Mackall
-
localrepo: lookup now goes through contextSun, 08 Apr 2012 12:38:10 -0500, by Matt Mackall
-
context: use rev for changelog lookupSun, 08 Apr 2012 12:38:08 -0500, by Matt Mackall
-
context: internalize lookup logicSun, 08 Apr 2012 12:38:07 -0500, by Matt Mackall
-
revlog: allow retrieving contents by revision numberSun, 08 Apr 2012 12:38:02 -0500, by Matt Mackall
-
revlog: add hasnode helper methodSat, 07 Apr 2012 15:43:18 -0500, by Matt Mackall
-
merge with stableFri, 06 Apr 2012 15:18:14 -0500, by Matt Mackall
-
tags: defer tag validation until repo.tags() is calledFri, 06 Apr 2012 15:16:30 -0500, by Matt Mackall
-
parsers: fix a memleak, and add a clearcaches method to the indexFri, 06 Apr 2012 00:28:36 -0700, by Bryan O'Sullivan
-
hghave: remove symlink test made useless by ac0da5caebec stableWed, 04 Apr 2012 15:59:56 +0200, by Patrick Mezard
-
tests: disable progress estimate in test-debugbuilddag.t stableWed, 04 Apr 2012 13:55:11 +0200, by Julien Cristau
-
mq: use list of already known target files instead of matching object for diffThu, 05 Apr 2012 23:52:55 +0900, by FUJIWARA Katsunori
-
mq: use exact matching in the second dirstate walking for efficiency of 'qnew'Thu, 05 Apr 2012 23:52:06 +0900, by FUJIWARA Katsunori
-
parsers: incrementally parse the revlog index in CThu, 05 Apr 2012 13:00:35 -0700, by Bryan O'Sullivan
-
mdiff: fix diff header generation for files with spaces (issue3357) stableThu, 05 Apr 2012 15:39:07 +0200, by Patrick Mezard