Thu, 28 Feb 2019 07:45:51 -0800 |
Martin von Zweigbergk |
absorb: run cleanupnodes() within transaction also when not using obsmarkers
|
Wed, 27 Feb 2019 16:34:58 -0800 |
Martin von Zweigbergk |
absorb: let scmutil.cleanupnodes() take care of setting phase
|
Wed, 27 Feb 2019 16:33:15 -0800 |
Martin von Zweigbergk |
absorb: use scmutil.cleanupnodes() also when obsmarkers are disabled
|
Wed, 27 Feb 2019 16:15:10 -0800 |
Martin von Zweigbergk |
absorb: use scmutil.cleanupnodes() so operation gets set
|
Sat, 23 Feb 2019 09:15:36 -0800 |
Martin von Zweigbergk |
absorb: migrate to new method for getting copy info
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Wed, 16 Jan 2019 11:33:43 -0500 |
Augie Fackler |
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
|
Thu, 13 Dec 2018 20:39:25 -0800 |
Danny Hooper |
absorb: don't prompt to apply changes when there are none to apply
|
Fri, 12 Oct 2018 18:49:11 +0200 |
Rodrigo Damazio |
help: adding a proper declaration for shortlist/basic commands (API)
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
Fri, 12 Oct 2018 20:03:29 +0000 |
Mark Thomas |
absorb: update help text
|
Fri, 12 Oct 2018 17:48:40 +0000 |
Mark Thomas |
absorb: prompt user to accept absorb changes by default
|
Fri, 12 Oct 2018 15:46:51 +0000 |
Mark Thomas |
absorb: print summary of changesets affected
|
Fri, 12 Oct 2018 13:35:58 +0000 |
Mark Thomas |
absorb: use a formatter to generate output
|
Thu, 11 Oct 2018 22:39:11 -0400 |
Matt Harbison |
absorb: print '{rev}:' as a prefix to the hash
|
Sun, 23 Sep 2018 22:57:17 +0300 |
Pulkit Goyal |
py3: fix kwargs handling in hgext/absorb.py
|
Tue, 04 Sep 2018 20:48:22 -0400 |
Matt Harbison |
absorb: clarify the reason for not finding changesets to modify
|
Thu, 09 Aug 2018 12:06:31 -0400 |
Augie Fackler |
absorb: port partway to Python 3
|
Thu, 09 Aug 2018 13:13:00 +0200 |
David Demelier |
absorb: following UI conventions
|
Mon, 06 Aug 2018 09:00:26 -0700 |
Gregory Szorc |
absorb: remove sf alias for command
|
Tue, 31 Jul 2018 11:29:25 -0400 |
Augie Fackler |
absorb: drop wrapper around the amend command
|
Wed, 01 Aug 2018 18:30:10 -0400 |
Augie Fackler |
absorb: note some TODOs from the code review
|
Wed, 01 Aug 2018 18:29:57 -0400 |
Augie Fackler |
absorb: use ui.debug() instead of open-coding it
|
Wed, 01 Aug 2018 18:24:43 -0400 |
Augie Fackler |
absorb: use pycompat to get xrange
|
Wed, 01 Aug 2018 18:23:42 -0400 |
Augie Fackler |
absorb: use set literal to avoid intermediate list
|
Wed, 01 Aug 2018 18:23:28 -0400 |
Augie Fackler |
absorb: avoid mutable default arg
|
Mon, 30 Jul 2018 14:05:56 -0400 |
Augie Fackler |
absorb: import extension from Facebook's hg-experimental
|