log hgext/histedit.py @ 17749:40601f2b7608

age author description
Wed, 10 Oct 2012 06:20:14 +0200 Pierre-Yves David histedit: simplify computation of `newchildren` during --continue
Wed, 10 Oct 2012 01:29:56 +0200 Mads Kiilerich spelling: fix minor spell checker issues
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]
Fri, 21 Sep 2012 19:27:22 +0200 Pierre-Yves David histedit: replaces patching logic by merges
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
Fri, 21 Sep 2012 00:30:07 +0200 Pierre-Yves David histedit: documents the between function
Wed, 05 Sep 2012 22:01:09 +0200 Patrick Mezard histedit: fix unused variable warnings spotted by pyflakes
Tue, 21 Aug 2012 16:06:34 -0700 Leah Xue histedit: factored out diff/patch logic
Mon, 06 Aug 2012 12:03:07 -0500 Matt Mackall merge with i18n stable
Thu, 02 Aug 2012 11:45:16 -0300 Wagner Bruna histedit, i18n: warn translators about edit command names stable
Thu, 02 Aug 2012 11:28:21 -0300 Wagner Bruna histedit: sync docstring with edit comment stable
Wed, 01 Aug 2012 09:41:57 -0500 Augie Fackler histedit: add proper locking around repair.strip() calls stable
Mon, 30 Jul 2012 03:27:07 +0900 FUJIWARA Katsunori histedit: make comment part of the file describing rules as translatable stable
Mon, 30 Jul 2012 03:53:38 +0200 Mads Kiilerich histedit: add trailing newline when editing commit messages stable
Sun, 29 Jul 2012 16:19:32 +0900 FUJIWARA Katsunori histedit: remove updating statistics line from the examples describing rules stable
Wed, 25 Jul 2012 16:27:26 +0200 Patrick Mezard histedit: fix new nodes computation with --continue (issue3534) stable
Wed, 25 Jul 2012 11:09:51 +0200 Patrick Mezard histedit: end folding message with an LF stable
Fri, 13 Jul 2012 21:46:53 +0200 Sune Foldager peer: introduce peer methods to prepare for peer classes
Fri, 06 Jul 2012 22:43:10 +0200 Adrian Buehlmann histedit: use cmdutil.command decorator
Fri, 06 Jul 2012 12:17:53 -0500 Augie Fackler histedit: add extension docstring from external README
Fri, 06 Jul 2012 11:39:02 -0500 Augie Fackler histedit: don't crash if the result of fixing up a fold is empty
Fri, 06 Jul 2012 11:06:57 -0500 Augie Fackler histedit: replace hexshort lambda with node.short