Mercurial > hg
graph
-
largefiles: fix trailing spaces in test-largefiles.t stableTue, 18 Sep 2012 15:29:43 +0200, by Thomas Arendsen Hein
-
test-hybridencode: add a case for direncodeSun, 16 Sep 2012 22:43:24 +0200, by Adrian Buehlmann
-
store: optimize fncache._write by direncoding the contents in one goMon, 17 Sep 2012 08:58:35 +0200, by Adrian Buehlmann
-
store: move encode lambda logic into fncachestoreSun, 16 Sep 2012 11:41:02 +0200, by Adrian Buehlmann
-
store: eliminate one level of lambda functions on _hybridencodeSun, 16 Sep 2012 11:36:14 +0200, by Adrian Buehlmann
-
store: parameter path of _auxencode is now a list of stringsSun, 16 Sep 2012 11:36:06 +0200, by Adrian Buehlmann
-
store: keep an accumulated length for the shorted dirs in _hybridencodeSun, 16 Sep 2012 11:36:00 +0200, by Adrian Buehlmann
-
store: reorder basename assignment in _hybridencodeSun, 16 Sep 2012 11:35:55 +0200, by Adrian Buehlmann
-
store: remove uneeded startswith('data/') checks in encodedir() and decodedir()Sat, 15 Sep 2012 21:44:08 +0200, by Adrian Buehlmann
-
store: remove uneeded startswith('data/') check in _hybridencode()Sat, 15 Sep 2012 21:43:56 +0200, by Adrian Buehlmann
-
store: refactor splitting off of "data/" in _hybridencode()Sat, 15 Sep 2012 21:43:14 +0200, by Adrian Buehlmann
-
merge with stableMon, 17 Sep 2012 15:13:17 -0500, by Matt Mackall
-
Merge with stableMon, 17 Sep 2012 21:53:50 +0200, by Patrick Mezard
-
hgweb: fix incorrect graph padding calculation (issue3626) stableMon, 17 Sep 2012 21:33:16 +0200, by Tim Delaney
-
largefiles: preserve the exit status of the forget command stableWed, 05 Sep 2012 22:42:23 -0400, by Matt Harbison
-
largefiles: preserve the exit status of the rebase command stableWed, 05 Sep 2012 22:31:03 -0400, by Matt Harbison
-
largefiles: preserve the exit status of the log command stableWed, 05 Sep 2012 22:12:40 -0400, by Matt Harbison
-
largefiles: exit from remove with 1 on warnings stableSun, 09 Sep 2012 20:18:08 -0400, by Matt Harbison
-
largefiles: preserve exit code from outgoing command (issue3611) stableWed, 05 Sep 2012 21:26:08 -0400, by Matt Harbison
-
store: let _auxencode() return the list of path segmentsSat, 15 Sep 2012 21:43:05 +0200, by Adrian Buehlmann
-
store: eliminate unneded last assignment to n in _auxencode()Sat, 15 Sep 2012 21:42:58 +0200, by Adrian Buehlmann
-
store: unindent most of the contents of the for loop in _auxencode()Sat, 15 Sep 2012 21:42:52 +0200, by Adrian Buehlmann
-
store: optimize _auxencode() by assigning to the list elements of the pathSat, 15 Sep 2012 21:42:43 +0200, by Adrian Buehlmann
-
store: optimze _auxencode() a bit by grouping the reserved names by lengthSat, 15 Sep 2012 21:41:09 +0200, by Adrian Buehlmann
-
store: explain "aux.foo" versus "foo.aux" in doc of _auxencode()Sat, 15 Sep 2012 21:41:53 +0200, by Adrian Buehlmann
-
store: add 'com0' and 'lpt0' doctest cases for _auxencode()Sat, 15 Sep 2012 21:41:45 +0200, by Adrian Buehlmann
-
wireproto: fix check-code.py breakage introduced by 6d97dd630d79Sat, 15 Sep 2012 08:38:02 +0200, by Patrick Mezard
-
record: fix display of non-ASCII names in chunk selectionSat, 15 Sep 2012 00:06:08 +0400, by Nikolaj Sjujskij
-
tests: enable even more Windows server testsFri, 14 Sep 2012 21:05:24 +0200, by Patrick Mezard
-
test-obsolete-checkheads: fix on windowsFri, 14 Sep 2012 20:40:52 +0200, by Patrick Mezard
-
sshserver: avoid a multi-dot attribute lookup in a hot loopFri, 14 Sep 2012 12:09:44 -0700, by Bryan O'Sullivan
-
store: reduce string concatenation when joiningFri, 14 Sep 2012 12:09:05 -0700, by Bryan O'Sullivan
-
scmutil: use the new faster path splitFri, 14 Sep 2012 12:08:55 -0700, by Bryan O'Sullivan
-
util: implement a faster os.path.split for posix systemsFri, 14 Sep 2012 12:08:17 -0700, by Bryan O'Sullivan
-
scmutil: make join cheaperFri, 14 Sep 2012 12:07:33 -0700, by Bryan O'Sullivan
-
wireproto: don't format a debug string inside a hot loopFri, 14 Sep 2012 12:06:40 -0700, by Bryan O'Sullivan
-
wireproto: bypass filechunkiter for small files when streamingFri, 14 Sep 2012 12:05:37 -0700, by Bryan O'Sullivan
-
wireproto: don't audit local paths during stream_outFri, 14 Sep 2012 12:05:12 -0700, by Bryan O'Sullivan
-
scmutil: delegate mustaudit property to the real openerFri, 14 Sep 2012 12:04:46 -0700, by Bryan O'Sullivan
-
scmutil: turn opener._audit into a property, mustauditFri, 14 Sep 2012 12:04:35 -0700, by Bryan O'Sullivan
-
perf: add perffncacheencodeFri, 14 Sep 2012 13:02:31 +0200, by Adrian Buehlmann
-
Merge with mpmThu, 13 Sep 2012 17:00:56 -0700, by Bryan O'Sullivan
-
bookmark: take successors into account when updating (issue3561)Sun, 26 Aug 2012 01:28:22 +0200, by Pierre-Yves David
-
bookmarks: extract valid destination logic in a dedicated functionSun, 26 Aug 2012 00:28:56 +0200, by Pierre-Yves David
-
checkheads: don't warn about unsynced changes that we ill obsoleteSun, 26 Aug 2012 00:27:44 +0200, by Pierre-Yves David
-
checkheads: check successors for new heads in both missing and commonSun, 26 Aug 2012 00:25:33 +0200, by Pierre-Yves David
-
checkheads: attend to phases when computing new heads with obsoleteFri, 24 Aug 2012 16:52:45 +0200, by Pierre-Yves David
-
test: add testing of checkheads behavior with obsoleteWed, 01 Aug 2012 19:35:05 +0200, by Pierre-Yves David
-
merge with stableThu, 13 Sep 2012 14:33:10 -0500, by Matt Mackall
-
i18n-de: Remove unused sprintf parameter stableMon, 10 Sep 2012 09:40:42 +0200, by Martin Schröder
-
tests: unset variable HG if it is setSat, 28 Jul 2012 23:28:17 +0200, by Simon Heimberg
-
test-hybridencode: a few more casesThu, 13 Sep 2012 17:46:34 +0200, by Adrian Buehlmann
-
tests: enable more server tests on WindowsWed, 12 Sep 2012 22:21:54 +0200, by Patrick Mezard
-
test-static-http.t: enable on WindowsWed, 12 Sep 2012 22:31:54 +0200, by Patrick Mezard
-
Merge spelling fixesTue, 11 Sep 2012 08:36:09 -0700, by Bryan O'Sullivan
-
spelling: requestedFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: serializationFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: recognizedFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: penalizeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: initializationFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: InitializeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: it-handlesFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: rolled-backFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: just-the-headsFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: valueFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: updateFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: transferredFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: transactionFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: thoroughlyFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: syntacticFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: synchronizeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: supersedeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: successfullyFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: succeededFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: StructuredFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: splitFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: specificFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: shouldn'tFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: sentinelFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: responsibilityFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: reliesFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: releaseFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: recursionFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: propagatedFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: primarilyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: priorFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: precedeFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: overrideFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: operationsFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: multipleFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: MacintoshFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
en-us: labeledFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: justFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: journalingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: deactivatesFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: implementingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: indentedFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: furtherFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: followingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: nonexistentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: existenceFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: exerciseFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: equivalentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: efficientlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: don't/do notFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: doesn't/does notFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: destinationFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: directlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: descendantsFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: deactivateFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: dependentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: FailingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: ExplicitlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: EnvironmentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: ConstructFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: AuthoritativeFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
amend: add obsolete supportTue, 11 Sep 2012 00:12:07 +0200, by Pierre-Yves David