hgext/transplant.py
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sat, 10 Mar 2018 15:57:16 +0900 Yuya Nishihara py3: use r'' instead of sysstr('') to get around code transformer
Sun, 25 Feb 2018 13:40:46 +0900 Yuya Nishihara templatekw: switch non-showlist template keywords to new API
Wed, 14 Feb 2018 17:43:33 +0530 Pulkit Goyal py3: use util.forcebytestr instead of str for converting errors to bytes
Wed, 14 Feb 2018 17:42:14 +0530 Pulkit Goyal py3: use pycompat.{bytes|str}kwargs in transplant.py
Wed, 14 Feb 2018 17:41:27 +0530 Pulkit Goyal py3: replace file() with open() in transplant.py
Wed, 14 Feb 2018 17:40:51 +0530 Pulkit Goyal py3: use "%d" for converting int to bytes in transplant.py
Wed, 14 Feb 2018 17:39:56 +0530 Pulkit Goyal py3: open files in bytes mode in transplant.py
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Fri, 30 Jun 2017 03:44:30 +0200 Boris Feld configitems: register the 'transplant.log' config
Fri, 30 Jun 2017 03:44:29 +0200 Boris Feld configitems: register the 'transplant.filter' config
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Wed, 08 Mar 2017 16:52:49 -0800 Pierre-Yves David transplant: directly use repo.vfs.join
Thu, 02 Mar 2017 13:31:39 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'hgext.transplant'
Thu, 02 Mar 2017 03:52:36 +0100 Pierre-Yves David vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
Mon, 06 Mar 2017 03:27:41 -0800 Simon Farnsworth transplant: set a blockedtag when invoking external filter
Sun, 19 Feb 2017 18:16:09 +0900 Yuya Nishihara revset: import set classes directly from smartset module
Mon, 13 Feb 2017 22:15:28 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori hgext: use templatekeyword to mark a function as template keyword
Tue, 01 Mar 2016 04:53:43 +0000 timeless transplant: use absolute_import
Fri, 11 Mar 2016 16:07:22 +0000 timeless transplant: switch to using nodemod for hex+short
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace extpredicate by revsetpredicate of registrar
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in transplant
Wed, 06 Jan 2016 04:59:46 +0000 timeless transplant: specify the right file and path for unfinishedstates
Wed, 06 Jan 2016 04:59:21 +0000 timeless transplant: only use checkunfinished if not continue
Tue, 05 Jan 2016 22:46:04 +0000 timeless transplant: correct language to use working directory
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use delayregistrar to register predicate in extension easily
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Mon, 30 Nov 2015 19:28:26 +0000 timeless transplant: use Oxford comma
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori transplant: widen wlock scope of transplant for consitency while processing
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 09 Oct 2015 03:53:46 +0900 FUJIWARA Katsunori dirstate: remove meaningless dirstateguard
Thu, 24 Sep 2015 00:52:21 -0700 Pierre-Yves David transplant: remove a mutable default argument
Thu, 30 Jul 2015 06:22:09 +0900 FUJIWARA Katsunori transplant: restore dirstate correctly at unexpected failure stable
Thu, 25 Jun 2015 17:42:09 -0500 Matt Mackall transplant: mark some undocumented options deprecated
Wed, 01 Jul 2015 16:33:31 -0500 Matt Mackall merge with stable
Mon, 29 Jun 2015 19:09:42 -0700 Pierre-Yves David transplant: only pull the transplanted revision (issue4692) stable 3.4.2
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Tue, 17 Mar 2015 21:53:17 +0900 Yuya Nishihara commands: say "working directory" in full spelling
Thu, 08 Jan 2015 21:36:12 -0800 Pierre-Yves David transplant: properly skip empty changeset (issue4423)
Tue, 18 Nov 2014 21:49:05 -0800 Siddharth Agarwal transplant: don't honor whitespace and format-changing diffopts
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Fri, 03 Oct 2014 11:21:52 -0500 Pierre-Yves David transplant: use exchange.pull
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori transplant: change "editform" to distinguish merge commits from others
Sat, 02 Aug 2014 21:46:26 +0900 FUJIWARA Katsunori transplant: pass 'editform' argument to 'cmdutil.getcommiteditor'
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori transplant: use "getcommiteditor()" instead of explicit editor choice
Mon, 07 Apr 2014 23:17:51 +0200 Mads Kiilerich transplant: use context ancestor instead of changelog ancestor
Tue, 11 Feb 2014 09:00:38 -0800 Lucas Moscovicz hgext: updated extensions to return a baseset when adding symbols
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori transplant: use "ui.extractchoices()" to show the list of available responses
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori transplant: use "ui.promptchoice()" for interactive transplant
Sat, 16 Nov 2013 23:14:20 +0900 FUJIWARA Katsunori transplant: use peer of source repository as "remote" for "repo.pull()"
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall transplant: add checkunfinished (issue3955) stable
Tue, 16 Apr 2013 19:31:59 +0200 Mads Kiilerich transplant: use set for prune lookup
Tue, 16 Apr 2013 19:20:23 +0200 Mads Kiilerich transplant: improve documentation
Tue, 16 Apr 2013 19:18:38 +0200 Mads Kiilerich transplant: clarify what --branch do - it has nothing to do with branches
Fri, 12 Apr 2013 18:44:22 -0700 Bryan O'Sullivan transplant: pass source through to recover
less more (0) -100 -60 tip