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
|