log

age author description
Mon, 03 Sep 2012 14:03:38 +0200 Pierre-Yves David filter: `updatebranchcache` during `addchangegroup` instead of after lock
Wed, 01 Aug 2012 22:13:27 -0500 Augie Fackler lock-checker: new contrib extension based on work done by Mads
Tue, 25 Sep 2012 20:50:40 +0300 Sergey Kishchenko resolve: commit the changes after each item resolve (issue3638)
Sat, 22 Sep 2012 14:53:50 +0900 FUJIWARA Katsunori bookmarks: rename arguments/variables for source code readability
Thu, 27 Sep 2012 13:54:47 +0200 Pierre-Yves David histedit: move `continue` logic into a dedicated function
Wed, 26 Sep 2012 18:13:00 +0200 Pierre-Yves David histedit: rename `tip` to `topmost`
Wed, 26 Sep 2012 14:46:08 +0200 Pierre-Yves David histedit: factorise node stripping logic
Wed, 26 Sep 2012 14:19:19 +0200 Pierre-Yves David histedit: extract bookmark logic in a dedicated function
Wed, 26 Sep 2012 12:57:23 +0200 Pierre-Yves David histedit: remove all usages of hex[:12]
Thu, 27 Sep 2012 15:51:14 -0500 Matt Mackall merge with stable
Thu, 27 Sep 2012 15:50:14 -0500 Matt Mackall merge with i18n stable
Mon, 30 Jul 2012 20:56:41 -0400 Matt Harbison largefiles: enable islfilesrepo() prior to a commit (issue3541) stable
Mon, 30 Jul 2012 20:56:41 -0400 Matt Harbison largefiles: handle commit -A properly, after a --large commit (issue3542) stable
Tue, 25 Sep 2012 16:01:08 +0400 Alexander Sauta i18n-ru: synchronized with 6e2ab601be3f stable
Tue, 25 Sep 2012 15:25:12 +0400 Alexander Sauta merge with i18n stable
Fri, 14 Sep 2012 23:52:33 +0400 Nikolaj Sjujskij i18n-ru: fix spelling of "unrecognized response" translation stable
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori localrepo: use "vfs" constructor/field for initialization around "store"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: initialize "vfs" fields by "vfs" constructors
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "op" variables to "vfs"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "openertype" argument to "vfstype"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori localrepo: use "vfs" constructor instead of "opener" one
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori scmutil: rename classes from "opener" to "vfs"
Mon, 13 Aug 2012 21:25:48 +0900 FUJIWARA Katsunori doc: add the tool to check section marks in help documents
Fri, 21 Sep 2012 19:27:22 +0200 Pierre-Yves David histedit: replaces patching logic by merges
Fri, 21 Sep 2012 19:13:25 +0200 Pierre-Yves David histedit-test: ensure that non commute test will never commute
Fri, 21 Sep 2012 19:25:19 +0200 Pierre-Yves David histedit: display action being processed in debug mode
Fri, 21 Sep 2012 19:24:31 +0200 Pierre-Yves David histedit: fold in memory
Fri, 21 Sep 2012 00:33:30 +0200 Pierre-Yves David histedit: move makedesc function near other rules related function
Fri, 21 Sep 2012 19:14:04 +0200 Pierre-Yves David histedit: move `between function` outside the action logic
Fri, 21 Sep 2012 00:30:22 +0200 Pierre-Yves David histedit document the makedest function