Mercurial > hg
graph
-
Merge with stableSat, 29 Sep 2012 13:43:31 +0200, by Patrick Mezard
-
clfilter: introduce `filteredrevs` attribute on changelogThu, 20 Sep 2012 19:02:47 +0200, by Pierre-Yves David
-
clfilter: remove any explicit revision number from default cmdutil rangeMon, 03 Sep 2012 14:29:05 +0200, by Pierre-Yves David
-
clfilter: remove usage of `range` in favor of iteration over changelogThu, 20 Sep 2012 19:01:53 +0200, by Pierre-Yves David
-
clfilter: split `revlog.headrevs` C call from python codeMon, 03 Sep 2012 14:19:45 +0200, by Pierre-Yves David
-
clfilter: handle non contiguous iteration in `revlov.headrevs`Mon, 03 Sep 2012 14:12:45 +0200, by Pierre-Yves David
-
clfilter: make the revlog class responsible of all its iterationThu, 20 Sep 2012 19:00:59 +0200, by Pierre-Yves David
-
clfilter: introduce a `hassecret` functionMon, 03 Sep 2012 14:05:19 +0200, by Pierre-Yves David
-
filter: `updatebranchcache` during `addchangegroup` instead of after lockMon, 03 Sep 2012 14:03:38 +0200, by Pierre-Yves David
-
lock-checker: new contrib extension based on work done by MadsWed, 01 Aug 2012 22:13:27 -0500, by Augie Fackler
-
resolve: commit the changes after each item resolve (issue3638)Tue, 25 Sep 2012 20:50:40 +0300, by Sergey Kishchenko
-
bookmarks: rename arguments/variables for source code readabilitySat, 22 Sep 2012 14:53:50 +0900, by FUJIWARA Katsunori
-
histedit: move `continue` logic into a dedicated functionThu, 27 Sep 2012 13:54:47 +0200, by Pierre-Yves David
-
histedit: rename `tip` to `topmost`Wed, 26 Sep 2012 18:13:00 +0200, by Pierre-Yves David
-
histedit: factorise node stripping logicWed, 26 Sep 2012 14:46:08 +0200, by Pierre-Yves David
-
histedit: extract bookmark logic in a dedicated functionWed, 26 Sep 2012 14:19:19 +0200, by Pierre-Yves David
-
histedit: remove all usages of hex[:12]Wed, 26 Sep 2012 12:57:23 +0200, by Pierre-Yves David
-
merge with stableThu, 27 Sep 2012 15:51:14 -0500, by Matt Mackall
-
largefiles: enable islfilesrepo() prior to a commit (issue3541) stableMon, 30 Jul 2012 20:56:41 -0400, by Matt Harbison
-
largefiles: handle commit -A properly, after a --large commit (issue3542) stableMon, 30 Jul 2012 20:56:41 -0400, by Matt Harbison
-
i18n-ru: fix spelling of "unrecognized response" translation stableFri, 14 Sep 2012 23:52:33 +0400, by Nikolaj Sjujskij
-
localrepo: use "vfs" constructor/field for initialization around "store"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: initialize "vfs" fields by "vfs" constructorsFri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: rename "op" variables to "vfs"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: rename "openertype" argument to "vfstype"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs" constructor instead of "opener" oneFri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
scmutil: rename classes from "opener" to "vfs"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
doc: add the tool to check section marks in help documentsMon, 13 Aug 2012 21:25:48 +0900, by FUJIWARA Katsunori
-
histedit: replaces patching logic by mergesFri, 21 Sep 2012 19:27:22 +0200, by Pierre-Yves David
-
histedit-test: ensure that non commute test will never commuteFri, 21 Sep 2012 19:13:25 +0200, by Pierre-Yves David
-
histedit: display action being processed in debug modeFri, 21 Sep 2012 19:25:19 +0200, by Pierre-Yves David
-
histedit: fold in memoryFri, 21 Sep 2012 19:24:31 +0200, by Pierre-Yves David
-
histedit: move makedesc function near other rules related functionFri, 21 Sep 2012 00:33:30 +0200, by Pierre-Yves David
-
histedit: move `between function` outside the action logicFri, 21 Sep 2012 19:14:04 +0200, by Pierre-Yves David
-
histedit document the makedest functionFri, 21 Sep 2012 00:30:22 +0200, by Pierre-Yves David
-
histedit: documents the between functionFri, 21 Sep 2012 00:30:07 +0200, by Pierre-Yves David
-
templatefilters: add parameterized date methodMon, 24 Sep 2012 15:54:45 -0500, by Matt Mackall
-
templatefilters: add parameterized fill functionMon, 24 Sep 2012 15:54:44 -0500, by Matt Mackall
-
templater: pull in functions defined in templatefiltersMon, 24 Sep 2012 15:28:04 -0500, by Matt Mackall
-
templater: add if/ifeq conditionalsMon, 24 Sep 2012 15:26:56 -0500, by Matt Mackall
-
templater: add sub() functionMon, 24 Sep 2012 15:26:17 -0500, by Matt Mackall
-
templater: correctly deal with r"" stringsMon, 24 Sep 2012 15:24:27 -0500, by Matt Mackall
-
template: add join functionSat, 22 Sep 2012 13:04:36 -0500, by Matt Mackall
-
templater: factor out runtemplate methodSat, 22 Sep 2012 13:02:33 -0500, by Matt Mackall
-
templating: make new-style templating features work with command line listsFri, 21 Sep 2012 18:54:00 -0500, by Matt Mackall
-
formatter: improve implementation of data methodThu, 20 Sep 2012 23:30:59 -0400, by David M. Carr
-
Merge with crew-stableWed, 19 Sep 2012 09:38:51 -0700, by Bryan O'Sullivan
-
archival: add "extended-timestamp" extra block for zip archives (issue3600) stableTue, 18 Sep 2012 19:46:15 +0900, by FUJIWARA Katsunori
-
bookmarks: use "changectx.descendant()" for efficient descendant examinationTue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
context: add "descendant()" to changectx for efficient descendant examinationTue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"Tue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
store: add a fallback _pathencode Python functionWed, 19 Sep 2012 14:00:23 +0200, by Adrian Buehlmann
-
store: move _plainhybridencode and _dothybridencode higher up in the fileWed, 19 Sep 2012 13:58:51 +0200, by Adrian Buehlmann
-
test-hybridencode: use store._dothybridencode(s)Wed, 19 Sep 2012 11:39:18 +0200, by Adrian Buehlmann
-
store: fix _hashencode call in _dothybridencodeWed, 19 Sep 2012 11:39:07 +0200, by Adrian Buehlmann
-
check-code: catch yield inside try/finally (with tests)Wed, 19 Sep 2012 12:29:12 +0200, by Thomas Arendsen Hein
-
Merge with mpmTue, 18 Sep 2012 16:30:21 -0700, by Bryan O'Sullivan
-
store: use native fncache encoding function if availableTue, 18 Sep 2012 16:25:20 -0700, by Bryan O'Sullivan
-
tests: run test-hybridencode.py over both Python and C encodersTue, 18 Sep 2012 16:09:02 -0700, by Bryan O'Sullivan
-
store: implement fncache basic path encoding in CTue, 18 Sep 2012 15:42:19 -0700, by Bryan O'Sullivan
-
rebase: ensure rebase does not revive extinct revisionTue, 18 Sep 2012 23:32:42 +0200, by Pierre-Yves David
-
rebase: remove useless list around repo.revsTue, 18 Sep 2012 23:29:05 +0200, by Pierre-Yves David
-
rebase: properly handle --collapse when creating obsolescence markerTue, 18 Sep 2012 23:42:27 +0200, by Pierre-Yves David
-
rebase: allow creation obsolescence relation instead of strippingTue, 18 Sep 2012 23:13:31 +0200, by Pierre-Yves David
-
rebase: extract final changesets cleanup logic in a dedicated functionTue, 18 Sep 2012 22:58:12 +0200, by Pierre-Yves David
-
store: refactor hashed encoding into its own functionTue, 18 Sep 2012 14:37:32 -0700, by Bryan O'Sullivan
-
store: reuse direncoded path in _hybridencodeTue, 18 Sep 2012 19:51:59 +0200, by Adrian Buehlmann
-
store: extract functions _encodefname and _decodefnameTue, 18 Sep 2012 19:51:48 +0200, by Adrian Buehlmann
-
store: use fast C implementation of encodedir() if it's availableTue, 18 Sep 2012 11:44:16 +0200, by Adrian Buehlmann
-
pathencode: new C module with fast encodedir() functionTue, 18 Sep 2012 11:43:30 +0200, by Adrian Buehlmann
-
store: add multiline doctest case for encodedir()Tue, 18 Sep 2012 07:58:50 +0200, by Adrian Buehlmann
-
store: optimize fncache._load a bit by dirdecoding the contents in one goMon, 17 Sep 2012 11:00:38 +0200, by Adrian Buehlmann
-
wireproto: workaround for yield inside try/finally incompatible with python2.4Tue, 18 Sep 2012 17:00:58 +0200, by Thomas Arendsen Hein
-
merge with stableTue, 18 Sep 2012 16:19:56 -0500, by Matt Mackall
-
largefiles: delegate to the wrapped clone command stableSun, 09 Sep 2012 12:43:24 -0400, by Matt Harbison
-
largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command stableSun, 09 Sep 2012 12:09:53 -0400, by Matt Harbison
-
largefiles: restore caching of largefiles with 'clone -U --all-largefiles' stableSun, 09 Sep 2012 03:37:38 -0400, by Matt Harbison
-
largefiles: restore normal 'clone -u' and 'clone -U' functionality stableSat, 08 Sep 2012 13:31:06 -0400, by Matt Harbison
-
formatter: add base implementation of data methodSat, 15 Sep 2012 22:50:34 -0400, by David M. Carr
-
merge with stableTue, 18 Sep 2012 15:36:58 +0200, by Thomas Arendsen Hein
-
merge with mainTue, 18 Sep 2012 15:30:22 +0200, by Thomas Arendsen Hein
-
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