log hgext/rebase.py @ 27932:6bc2299cc12f stable

age author description
Fri, 22 Jan 2016 20:32:47 +0000 timeless rebase: restore help for rebase w/o args (issue5059) stable
Fri, 15 Jan 2016 13:14:48 -0800 Bryan O'Sullivan with: use context manager for transaction in rebase
Thu, 14 Jan 2016 11:50:28 -0800 Laurent Charignon rebase: small refactoring to allow better extensibility from extensions
Tue, 12 Jan 2016 13:43:41 -0800 Laurent Charignon rebase: prevent creating divergence
Wed, 06 Jan 2016 12:55:56 -0800 Laurent Charignon rebase: create a new variable to make the next patch more legible
Wed, 06 Jan 2016 12:55:56 -0800 Laurent Charignon rebase: minor refactoring of _computeobsoletenotrebased
Thu, 24 Dec 2015 20:41:40 +0000 timeless rebase: hook afterresolvedstates
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use delayregistrar to register predicate in extension easily
Tue, 29 Dec 2015 15:32:12 -0800 Laurent Charignon rebase: better error message when rebased changes are all in destination
Fri, 18 Dec 2015 18:32:15 +0000 timeless rebase: mention conflict in documentation instead of merge
Fri, 18 Dec 2015 18:31:45 +0000 timeless rebase: simplify documentation about heads
Fri, 18 Dec 2015 18:22:03 +0000 timeless rebase: simplify documentation about --keep
Fri, 18 Dec 2015 18:24:41 +0000 timeless rebase: simplify documentation about selecting commits to rebase
Fri, 18 Dec 2015 18:06:43 +0000 timeless rebase: simplify documentation about public commits
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn