log hgext/histedit.py @ 27086:5f5c7d9f4a08

age author description
Mon, 23 Nov 2015 10:13:05 -0500 Augie Fackler histedit: constant-ify the constraints list
Tue, 17 Nov 2015 15:04:31 -0800 Mateusz Kwapich histedit: add an experimental base action
Tue, 17 Nov 2015 17:53:52 -0800 Mateusz Kwapich histedit: add abortdirty function
Thu, 12 Nov 2015 16:40:33 -0800 Mateusz Kwapich histedit: add forceother constraint
Tue, 17 Nov 2015 16:37:26 -0800 Mateusz Kwapich histedit: make verification configurable
Fri, 20 Nov 2015 13:23:47 -0800 Laurent Charignon histedit: make use of bookmarks.recordchange instead of bookmarks.write
Thu, 12 Nov 2015 12:44:15 +0100 liscju histedit: extracts _isdirtywc function
Tue, 20 Oct 2015 03:07:23 +0200 Pierre-Yves David histedit: properly apply bundle2 backups
Sat, 17 Oct 2015 12:32:23 -0700 Durham Goode histedit: make histedit prune when obsolete is enabled
Tue, 13 Oct 2015 17:14:21 -0400 Augie Fackler histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Mon, 05 Oct 2015 16:44:45 -0700 Christian Delahousse histedit: delete histedit statefile on any exception during abort
Tue, 06 Oct 2015 15:09:28 -0700 Christian Delahousse histedit: check presence of statefile before deleting it
Mon, 05 Oct 2015 16:34:17 -0700 Christian Delahousse histedit: add inprogress method to state class
Thu, 24 Sep 2015 00:38:34 -0700 Pierre-Yves David histedit: remove a mutable default argument