Thu, 05 Oct 2017 21:56:25 +0000 |
Saurabh Singh |
histedit: removing the experimental config 'histeditng'
|
Fri, 30 Jun 2017 03:41:23 +0200 |
Boris Feld |
configitems: register the 'experimental.histeditng' config
|
Fri, 30 Jun 2017 03:41:19 +0200 |
Boris Feld |
configitems: register the 'experimental.histedit.autoverb' config
|
Fri, 30 Jun 2017 03:42:40 +0200 |
Boris Feld |
configitems: register the 'histedit.singletransaction' config
|
Fri, 30 Jun 2017 03:42:39 +0200 |
Boris Feld |
configitems: register the 'histedit.linelen' config
|
Fri, 30 Jun 2017 03:42:38 +0200 |
Boris Feld |
configitems: register the 'histedit.dropmissing' config
|
Fri, 30 Jun 2017 03:42:37 +0200 |
Boris Feld |
configitems: register the 'histedit.defaultrev' config
|
Wed, 30 Aug 2017 20:25:56 +0000 |
Michael Bolin |
editor: use an unambiguous path suffix for editor files
|
Fri, 11 Aug 2017 15:20:41 +0200 |
André Klitzing |
histedit: check first changeset for verb "roll" or "fold" (issue5498)
|
Mon, 10 Jul 2017 17:28:53 +0200 |
Boris Feld |
bookmark: use 'applychanges' when updating bookmark in histedit
|
Wed, 12 Jul 2017 13:57:03 -0700 |
Martin von Zweigbergk |
histedit: extract InterventionRequired transaction handling to utils
|
Wed, 12 Jul 2017 13:17:49 -0700 |
Martin von Zweigbergk |
histedit: create transaction outside of try
|
Wed, 12 Jul 2017 11:18:02 -0700 |
Martin von Zweigbergk |
histedit: remove transaction from state object
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: use scmutil.cleanupnodes (BC)
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: unify strip backup files on success (BC)
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: pass multiple nodes to strip (BC)
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: remove "name" parameter from cleanupnode functions
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: remove "should strip" debug message
|
Sat, 08 Jul 2017 16:47:25 -0700 |
Jun Wu |
histedit: move topmost bookmark movement to a separate function
|
Sat, 08 Jul 2017 16:04:21 -0700 |
Jun Wu |
histedit: remove moving bookmarks message on verbose (BC)
|
Thu, 22 Jun 2017 15:00:19 -0700 |
Martin von Zweigbergk |
bundle: make applybundle() delegate v1 bundles to applybundle1()
|
Fri, 16 Jun 2017 10:25:11 -0700 |
Martin von Zweigbergk |
bundle: add a applybundle1() method
|
Thu, 15 Jun 2017 22:46:38 -0700 |
Martin von Zweigbergk |
changegroup: let callers pass in transaction to apply() (API)
|
Fri, 16 Jun 2017 10:36:43 -0700 |
Martin von Zweigbergk |
bundle2: use "else" instead of checking condition again
|
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
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Thu, 20 Apr 2017 17:18:08 -0700 |
Siddharth Agarwal |
histedit: make check for unresolved conflicts explicit (issue5545)
stable
|
Sun, 26 Mar 2017 15:46:09 +0200 |
Pierre-Yves David |
histedit: backout changeset 6f0b7475cf9a
|
Sun, 26 Mar 2017 15:34:39 +0200 |
Pierre-Yves David |
histedit: backout changeset 2b599f5468a4
|
Mon, 13 Mar 2017 22:30:07 -0700 |
Jun Wu |
histedit: inline cleanupnode
|
Mon, 13 Mar 2017 22:22:18 -0700 |
Jun Wu |
histedit: use safecleanupnode in _aborthistedit (issue5500)
|
Mon, 13 Mar 2017 22:19:06 -0700 |
Jun Wu |
histedit: use safecleanupnode in _finishhistedit
|
Mon, 13 Mar 2017 21:10:45 -0700 |
Jun Wu |
histedit: add a method to cleanup nodes safely
|
Fri, 10 Mar 2017 15:52:29 -0800 |
Durham Goode |
histedit: add histedit.singletransaction config option
|
Fri, 10 Mar 2017 15:43:31 -0800 |
Durham Goode |
histedit: pop action after the action is completed
|
Fri, 10 Mar 2017 15:43:31 -0800 |
Durham Goode |
histedit: add transaction support to writing the state file
|
Thu, 16 Mar 2017 14:36:35 -0700 |
Jun Wu |
histedit: get rid of ui.backupconfig
|
Wed, 08 Mar 2017 16:51:43 -0800 |
Pierre-Yves David |
histedit: directly use repo.vfs.join
|
Sat, 18 Feb 2017 21:30:28 +1100 |
Ben Schmidt |
histedit: modify rollup to discard date from the rollup commit (issue4820)
|
Sat, 18 Feb 2017 21:30:28 +1100 |
Ben Schmidt |
histedit: improve documentation and behaviour of dates
|
Wed, 15 Feb 2017 13:34:06 -0800 |
Simon Farnsworth |
histedit: log the time taken to read in the commands list
|
Wed, 18 Jan 2017 18:25:51 -0800 |
Sean Farley |
ui: rename tmpdir parameter to more specific repopath
stable
|
Mon, 16 Jan 2017 21:15:57 -0800 |
Sean Farley |
histedit: add tmpdir parameter to ui.edit call
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Fri, 18 Mar 2016 17:15:06 -0700 |
Yuya Nishihara |
histedit: use ui.fin to read commands from stdin
|
Tue, 27 Sep 2016 22:09:28 -0700 |
Martin von Zweigbergk |
histedit: avoid converting nodeid to context and back again
|
Tue, 20 Sep 2016 23:45:25 +0000 |
timeless |
histedit: use single quotes in use warning
|
Tue, 30 Aug 2016 13:13:50 -0400 |
Augie Fackler |
histedit: correct output of error when 'base' is from the edit list
|
Fri, 26 Aug 2016 21:06:31 +0200 |
Pierre-Yves David |
histedit: remove now unused 'constraints' related code
|
Fri, 26 Aug 2016 21:00:33 +0200 |
Pierre-Yves David |
histedt: use inheritance to override the constraints in 'base'
|
Fri, 26 Aug 2016 20:54:52 +0200 |
Pierre-Yves David |
histedit: move constraint verification to the 'action.verify' method
|
Fri, 26 Aug 2016 20:54:32 +0200 |
Pierre-Yves David |
histedit: directly use node in 'verifyactions'
|
Fri, 26 Aug 2016 20:42:18 +0200 |
Pierre-Yves David |
histedit: temporarily shorten name of 'constraints' variable
|
Fri, 26 Aug 2016 20:38:37 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' local variable
|
Fri, 26 Aug 2016 20:34:58 +0200 |
Pierre-Yves David |
histedit: make 'constraints' a class attribute instead of a method
|
Fri, 26 Aug 2016 20:31:33 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' method
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Sun, 21 Aug 2016 08:03:22 +0000 |
Hannes Oldenburg |
histedit: use samefile function from cmdutil
|
Tue, 21 Jun 2016 14:58:49 -0700 |
Sean Farley |
histedit: move autoverb rule to the commit it matches
|