log hgext/rebase.py @ 32384:2e5a476b2e46

age author description
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Thu, 18 May 2017 17:11:01 -0400 Augie Fackler rebase: migrate to context manager for changing dirstate parents
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 09 May 2017 16:29:31 -0700 Durham Goode obsolete: add operation metadata to rebase/amend/histedit obsmarkers
Thu, 18 May 2017 13:18:05 -0700 Jeremy Fitzhardinge rebase: make sure merge state is cleaned up for no-op rebases (issue5494)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 11 May 2017 11:37:18 -0700 Martin von Zweigbergk rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)
Thu, 11 May 2017 22:38:15 -0700 Martin von Zweigbergk rebase: rename "target" to "destination" in messages
Thu, 11 May 2017 22:38:03 -0700 Martin von Zweigbergk rebase: rename "target" to "dest" in variable names
Sat, 11 Mar 2017 12:25:56 -0800 Martin von Zweigbergk rebase: don't update state dict same way for each root
Mon, 01 May 2017 05:52:32 +0900 FUJIWARA Katsunori help: apply bulk fixes for indentation and literal blocking issues stable
Mon, 01 May 2017 05:38:52 +0900 FUJIWARA Katsunori rebase: fix incorrect configuration example stable
Thu, 30 Mar 2017 03:50:10 -0700 Ryan McElroy rebase: abort hg pull --rebase if rebase.requiredest is set (issue5514)
Thu, 30 Mar 2017 03:50:10 -0700 Ryan McElroy rebase: allow destination-free continue and abort (issue5513)
Fri, 24 Mar 2017 16:20:10 -0700 Martin von Zweigbergk rebase: don't require destination if commands.rebase.requiredest=False
Sun, 12 Mar 2017 12:33:35 -0700 Durham Goode rebase: move state serialization to use unfiltered repo
Tue, 21 Mar 2017 21:26:52 -0700 Martin von Zweigbergk plain: ignore [commands] config
Tue, 14 Mar 2017 17:43:44 -0700 Ryan McElroy rebase: add flag to require destination
Sun, 19 Mar 2017 11:54:15 -0700 Durham Goode rebase: use one dirstateguard for entire rebase
Thu, 16 Mar 2017 14:40:34 -0700 Jun Wu rebase: get rid of ui.backupconfig
Wed, 15 Mar 2017 15:03:43 -0700 Pierre-Yves David rebase: explicitly tests for None
Sun, 12 Mar 2017 21:56:39 -0700 Gregory Szorc rebase: don't use mutable default argument value
Sun, 12 Mar 2017 16:44:01 -0700 Mads Kiilerich rebase: allow rebasing children of wd to wd if a new branch has been set (BC)
Sat, 11 Mar 2017 11:02:25 -0800 Mads Kiilerich vfs: use repo.vfs.unlinkpath
Sat, 11 Mar 2017 10:35:44 -0800 Martin von Zweigbergk rebase: abort if *any* commit in rebase set is public
Fri, 10 Mar 2017 23:07:20 -0800 Martin von Zweigbergk rebase: unhide original working directory node as well (issue5219)
Fri, 10 Mar 2017 23:06:31 -0800 Martin von Zweigbergk rebase: pass in a regular set to _setrebasesetvisibility()
Tue, 07 Mar 2017 16:27:32 -0800 Durham Goode rebase: move actual rebase into a single transaction
Tue, 07 Mar 2017 16:30:31 -0800 Durham Goode rebase: allow aborting if last-message.txt is missing
Tue, 07 Mar 2017 14:04:29 -0800 Durham Goode rebase: add storestatus support for transactions