hgext/histedit.py
Thu, 24 Mar 2022 16:55:09 -0700 Martin von Zweigbergk histedit: remove an unnecessary default value of `b''` for commit message
Thu, 24 Mar 2022 16:51:20 -0700 Martin von Zweigbergk histedit: use new function for getting first line of a string
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
Fri, 21 Jan 2022 13:48:18 -0800 Martin von Zweigbergk histedit: attempt to make merge labels more helpful
Mon, 18 Oct 2021 12:30:53 -0700 Martin von Zweigbergk chistedit: explain which order the commits are presented in
Tue, 12 Oct 2021 13:54:06 -0700 Martin von Zweigbergk chistedit: add option to show order of commits in opposite order
Tue, 12 Oct 2021 14:12:41 -0700 Martin von Zweigbergk chistedit: rename a confusingly named variable
Tue, 12 Oct 2021 14:28:51 -0700 Martin von Zweigbergk chistedit: remove some local variable and access state on self instead
Tue, 12 Oct 2021 09:41:11 -0700 Martin von Zweigbergk chistedit: move changeview() onto state class
Tue, 12 Oct 2021 09:38:04 -0700 Martin von Zweigbergk chistedit: move cycleaction() onto state class
Tue, 12 Oct 2021 09:22:29 -0700 Martin von Zweigbergk chistedit: move changeaction() onto state class
Tue, 12 Oct 2021 09:20:46 -0700 Martin von Zweigbergk chistedit: move swap() onto state class
Tue, 12 Oct 2021 09:17:59 -0700 Martin von Zweigbergk chistedit: move makeselection() onto state class
Tue, 12 Oct 2021 09:16:14 -0700 Martin von Zweigbergk chistedit: move changemode() onto state class
Tue, 12 Oct 2021 09:00:51 -0700 Martin von Zweigbergk chistedit: move movecursor() onto state class
Tue, 12 Oct 2021 08:56:56 -0700 Martin von Zweigbergk chistedit: move patchcontents() onto state class
Tue, 12 Oct 2021 08:55:19 -0700 Martin von Zweigbergk chistedit: move event() onto state class
Mon, 11 Oct 2021 23:07:54 -0700 Martin von Zweigbergk chistedit: move renderpatch() and dependencies onto state class
Mon, 11 Oct 2021 23:04:29 -0700 Martin von Zweigbergk chistedit: move renderrules() onto state class
Mon, 11 Oct 2021 23:02:49 -0700 Martin von Zweigbergk chistedit: move layout() and dependencies onto state class
Mon, 11 Oct 2021 22:51:58 -0700 Martin von Zweigbergk chistedit: move rendercommit() onto state class
Mon, 11 Oct 2021 22:47:37 -0700 Martin von Zweigbergk chistedit: move view state from a dict to a custom class
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Tue, 28 Sep 2021 09:32:24 -0700 Martin von Zweigbergk histedit: use more specific exceptions for more detailed exit codes
Tue, 28 Sep 2021 09:25:05 -0700 Martin von Zweigbergk histedit: remove redundant checks for unfinished histedit state
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Fri, 18 Jun 2021 13:55:45 -0700 Martin von Zweigbergk histedit: don't swallow errors that happen when updating the working copy
Fri, 18 Jun 2021 13:44:05 -0700 Martin von Zweigbergk histedit: don't record labels for output that we will discard
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Wed, 14 Apr 2021 12:01:27 +0200 Pierre-Yves David histedit: use `get_unique_push_path`
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 22 Jan 2021 15:43:06 -0500 Augie Fackler histedit: rip out mysterious catch-all ignore curses.error handler
Fri, 22 Jan 2021 15:32:00 -0500 Augie Fackler histedit: notice when the main window underflows height and abort
Fri, 22 Jan 2021 15:29:12 -0500 Augie Fackler histedit: don't assign to _ for unused values
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Thu, 10 Dec 2020 13:15:15 -0500 Augie Fackler histedit: adjust comment describing `edit` action for clarity
Thu, 10 Dec 2020 11:42:49 -0500 Augie Fackler histedit: tweak `edit` message to try and guide users to our workflow
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 16 Nov 2020 10:56:54 -0800 Martin von Zweigbergk histedit: don't crash if commit message is empty
Mon, 16 Nov 2020 10:30:53 -0800 Martin von Zweigbergk histedit: disable color while rendering template for use in plan
Mon, 16 Nov 2020 10:30:06 -0800 Martin von Zweigbergk tests: show how `hg histedit` can put color codes in histedit plan
Thu, 22 Oct 2020 23:35:04 -0700 Martin von Zweigbergk histedit: drop fallback to empty string from rendertemplate()
Mon, 21 Sep 2020 11:53:44 -0700 Martin von Zweigbergk merge: replace calls to hg.updaterepo() by merge.update()
Fri, 11 Sep 2020 09:35:49 -0700 Martin von Zweigbergk histedit: cache description line
Mon, 10 Aug 2020 21:46:47 -0700 Martin von Zweigbergk revert: remove dangerous `parents` argument from `cmdutil.revert()`
Mon, 29 Jun 2020 20:53:32 +0900 Yuya Nishihara merge with stable
Sun, 28 Jun 2020 18:02:45 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358) stable
Sun, 28 Jun 2020 17:49:14 +0200 Manuel Jacob curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)
Fri, 26 Jun 2020 09:37:34 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358)
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Thu, 02 Apr 2020 21:58:10 +0530 Pulkit Goyal merge with stable
Wed, 01 Apr 2020 14:14:55 -0700 Kyle Lippincott histedit: add missing b prefix to a string stable 5.3.2
Tue, 24 Mar 2020 23:31:36 -0700 Martin von Zweigbergk py3: use integer division in histedit
Tue, 17 Mar 2020 12:59:31 -0700 Kyle Lippincott chistedit: support histedit.summary-template in curses histedit plan
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 05 Mar 2020 10:46:31 -0800 Martin von Zweigbergk merge with stable
Thu, 05 Mar 2020 10:52:51 -0500 Augie Fackler merge with stable
Thu, 05 Mar 2020 08:30:11 -0800 Martin von Zweigbergk histedit: fix formatting after D8150 stable
Tue, 25 Feb 2020 13:23:37 -0800 Steve Fink histedit: py3 fixes for curses mode stable
Wed, 15 Jan 2020 15:30:25 -0800 Martin von Zweigbergk merge: introduce a clean_update() for that use-case
Tue, 28 Jan 2020 14:53:23 -0800 Martin von Zweigbergk graft: default `base` argument to common case of `ctx.p1()`
Fri, 27 Dec 2019 18:21:41 -0500 Matt Harbison histedit: avoid using a list comprehension to fill a list with fixed values
Tue, 17 Dec 2019 10:53:51 -0800 Martin von Zweigbergk histedit: use rewriteutil.precheck() instead of reimplementing it
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 30 Nov 2019 03:01:44 -0500 Matt Harbison histedit: fix an `isinstance(nodelist, str)` check for py3 stable
Wed, 30 Oct 2019 19:19:57 -0400 Jordi Gutiérrez Hermoso histedit: render a rolled up description using the proper roll colours
Wed, 30 Oct 2019 19:34:57 -0400 Jordi Gutiérrez Hermoso histedit: define new colour pairs for roll action
Wed, 30 Oct 2019 19:27:09 -0400 Jordi Gutiérrez Hermoso histeditrule: split __bytes__ property into prefix and desc
Sat, 09 Nov 2019 13:23:54 +0100 Pierre-Yves David index: use `index.get_rev` in `histedit.processreplacement`
Sat, 09 Nov 2019 13:23:54 +0100 Pierre-Yves David index: use `index.get_rev` in `histedit.adjustreplacementsfrommarkers`
Fri, 08 Nov 2019 15:09:09 +0100 Pierre-Yves David index: use `index.has_node` in `histedit.cleanupnode`
Fri, 08 Nov 2019 15:08:27 +0100 Pierre-Yves David index: use `index.has_node` in `histedit._finishhistedit
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 01 Nov 2019 21:46:34 -0700 Martin von Zweigbergk histedit: restore hex nodeids to be 12 digits long stable
Thu, 31 Oct 2019 15:03:12 -0700 Martin von Zweigbergk py3: use native strings as keys into **opts in chistedit stable
Thu, 31 Oct 2019 15:00:49 -0700 Martin von Zweigbergk py3: open chistedit file in binary mode using vfs stable
Thu, 31 Oct 2019 15:02:48 -0700 Martin von Zweigbergk py3: avoid another b''.format() in chistedit stable
Thu, 31 Oct 2019 15:02:03 -0700 Martin von Zweigbergk py3: render message about conflicts in chistedit code stable
Thu, 31 Oct 2019 14:46:17 -0700 Martin von Zweigbergk py3: handle keypresses in chistedit stable
Thu, 31 Oct 2019 14:25:51 -0700 Martin von Zweigbergk py3: make chistedit render stable
Tue, 15 Oct 2019 12:14:44 +0200 Denis Laxalde py3: prevent comparison with None in curses histedit (issue6196)
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 25 Sep 2019 14:35:08 -0700 Martin von Zweigbergk update: clarify calculateupdate() call sites by specifying argument names
Wed, 25 Sep 2019 13:50:48 -0400 Augie Fackler histedit: sniff-test for untracked file conflicts before prompting for rules
Thu, 25 Jul 2019 21:28:29 +0900 Yuya Nishihara curses: do not setlocale() at import time (issue5261) stable
Fri, 28 Jun 2019 00:35:52 +0530 Taapas Agrawal abort: added support for histedit
Thu, 20 Jun 2019 11:40:08 +0530 Taapas Agrawal statecheck: added support for cmdutil.afterresolvedstates
Sun, 09 Jun 2019 00:43:36 +0530 Taapas Agrawal state: created new class statecheck to handle unfinishedstates
Sat, 08 Jun 2019 23:43:53 +0530 Taapas Agrawal states: moved cmdutil.unfinishedstates to state.py
Thu, 25 Apr 2019 15:30:40 -0700 feyu histedit: Speed up scrolling in patch view mode
Thu, 02 May 2019 16:43:34 -0700 Yu Feng histedit: Show file names in multiple line format
Tue, 16 Apr 2019 13:12:21 -0400 Jordi Gutiérrez Hermoso chistedit: use context manager to set verbose ui
Wed, 03 Apr 2019 23:55:03 -0400 Jordi Gutiérrez Hermoso chistedit: add basic colours to diff view
Fri, 05 Apr 2019 14:54:45 -0400 Jordi Gutiérrez Hermoso chistedit: use default curses colours
Thu, 04 Apr 2019 10:41:55 -0400 Jordi Gutiérrez Hermoso chistedit: properly show verbose diffs
Mon, 01 Apr 2019 19:02:24 -0700 Rodrigo Damazio Bovendorp histedit: narrow the scope of discarded ui output
Tue, 26 Mar 2019 11:53:30 -0400 Jordi Gutiérrez Hermoso chistedit: change in-progress message
Tue, 19 Mar 2019 22:58:39 -0700 Martin von Zweigbergk memctx: rename constructor argument "copied" to "copysource" (API)
Sat, 02 Mar 2019 13:15:53 -0800 Gregory Szorc global: use raw string for setlocale() argument
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 15 Feb 2019 14:56:07 -0500 Jordi Gutiérrez Hermoso chistedit: ensure a locale is set
Wed, 13 Feb 2019 16:58:24 -0500 Jordi Gutiérrez Hermoso chistedit: use magenta for current line as in crecord (issue6071)
Thu, 14 Feb 2019 20:57:26 +0530 Akshit Jain chistedit: improve proper username in histedit curses interface
Wed, 13 Feb 2019 16:02:44 -0500 Jordi Gutiérrez Hermoso histedit: remove "chistedit" mention from interface
Tue, 29 Jan 2019 18:46:11 -0500 Augie Fackler histedit: add templating support to histedit's rule file generation
Fri, 25 Jan 2019 23:22:23 -0800 Martin von Zweigbergk cleanup: use p1() instead of parents() when we only need the first parent
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'
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
Fri, 27 May 2016 14:03:00 -0700 Sean Farley histedit: use _getsummary in ruleeditor
Fri, 27 May 2016 14:02:36 -0700 Sean Farley histedit: use _getsummary in torule
Fri, 27 May 2016 14:00:12 -0700 Sean Farley histedit: extract common summary code into method
Thu, 26 May 2016 15:43:00 -0700 Sean Farley histedit: remove unneeded initial parameter
Thu, 26 May 2016 16:46:10 -0700 Sean Farley histedit: move autoverb logic from torule to ruleeditor
less more (0) -240 tip