Fri, 11 Aug 2017 15:20:41 +0200 |
André Klitzing |
histedit: check first changeset for verb "roll" or "fold" (issue5498)
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 17:28:53 +0200 |
Boris Feld |
bookmark: use 'applychanges' when updating bookmark in histedit
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 13:57:03 -0700 |
Martin von Zweigbergk |
histedit: extract InterventionRequired transaction handling to utils
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 13:17:49 -0700 |
Martin von Zweigbergk |
histedit: create transaction outside of try
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 11:18:02 -0700 |
Martin von Zweigbergk |
histedit: remove transaction from state object
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: use scmutil.cleanupnodes (BC)
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: unify strip backup files on success (BC)
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: pass multiple nodes to strip (BC)
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: remove "name" parameter from cleanupnode functions
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: remove "should strip" debug message
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:47:25 -0700 |
Jun Wu |
histedit: move topmost bookmark movement to a separate function
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:04:21 -0700 |
Jun Wu |
histedit: remove moving bookmarks message on verbose (BC)
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 15:00:19 -0700 |
Martin von Zweigbergk |
bundle: make applybundle() delegate v1 bundles to applybundle1()
|
file |
diff |
annotate
|
Fri, 16 Jun 2017 10:25:11 -0700 |
Martin von Zweigbergk |
bundle: add a applybundle1() method
|
file |
diff |
annotate
|
Thu, 15 Jun 2017 22:46:38 -0700 |
Martin von Zweigbergk |
changegroup: let callers pass in transaction to apply() (API)
|
file |
diff |
annotate
|
Fri, 16 Jun 2017 10:36:43 -0700 |
Martin von Zweigbergk |
bundle2: use "else" instead of checking condition again
|
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
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 17:18:08 -0700 |
Siddharth Agarwal |
histedit: make check for unresolved conflicts explicit (issue5545)
stable
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 15:46:09 +0200 |
Pierre-Yves David |
histedit: backout changeset 6f0b7475cf9a
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 15:34:39 +0200 |
Pierre-Yves David |
histedit: backout changeset 2b599f5468a4
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 22:30:07 -0700 |
Jun Wu |
histedit: inline cleanupnode
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 22:22:18 -0700 |
Jun Wu |
histedit: use safecleanupnode in _aborthistedit (issue5500)
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 22:19:06 -0700 |
Jun Wu |
histedit: use safecleanupnode in _finishhistedit
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 21:10:45 -0700 |
Jun Wu |
histedit: add a method to cleanup nodes safely
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 15:52:29 -0800 |
Durham Goode |
histedit: add histedit.singletransaction config option
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 15:43:31 -0800 |
Durham Goode |
histedit: pop action after the action is completed
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 15:43:31 -0800 |
Durham Goode |
histedit: add transaction support to writing the state file
|
file |
diff |
annotate
|
Thu, 16 Mar 2017 14:36:35 -0700 |
Jun Wu |
histedit: get rid of ui.backupconfig
|
file |
diff |
annotate
|
Wed, 08 Mar 2017 16:51:43 -0800 |
Pierre-Yves David |
histedit: directly use repo.vfs.join
|
file |
diff |
annotate
|
Sat, 18 Feb 2017 21:30:28 +1100 |
Ben Schmidt |
histedit: modify rollup to discard date from the rollup commit (issue4820)
|
file |
diff |
annotate
|
Sat, 18 Feb 2017 21:30:28 +1100 |
Ben Schmidt |
histedit: improve documentation and behaviour of dates
|
file |
diff |
annotate
|
Wed, 15 Feb 2017 13:34:06 -0800 |
Simon Farnsworth |
histedit: log the time taken to read in the commands list
|
file |
diff |
annotate
|
Wed, 18 Jan 2017 18:25:51 -0800 |
Sean Farley |
ui: rename tmpdir parameter to more specific repopath
stable
|
file |
diff |
annotate
|
Mon, 16 Jan 2017 21:15:57 -0800 |
Sean Farley |
histedit: add tmpdir parameter to ui.edit call
|
file |
diff |
annotate
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
file |
diff |
annotate
|
Fri, 18 Mar 2016 17:15:06 -0700 |
Yuya Nishihara |
histedit: use ui.fin to read commands from stdin
|
file |
diff |
annotate
|
Tue, 27 Sep 2016 22:09:28 -0700 |
Martin von Zweigbergk |
histedit: avoid converting nodeid to context and back again
|
file |
diff |
annotate
|
Tue, 20 Sep 2016 23:45:25 +0000 |
timeless |
histedit: use single quotes in use warning
|
file |
diff |
annotate
|
Tue, 30 Aug 2016 13:13:50 -0400 |
Augie Fackler |
histedit: correct output of error when 'base' is from the edit list
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 21:06:31 +0200 |
Pierre-Yves David |
histedit: remove now unused 'constraints' related code
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 21:00:33 +0200 |
Pierre-Yves David |
histedt: use inheritance to override the constraints in 'base'
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:54:52 +0200 |
Pierre-Yves David |
histedit: move constraint verification to the 'action.verify' method
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:54:32 +0200 |
Pierre-Yves David |
histedit: directly use node in 'verifyactions'
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:42:18 +0200 |
Pierre-Yves David |
histedit: temporarily shorten name of 'constraints' variable
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:38:37 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' local variable
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:34:58 +0200 |
Pierre-Yves David |
histedit: make 'constraints' a class attribute instead of a method
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 20:31:33 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' method
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 08:03:22 +0000 |
Hannes Oldenburg |
histedit: use samefile function from cmdutil
|
file |
diff |
annotate
|
Tue, 21 Jun 2016 14:58:49 -0700 |
Sean Farley |
histedit: move autoverb rule to the commit it matches
|
file |
diff |
annotate
|
Fri, 27 May 2016 14:03:00 -0700 |
Sean Farley |
histedit: use _getsummary in ruleeditor
|
file |
diff |
annotate
|
Fri, 27 May 2016 14:02:36 -0700 |
Sean Farley |
histedit: use _getsummary in torule
|
file |
diff |
annotate
|
Fri, 27 May 2016 14:00:12 -0700 |
Sean Farley |
histedit: extract common summary code into method
|
file |
diff |
annotate
|
Thu, 26 May 2016 15:43:00 -0700 |
Sean Farley |
histedit: remove unneeded initial parameter
|
file |
diff |
annotate
|
Thu, 26 May 2016 16:46:10 -0700 |
Sean Farley |
histedit: move autoverb logic from torule to ruleeditor
|
file |
diff |
annotate
|
Sat, 04 Jun 2016 14:38:00 +0530 |
Pulkit Goyal |
py3: conditionalize cPickle import by adding in util
|
file |
diff |
annotate
|
Fri, 06 May 2016 18:12:36 -0700 |
Sean Farley |
histedit: add experimental config for using the first word of the commit
|
file |
diff |
annotate
|
Fri, 06 May 2016 18:00:03 -0700 |
Sean Farley |
histedit: add optional parameter for determining intial editor line
|
file |
diff |
annotate
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
file |
diff |
annotate
|
Fri, 06 May 2016 21:52:26 +0530 |
Pulkit Goyal |
py3: make hgext/hisedit.py use absolute_import
|
file |
diff |
annotate
|
Sat, 19 Mar 2016 11:39:13 -0700 |
Mateusz Kwapich |
histedit: add a hint about enabled dropmissing to histedit edit comment
|
file |
diff |
annotate
|
Tue, 15 Mar 2016 00:42:33 +0000 |
Jun Wu |
histedit: do not close stdin
|
file |
diff |
annotate
|
Sun, 13 Mar 2016 16:46:49 -0700 |
Mateusz Kwapich |
histedit: have dropmissing abort on empty plan
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 21:59:06 +0100 |
liscju |
histedit: adds hint how to reorder changesets at editor (issue3766)
|
file |
diff |
annotate
|
Wed, 02 Mar 2016 22:39:03 +0000 |
timeless |
histedit: reword message when a changeset produces no changes
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 15:12:26 +0100 |
liscju |
histedit: improve error when run on nodes with children (issue5056)
|
file |
diff |
annotate
|
Wed, 24 Feb 2016 16:58:07 +0100 |
Pierre-Yves David |
histedit: also handle locally missing nodes when reading obsolescence
|
file |
diff |
annotate
|
Tue, 23 Feb 2016 21:38:36 +0000 |
Kostia Balytskyi |
histedit: make histedit aware of obsolescense not stored in state (issue4800)
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 14:49:29 +0000 |
Kostia Balytskyi |
histedit: unifying the way replacements are computed for abort and success
|
file |
diff |
annotate
|
Mon, 15 Feb 2016 14:57:06 +0000 |
Kostia Balytskyi |
histedit: renaming parts to which _histedit was split
|
file |
diff |
annotate
|
Mon, 15 Feb 2016 12:07:33 +0000 |
Kostia Balytskyi |
histedit: break _histedit into smaller pieces (add _finishaction)
|
file |
diff |
annotate
|
Mon, 15 Feb 2016 10:48:36 +0000 |
Kostia Balytskyi |
histedit: change string literals to constants in goal naming
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 21:15:59 +0000 |
Kostia Balytskyi |
histedit: break _histedit function into smaller pieces
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 21:00:05 +0000 |
Kostia Balytskyi |
histedit: break _histedit function into smaller pieces (add _continueaction)
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 17:20:51 +0000 |
Kostia Balytskyi |
histedit: break _histedit function into smaller pieces (add _newaction)
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 14:12:38 +0000 |
Kostia Balytskyi |
histedit: break _histedit function into smaller pieces (add _editplanaction)
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 12:51:20 +0000 |
Kostia Balytskyi |
histedit: break _histedit function into smaller pieces (add _abortaction)
|
file |
diff |
annotate
|
Thu, 04 Feb 2016 03:47:00 +0000 |
timeless |
histedit: suggest the correct tool to continue (not histedit)
|
file |
diff |
annotate
|
Thu, 11 Feb 2016 23:15:34 +0900 |
FUJIWARA Katsunori |
doc: describe full help document hierarchy to create a valid link in HTML
|
file |
diff |
annotate
|
Wed, 03 Feb 2016 13:52:04 +0000 |
timeless |
histedit: limit updated and merging output to important updates
|
file |
diff |
annotate
|
Wed, 03 Feb 2016 11:01:11 -0200 |
Wagner Bruna |
histedit: fix typo in documentation
stable
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 22:13:57 +0900 |
FUJIWARA Katsunori |
doc: use correct cross reference in help documentation
stable
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 22:06:35 +0900 |
FUJIWARA Katsunori |
doc: prevent literal text block from being treated as non-literal one
stable
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 22:06:35 +0900 |
FUJIWARA Katsunori |
doc: prevent non-literal text block from being treated as literal one
stable
|
file |
diff |
annotate
|
Mon, 01 Feb 2016 20:29:20 +0900 |
FUJIWARA Katsunori |
histedit: show correct hash ID at verification error
stable
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:49 -0800 |
Bryan O'Sullivan |
with: use context manager in _histedit
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for lock in histedit cleanupnode
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 06:36:47 +0000 |
timeless |
histedit: clarify modes
|
file |
diff |
annotate
|
Tue, 22 Dec 2015 23:21:53 +0000 |
timeless |
histedit: explain basics of histedit commands
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 07:37:45 +0000 |
timeless |
histedit: report the unacceptable changeset
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 21:30:38 +0000 |
timeless |
histedit: replace @addhisteditaction with @action
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 21:20:08 +0000 |
timeless |
histedit: prefer edit commit, edit message, use commit
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 21:17:45 +0000 |
timeless |
histedit: replace editcomment with a function
|
file |
diff |
annotate
|
Tue, 22 Dec 2015 23:25:17 +0000 |
timeless |
histedit: hide --outgoing warnings
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 08:57:04 +0000 |
timeless |
histedit: list action when intervention is required
|
file |
diff |
annotate
|
Thu, 24 Dec 2015 20:41:17 +0000 |
timeless |
histedit: hook afterresolvedstates
|
file |
diff |
annotate
|
Wed, 30 Dec 2015 04:04:51 +0000 |
timeless |
histedit: fix comment in newnodestoabort
|
file |
diff |
annotate
|
Wed, 30 Dec 2015 04:02:04 +0000 |
timeless |
histedit: fix comment in applychanges
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 15:39:38 +0000 |
timeless |
histedit: remove unused variable state
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 23:51:29 +0000 |
timeless |
histedit: handle exceptions from node.bin in fromrule
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 23:23:28 +0000 |
timeless |
histedit: limit cleanup of histedit-last-edit.txt to success
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 03:33:09 +0000 |
timeless |
histedit: use parse-error exception for parsing
|
file |
diff |
annotate
|
Fri, 11 Dec 2015 07:08:09 +0000 |
timeless |
histedit: limit mentioning histedit-last-edit.txt
|
file |
diff |
annotate
|
Mon, 28 Dec 2015 22:53:22 +0000 |
timeless |
histedit: check fold of public change during verify
|
file |
diff |
annotate
|
Mon, 28 Dec 2015 22:52:48 +0000 |
timeless |
histedit: pass previous action to verify
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 16:22:20 -0800 |
Bryan O'Sullivan |
histedit: don't bother with cPickle, demand-load pickle
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 23:55:54 +0900 |
Bryan O'Sullivan |
histedit: only use pickle if not using the modern save format
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 06:19:22 +0000 |
timeless |
histedit: add progress support
|
file |
diff |
annotate
|
Tue, 15 Dec 2015 13:27:09 -0800 |
Mateusz Kwapich |
histedit: delete to drop
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 23:04:17 +0000 |
timeless |
histedit: omit useless message from update (edit)
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 22:37:31 +0000 |
timeless |
histedit: omit useless message from update (_histedit)
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 21:43:16 +0000 |
timeless |
histedit: omit useless message from update (histeditaction)
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 22:08:14 +0000 |
timeless |
histedit: omit useless message from abort
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 18:54:03 -0500 |
Augie Fackler |
merge: have merge.update use a matcher instead of partial fn
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 19:56:39 +0100 |
Gregory Szorc |
histedit: pick an appropriate base changeset by default (BC)
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 07:41:35 +0000 |
timeless |
histedit: improve missing rule suggestion
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: get rid of state.rules
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: change state.rules uses to state.actions
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: add tostate method to histedit action
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: remove makedesc
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: use torule instead of makedesc in ruleeditor
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: add torule method to histedit action objects
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: add verify() to histeditaction
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: add addhisteditaction decorator
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 12:19:01 -0800 |
Mateusz Kwapich |
histedit: add actions property to histedit state
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 08:07:36 +0000 |
timeless |
histedit: mention histedit-last-edit.txt on abort
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 07:40:42 +0000 |
timeless |
histedit: add missing raise keyword to statement
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 07:39:49 +0000 |
timeless |
histedit: improve grammar for _histedit comment
|
file |
diff |
annotate
|
Sat, 21 Nov 2015 17:40:26 +0200 |
Mykola Nikishov |
histedit: edit with custom filename
|
file |
diff |
annotate
|
Wed, 25 Nov 2015 18:26:48 +0100 |
Mathias De Maré |
histedit: add examples
|
file |
diff |
annotate
|
Mon, 23 Nov 2015 10:13:05 -0500 |
Augie Fackler |
histedit: constant-ify the constraints list
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 15:04:31 -0800 |
Mateusz Kwapich |
histedit: add an experimental base action
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 17:53:52 -0800 |
Mateusz Kwapich |
histedit: add abortdirty function
|
file |
diff |
annotate
|
Thu, 12 Nov 2015 16:40:33 -0800 |
Mateusz Kwapich |
histedit: add forceother constraint
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 16:37:26 -0800 |
Mateusz Kwapich |
histedit: make verification configurable
|
file |
diff |
annotate
|
Fri, 20 Nov 2015 13:23:47 -0800 |
Laurent Charignon |
histedit: make use of bookmarks.recordchange instead of bookmarks.write
|
file |
diff |
annotate
|
Thu, 12 Nov 2015 12:44:15 +0100 |
liscju |
histedit: extracts _isdirtywc function
|
file |
diff |
annotate
|
Tue, 20 Oct 2015 03:07:23 +0200 |
Pierre-Yves David |
histedit: properly apply bundle2 backups
|
file |
diff |
annotate
|
Sat, 17 Oct 2015 12:32:23 -0700 |
Durham Goode |
histedit: make histedit prune when obsolete is enabled
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 17:14:21 -0400 |
Augie Fackler |
histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Mon, 05 Oct 2015 16:44:45 -0700 |
Christian Delahousse |
histedit: delete histedit statefile on any exception during abort
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 15:09:28 -0700 |
Christian Delahousse |
histedit: check presence of statefile before deleting it
|
file |
diff |
annotate
|
Mon, 05 Oct 2015 16:34:17 -0700 |
Christian Delahousse |
histedit: add inprogress method to state class
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:38:34 -0700 |
Pierre-Yves David |
histedit: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 27 Aug 2015 14:46:26 -0400 |
Augie Fackler |
histedit: use one editor when multiple folds happen in a row (issue3524) (BC)
|
file |
diff |
annotate
|
Tue, 08 Sep 2015 20:30:01 -0400 |
timeless |
histedit: fix grammar in cleanupnode comment
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 13:52:49 -0400 |
timeless |
histedit: fix English (en-US)
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 15:50:36 -0400 |
timeless |
histedit: improve discoverability of edit commit message
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 11:31:44 -0400 |
timeless |
histedit: fix grammar for help for safety aborts
|
file |
diff |
annotate
|
Mon, 17 Aug 2015 22:56:12 -0400 |
Augie Fackler |
histedit: correct spelling etc in more comments
|
file |
diff |
annotate
|
Fri, 31 Jul 2015 12:54:16 -0700 |
Pierre-Yves David |
histedit: add a missing "s" in a comment
|
file |
diff |
annotate
|
Mon, 03 Aug 2015 06:13:05 -0700 |
Pierre-Yves David |
histedit: do not stay on a cleaned nodes on abort
|
file |
diff |
annotate
|
Mon, 03 Aug 2015 06:11:45 -0700 |
Pierre-Yves David |
histedit: also update away from tmpnodes
|
file |
diff |
annotate
|
Mon, 03 Aug 2015 06:08:37 -0700 |
Pierre-Yves David |
histedit: use revset to check if we need to update during abort
|
file |
diff |
annotate
|
Mon, 03 Aug 2015 05:57:45 -0700 |
Pierre-Yves David |
histedit: remove useless 'else' clause
|
file |
diff |
annotate
|
Fri, 31 Jul 2015 15:46:49 -0700 |
Pierre-Yves David |
histedit: make cleanupnode more robust
|
file |
diff |
annotate
|
Mon, 03 Aug 2015 14:16:51 -0700 |
Pierre-Yves David |
histedit: extract a simpler function to process replacement on abort
|
file |
diff |
annotate
|
Fri, 31 Jul 2015 15:11:07 -0700 |
Pierre-Yves David |
histedit: backout ebb5bb9bc32e
stable
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:37:35 -0500 |
Matt Mackall |
histedit: mark defaultrev option experimental
|
file |
diff |
annotate
|
Thu, 16 Jul 2015 11:12:15 -0700 |
Laurent Charignon |
histedit: mark temporary commits as obsolete when allowed to
|
file |
diff |
annotate
|
Thu, 16 Jul 2015 11:17:37 -0700 |
Laurent Charignon |
histedit: minor refactoring of createmarkers check
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 15:20:33 -0400 |
Augie Fackler |
histedit: abort rather than edit a public changeset (issue4704)
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 15:12:08 -0400 |
Augie Fackler |
histedit: copyedit docstring wording problem I noticed while here
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 14:16:52 -0400 |
Jordi Gutiérrez Hermoso |
phases: add `hg help phases` hint to failures to edit public commits
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 18:05:38 +0000 |
Jordi Gutiérrez Hermoso |
phases: rewrite "immutable changeset" to "public changeset"
|
file |
diff |
annotate
|
Fri, 29 May 2015 17:00:55 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 28 May 2015 20:30:20 -0700 |
Durham Goode |
histedit: fix keep during --continue
stable
|
file |
diff |
annotate
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
file |
diff |
annotate
|
Sat, 16 May 2015 14:30:07 -0400 |
Augie Fackler |
cleanup: use __builtins__.any instead of util.any
|
file |
diff |
annotate
|
Fri, 01 May 2015 15:45:07 -0700 |
Durham Goode |
histedit: fix --continue when rules are finished
stable
|
file |
diff |
annotate
|
Fri, 01 May 2015 15:28:47 -0700 |
Durham Goode |
histedit: fix serializing of None backupfile
stable
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 15:53:03 -0700 |
Durham Goode |
histedit: fix --edit-plan
stable
|
file |
diff |
annotate
|
Tue, 28 Apr 2015 23:27:18 +0900 |
FUJIWARA Katsunori |
histedit: fix reST syntax problem of example code in help document
stable
|
file |
diff |
annotate
|
Tue, 21 Apr 2015 21:01:17 -0300 |
Wagner Bruna |
histedit: fix typo in abort message
stable
|
file |
diff |
annotate
|
Mon, 20 Apr 2015 18:44:57 -0700 |
Durham Goode |
histedit: fix rollup prompting for a commit message (issue4606)
stable
|
file |
diff |
annotate
|
Fri, 17 Apr 2015 09:46:43 -0700 |
Durham Goode |
histedit: change state format to allow non-hash lines
stable
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 02:16:48 -0700 |
Durham Goode |
histedit: delete all non-actionclass related code
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 02:12:53 -0700 |
Durham Goode |
histedit: improve roll action integration with fold
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 02:12:24 -0700 |
Durham Goode |
histedit: move finishfold into fold class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 02:03:27 -0700 |
Durham Goode |
histedit: convert fold/roll actions into a class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 01:00:51 -0700 |
Durham Goode |
histedit: convert edit action into a class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 00:42:32 -0700 |
Durham Goode |
histedit: convert message action into a class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 00:30:01 -0700 |
Durham Goode |
histedit: convert drop action into a class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 11:39:08 -0700 |
Durham Goode |
histedit: convert pick action into a class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 11:37:08 -0700 |
Durham Goode |
histedit: integrate action class into flow
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 11:34:53 -0700 |
Durham Goode |
histedit: add a new histeditaction class
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 01:00:05 -0700 |
Durham Goode |
histedit: allow histedit --continue when not on a descendant (BC)
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 02:37:43 -0700 |
Durham Goode |
histedit: store backup file before histedit
|
file |
diff |
annotate
|
Mon, 13 Apr 2015 08:23:57 -0700 |
Durham Goode |
histedit: replace pickle with custom serialization
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 11:24:48 -0700 |
Durham Goode |
histedit: fix preventing strips during histedit
|
file |
diff |
annotate
|
Wed, 11 Mar 2015 07:19:55 -0700 |
Durham Goode |
histedit: remove extra histedit constructor call
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 14:32:17 +0800 |
Anton Shestakov |
histedit: use better meta-variable names than VALUE in help text
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 14:10:42 +0800 |
Anton Shestakov |
histedit: tweak --commands help text
|
file |
diff |
annotate
|
Wed, 21 Jan 2015 14:45:24 -0800 |
Mateusz Kwapich |
histedit: add a config allowing changing histedit rule line length limit
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 17:28:05 -0600 |
Matt Mackall |
histedit: fix style of new error message
|
file |
diff |
annotate
|
Thu, 22 Jan 2015 12:36:38 -0800 |
Mateusz Kwapich |
histedit: add --edit-plan option to histedit
|
file |
diff |
annotate
|
Thu, 22 Jan 2015 10:52:50 -0800 |
Mateusz Kwapich |
histedit: generalize makedesc
|
file |
diff |
annotate
|
Mon, 23 Feb 2015 10:57:27 -0800 |
Mateusz Kwapich |
histedit: extract method ruleeditor
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 19:59:26 -0800 |
Durham Goode |
histedit: don't recreate state object
|
file |
diff |
annotate
|
Thu, 05 Feb 2015 13:10:07 -0800 |
Mateusz Kwapich |
histedit: switch state to store node instead of ctx
|
file |
diff |
annotate
|
Fri, 30 Jan 2015 16:47:35 -0800 |
Mateusz Kwapich |
histedit: don't allow to strip nodes which are necessary to continue histedit
|
file |
diff |
annotate
|
Mon, 02 Feb 2015 16:19:35 -0800 |
Durham Goode |
histedit: allow configuring default behavior
|
file |
diff |
annotate
|
Mon, 26 Jan 2015 15:18:07 -0800 |
Mateusz Kwapich |
histedit: store full node hash in rules
|
file |
diff |
annotate
|
Thu, 16 Oct 2014 14:55:45 -0400 |
Augie Fackler |
histedit: miscellaneous style cleanups
|
file |
diff |
annotate
|
Thu, 16 Oct 2014 14:51:15 -0400 |
Augie Fackler |
histedit: update docstring on histeditstate.read()
|
file |
diff |
annotate
|
Thu, 16 Oct 2014 14:49:46 -0400 |
Augie Fackler |
histedit: remove now-superfluous repo argument from processreplacement
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 08:38:36 -0700 |
David Soria Parra |
histedit: move locks into state
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 08:38:16 -0700 |
David Soria Parra |
histedit: read state from histeditstate
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 08:18:26 -0700 |
David Soria Parra |
histedit: pass state to action functions
|
file |
diff |
annotate
|
Thu, 16 Oct 2014 10:06:49 -0700 |
David Soria Parra |
histedit: pass state to processreplacement
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 08:06:15 -0700 |
David Soria Parra |
histedit: pass state to boostrapcontinue
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 17:11:54 -0700 |
David Soria Parra |
histedit: let the state expose a context but serialize correctly to nodes
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 17:30:57 -0700 |
David Soria Parra |
histedit: add clear method to remove state
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 20:35:17 -0700 |
David Soria Parra |
histedit: use state object where necessary
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 17:17:12 -0700 |
David Soria Parra |
histedit: add histedit state class
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 13:25:13 -0700 |
Durham Goode |
obsolete: add allowunstable option
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 13:23:52 -0700 |
Durham Goode |
obsolete: add createmarkers option
|
file |
diff |
annotate
|
Sat, 04 Oct 2014 21:19:44 -0700 |
Martin von Zweigbergk |
histedit: access status fields by name rather than index
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 17:12:47 -0500 |
Matt Mackall |
histedit: use merge.graft
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:33:13 -0500 |
Matt Mackall |
duplicatecopies: move from cmdutil to copies
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:04:11 -0500 |
Matt Mackall |
histedit: fix indent
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 13:31:00 -0700 |
Pierre-Yves David |
histedit: stabilise the order nodes that are stripped
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 14:33:01 -0400 |
Augie Fackler |
histedit: check mutability of contexts correctly
|
file |
diff |
annotate
|
Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 11:46:11 -0500 |
Kevin Bullock |
merge with stable
|
file |
diff |
annotate
|
Wed, 03 Sep 2014 20:42:51 +0200 |
Siddharth Agarwal |
histedit: abort gracefully on --continue/--abort with no state
stable
|
file |
diff |
annotate
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
file |
diff |
annotate
|
Fri, 22 Aug 2014 16:40:34 -0400 |
Mike Edgar |
histedit: use str.startswith to check for comments in action list
|
file |
diff |
annotate
|
Fri, 22 Aug 2014 16:37:55 -0400 |
Mike Edgar |
histedit: drop duplicate line extracting keep option
|
file |
diff |
annotate
|
Thu, 14 Aug 2014 15:21:48 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 16:51:41 -0400 |
Mike Edgar |
histedit: add "roll" command to fold commit data and drop message (issue4256)
|
file |
diff |
annotate
|
Wed, 13 Aug 2014 11:50:13 -0700 |
Martin von Zweigbergk |
histedit: preserve initial author on fold (issue4296)
stable
|
file |
diff |
annotate
|
Thu, 07 Aug 2014 14:58:12 -0500 |
Matt Mackall |
whitespace: nuke triple blank lines in **.py
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Mon, 28 Jul 2014 19:20:13 -0400 |
Augie Fackler |
histedit: respect revsetalias entries (issue4311)
stable
|
file |
diff |
annotate
|