Sat, 08 Jul 2017 20:38:34 -0700 |
Jun Wu |
rebase: remove revprecursor and revpruned states (BC)
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 20:14:33 -0700 |
Jun Wu |
rebase: move obsoleted not rebased messages earlier (BC)
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 20:05:52 -0700 |
Jun Wu |
rebase: extract ctx description logic to a function
|
file |
diff |
annotate
|
Sat, 12 Aug 2017 21:01:06 -0700 |
Jun Wu |
rebase: change "result would have 3 parent" error message (BC)
|
file |
diff |
annotate
|
Thu, 10 Aug 2017 21:30:31 -0700 |
Jun Wu |
rebase: rewrite core algorithm (issue5578) (issue5630)
|
file |
diff |
annotate
|
Thu, 10 Aug 2017 14:23:41 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Wed, 02 Aug 2017 21:52:22 +0900 |
Yuya Nishihara |
rebase: sort collapsed revisions in commit message (issue5643)
stable
|
file |
diff |
annotate
|
Thu, 20 Jul 2017 01:30:41 -0700 |
Durham Goode |
rebase: use one dirstateguard for when using rebase.singletransaction
|
file |
diff |
annotate
|
Mon, 24 Jul 2017 23:52:56 -0700 |
Jun Wu |
rebase: move bookmark to destination for commits becoming empty (issue5627)
stable
|
file |
diff |
annotate
|
Tue, 18 Jul 2017 07:47:28 -0700 |
Durham Goode |
rebase: add config to move rebase into a single transaction
|
file |
diff |
annotate
|
Fri, 07 Jul 2017 19:03:03 -0700 |
Jun Wu |
rebase: remove "if True"
|
file |
diff |
annotate
|
Fri, 07 Jul 2017 18:51:46 -0700 |
Jun Wu |
rebase: use scmutil.cleanupnodes (issue5606) (BC)
|
file |
diff |
annotate
|
Wed, 28 Jun 2017 14:53:54 -0700 |
Martin von Zweigbergk |
rebase: always pass destination as revnum to _handleskippingobsolete()
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 01:36:20 +0200 |
Pierre-Yves David |
obsutil: move 'allsuccessors' to the new modules
|
file |
diff |
annotate
|
Thu, 29 Jun 2017 15:21:52 -0700 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 17:40:24 +0200 |
Pierre-Yves David |
rebase: backed out changeset cf8ad0e6c0e4 (issue5610)
stable
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 17:39:55 +0200 |
Pierre-Yves David |
rebase: backed out changeset 2519994d25ca
stable
|
file |
diff |
annotate
|
Sat, 24 Jun 2017 21:13:48 -0700 |
Jun Wu |
rebase: clean up rebasestate from active transaction
|
file |
diff |
annotate
|
Mon, 19 Jun 2017 11:18:12 -0700 |
Martin von Zweigbergk |
rebase: use context manager for locking in pullrebase()
|
file |
diff |
annotate
|
Mon, 19 Jun 2017 11:18:05 -0700 |
Martin von Zweigbergk |
rebase: use context manager for locking in rebase()
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 23:09:47 -0700 |
Martin von Zweigbergk |
rebase: rewrite "x in y.children()" as "y in x.parents()"
|
file |
diff |
annotate
|
Wed, 31 May 2017 19:46:04 -0700 |
Siddharth Agarwal |
rebase: drop unnecessary parentchange call
|
file |
diff |
annotate
|
Sat, 27 May 2017 21:08:51 -0700 |
Martin von Zweigbergk |
hidden: rename "revealedrevs" to "pinnedrevs" (API)
|
file |
diff |
annotate
|
Sat, 20 May 2017 19:43:58 +0200 |
Pierre-Yves David |
repoview: rename '_getdynamicblockers' to 'revealedrevs' (API)
|
file |
diff |
annotate
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
file |
diff |
annotate
|
Thu, 18 May 2017 17:11:01 -0400 |
Augie Fackler |
rebase: migrate to context manager for changing dirstate parents
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
file |
diff |
annotate
|
Tue, 09 May 2017 16:29:31 -0700 |
Durham Goode |
obsolete: add operation metadata to rebase/amend/histedit obsmarkers
|
file |
diff |
annotate
|
Thu, 18 May 2017 13:18:05 -0700 |
Jeremy Fitzhardinge |
rebase: make sure merge state is cleaned up for no-op rebases (issue5494)
|
file |
diff |
annotate
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
file |
diff |
annotate
|
Thu, 11 May 2017 11:37:18 -0700 |
Martin von Zweigbergk |
rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)
|
file |
diff |
annotate
|
Thu, 11 May 2017 22:38:15 -0700 |
Martin von Zweigbergk |
rebase: rename "target" to "destination" in messages
|
file |
diff |
annotate
|
Thu, 11 May 2017 22:38:03 -0700 |
Martin von Zweigbergk |
rebase: rename "target" to "dest" in variable names
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 12:25:56 -0800 |
Martin von Zweigbergk |
rebase: don't update state dict same way for each root
|
file |
diff |
annotate
|
Mon, 01 May 2017 05:52:32 +0900 |
FUJIWARA Katsunori |
help: apply bulk fixes for indentation and literal blocking issues
stable
|
file |
diff |
annotate
|
Mon, 01 May 2017 05:38:52 +0900 |
FUJIWARA Katsunori |
rebase: fix incorrect configuration example
stable
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 03:50:10 -0700 |
Ryan McElroy |
rebase: abort hg pull --rebase if rebase.requiredest is set (issue5514)
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 03:50:10 -0700 |
Ryan McElroy |
rebase: allow destination-free continue and abort (issue5513)
|
file |
diff |
annotate
|
Fri, 24 Mar 2017 16:20:10 -0700 |
Martin von Zweigbergk |
rebase: don't require destination if commands.rebase.requiredest=False
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 12:33:35 -0700 |
Durham Goode |
rebase: move state serialization to use unfiltered repo
|
file |
diff |
annotate
|
Tue, 21 Mar 2017 21:26:52 -0700 |
Martin von Zweigbergk |
plain: ignore [commands] config
|
file |
diff |
annotate
|
Tue, 14 Mar 2017 17:43:44 -0700 |
Ryan McElroy |
rebase: add flag to require destination
|
file |
diff |
annotate
|
Sun, 19 Mar 2017 11:54:15 -0700 |
Durham Goode |
rebase: use one dirstateguard for entire rebase
|
file |
diff |
annotate
|
Thu, 16 Mar 2017 14:40:34 -0700 |
Jun Wu |
rebase: get rid of ui.backupconfig
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 15:03:43 -0700 |
Pierre-Yves David |
rebase: explicitly tests for None
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 21:56:39 -0700 |
Gregory Szorc |
rebase: don't use mutable default argument value
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 11:02:25 -0800 |
Mads Kiilerich |
vfs: use repo.vfs.unlinkpath
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 10:35:44 -0800 |
Martin von Zweigbergk |
rebase: abort if *any* commit in rebase set is public
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 23:07:20 -0800 |
Martin von Zweigbergk |
rebase: unhide original working directory node as well (issue5219)
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 23:06:31 -0800 |
Martin von Zweigbergk |
rebase: pass in a regular set to _setrebasesetvisibility()
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 16:27:32 -0800 |
Durham Goode |
rebase: move actual rebase into a single transaction
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 16:30:31 -0800 |
Durham Goode |
rebase: allow aborting if last-message.txt is missing
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 14:04:29 -0800 |
Durham Goode |
rebase: add storestatus support for transactions
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 14:11:44 -0800 |
Durham Goode |
rebase: move storestatus onto rebaseruntime
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 14:19:08 -0800 |
Durham Goode |
rebase: clear updatestate during rebase --abort in more cases
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 18:16:09 +0900 |
Yuya Nishihara |
revset: import set classes directly from smartset module
|
file |
diff |
annotate
|
Wed, 01 Feb 2017 08:47:27 -0800 |
Martin von Zweigbergk |
rebase: fix code comment to refer to right issue (4504, not 4505)
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 09:32:27 +0100 |
Valters Vingolds |
rebase: provide detailed hint to abort message if working dir is not clean
|
file |
diff |
annotate
|
Sun, 01 Jan 2017 13:16:29 +0100 |
Valters Vingolds |
rebase: fail-fast the pull if working dir is not clean (BC)
|
file |
diff |
annotate
|