hgext/histedit.py
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Mon, 14 Jan 2019 22:19:43 -0500 Augie Fackler histedit: fix call to _getgoal() by adding a byteskwargs() wrapper
Thu, 10 Jan 2019 20:11:19 +0530 Taapas Agrawal histedit: add rewrite.update-timestamp support to fold and mess
Sun, 13 Jan 2019 14:46:15 +0900 Yuya Nishihara histedit: remove trailing space from warning message
Sun, 13 Jan 2019 14:44:44 +0900 Yuya Nishihara histedit: fix weird indent of i18n text
Sat, 12 Jan 2019 17:47:46 +0900 Yuya Nishihara help: document rewrite.backup-bundle option
Sat, 12 Jan 2019 17:43:36 +0900 Yuya Nishihara repair: move ui.history-editing-backup to [rewrite] section
Fri, 11 Jan 2019 12:40:16 -0800 Kyle Lippincott histedit: add newline after ui.log "# acttions to histedit" message
Wed, 09 Jan 2019 18:00:20 -0500 Augie Fackler histedit: fix --continue and --abort when curses is enabled
Wed, 09 Jan 2019 15:34:24 -0800 Martin von Zweigbergk histedit: use context manager for locks
Wed, 09 Jan 2019 15:32:26 -0800 Martin von Zweigbergk histedit: drop unused constructor arguments (API)
Sun, 06 Jan 2019 09:34:41 +0530 Navaneeth Suresh histedit: add user input to warning message on editing tagged commits
Fri, 04 Jan 2019 00:00:44 +0530 Navaneeth Suresh histedit: add warning message on editing tagged commits (issue4017)
Thu, 15 Nov 2018 17:36:15 -0500 Matt Harbison histedit: conditionalize the imports of 'fcntl' and 'termios'
Wed, 17 Oct 2018 17:15:42 -0400 Augie Fackler histedit: import chistedit curses UI from hg-experimental
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 03 Oct 2018 10:27:44 -0700 Martin von Zweigbergk cleanup: some Yoda conditions, this patch removes
Wed, 26 Sep 2018 21:51:29 +0200 Boris Feld histedit: don't cleanup nodes already disposed of
Tue, 24 Jul 2018 22:51:11 -0700 Martin von Zweigbergk histedit: avoid repeating name of state file in a few places
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Thu, 19 Jul 2018 22:30:37 +0530 Sushil khanchi histedit: drop --no-backup option
Tue, 10 Jul 2018 17:01:06 +0530 Sushil khanchi histedit: add history-editing-backup config option
Thu, 05 Jul 2018 09:47:11 +0530 Sushil khanchi histedit: improve help text for --no-backup option
Fri, 22 Jun 2018 23:53:43 +0530 Sushil khanchi histedit: add --no-backup option (issue5825)
Sun, 01 Jul 2018 21:40:55 +0900 Yuya Nishihara cleanup: pass in overwrite flag to hg.updaterepo() as named argument
Sat, 30 Jun 2018 07:23:02 +0530 Pulkit Goyal histedit: use self.stateobj to check whether interrupted histedit exists
Sat, 30 Jun 2018 07:21:21 +0530 Pulkit Goyal histedit: add a stateobj variable to histeditstate class
Sat, 30 Jun 2018 07:10:49 +0530 Pulkit Goyal histedit: factor out logic of processing state data in separate fn
Sat, 30 Jun 2018 07:05:36 +0530 Pulkit Goyal histedit: use hg.updaterepo() to avoid ui.{push|pop}buffer() hack
Sun, 17 Jun 2018 22:05:54 -0700 Martin von Zweigbergk histedit: use progress helper
Fri, 13 Apr 2018 22:46:37 -0700 Martin von Zweigbergk scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
Fri, 06 Apr 2018 09:43:17 -0700 Martin von Zweigbergk histedit: look up partial nodeid as partial nodeid
Fri, 06 Apr 2018 09:41:25 -0700 Martin von Zweigbergk histedit: drop unnecessary check for "self.node is not None"
Sun, 01 Apr 2018 23:29:51 -0700 Martin von Zweigbergk histedit: avoid repo.lookup() for converting revnum to nodeid
Tue, 03 Apr 2018 12:16:19 +0530 Sangeet Kumar Mishra histedit: make errror message translatable
Sun, 01 Apr 2018 15:41:16 -0700 Martin von Zweigbergk parseurl: consistently call second output "branches"
Mon, 05 Mar 2018 00:30:00 -0500 Gregory Szorc merge: deprecate accessing update results by index
Mon, 05 Mar 2018 00:28:40 -0500 Gregory Szorc histedit: always define update results
Fri, 23 Feb 2018 11:48:58 +0530 Sangeet Kumar Mishra histedit: make histedit's commands accept revsets (issue5746)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 04 Mar 2018 10:34:09 -0500 Gregory Szorc repair: rename _backup to backupbundle
Fri, 19 Jan 2018 17:09:24 +0100 Boris Feld histedit: use the new stack definition for histedit
Sun, 25 Feb 2018 11:20:35 +0900 Yuya Nishihara histedit: use repo.revs() instead of repo.set() where revisions are needed
Sat, 24 Feb 2018 11:04:21 -0800 Gregory Szorc histedit: resolve revs before evaluating %ld revset
Sat, 24 Feb 2018 10:53:47 -0800 Gregory Szorc histedit: use ctx.rev() instead of %d % ctx
Sat, 24 Feb 2018 10:56:15 -0800 Gregory Szorc histedit: rename variables so they have "ctx" in them
Wed, 14 Feb 2018 21:34:12 -0500 Augie Fackler node: make bin() be a wrapper instead of just an alias
Tue, 13 Feb 2018 18:46:47 -0500 Augie Fackler histedit: binascii.unhexlify (aka node.bin) throws new exception type on py3
Tue, 13 Feb 2018 18:25:05 -0500 Augie Fackler histedit: fix silly bug that was unpacking a bytestr before writing it
Tue, 13 Feb 2018 17:25:43 -0500 Augie Fackler histedit: modernize write of histedit-last-edit file
Tue, 13 Feb 2018 17:25:25 -0500 Augie Fackler histedit: convert bool to bytestring manually
Fri, 22 Dec 2017 15:25:34 -0600 Phil Cohen histedit: add ui.log for action count
Thu, 14 Dec 2017 16:01:28 -0500 Augie Fackler merge with stable
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Tue, 12 Dec 2017 18:22:11 +0100 Boris Feld histedit: preserve active branch while histediting stable
Sat, 28 Oct 2017 19:03:23 +0530 Pulkit Goyal histedit: add support to output nodechanges using formatter
Mon, 23 Oct 2017 00:03:54 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/histedit.py
Sat, 21 Oct 2017 13:13:20 +0900 Yuya Nishihara registrar: host "dynamicdefault" constant by configitem object stable
Mon, 16 Oct 2017 12:15:00 -0700 Saurabh Singh histedit: remove the nonexistant config 'histeditng'
less more (0) -300 -100 -60 tip