Mercurial > hg
graph
-
i18n-ja: synchronized with f36f11f2bfce stableFri, 28 Sep 2012 19:43:40 +0900, by FUJIWARA Katsunori
-
merge with stableSat, 29 Sep 2012 12:28:52 -0500, by Matt Mackall
-
lock: fixed race condition in trylock/testlock (issue3506) stableThu, 27 Sep 2012 14:38:03 -0700, by Tomasz Kleczek
-
scmutil: backout 83785bb56062 (issue3643)Sat, 29 Sep 2012 11:57:16 -0500, by Matt Mackall
-
help: removing trailing spacesSat, 29 Sep 2012 13:34:37 +0200, by Juan Pablo Carbajal (desktop)
-
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