Go to file
Dave Borowitz f67d960320 Rebase: Check commit ancestry using git
The thing we don't support in this handler is rebasing a change onto a
descendant (which would require more work to reorder the commits).
This descendant check is easily done from the git repository, rather
than using a custom implementation based on PatchSetAncestors (which
may be inaccurate anyway).

Add Repository and RevWalk arguments to the relevant method in
RebaseChange, so we can reuse the same instances we used for the
isMergedInto call.

Change-Id: I4741174dc37d00e803aafb2aceef0ffe233b5132
2015-05-20 18:28:41 -07:00
2014-12-18 11:16:03 +09:00
2015-05-19 17:50:57 +09:00
2015-05-08 14:43:55 +09:00
2015-05-08 14:43:55 +09:00
2015-04-30 15:45:28 -07:00
2015-05-08 13:16:39 +02:00
2015-03-19 18:35:04 +09:00
2015-05-19 17:50:57 +09:00
2015-05-08 13:16:39 +02:00
2015-05-19 17:50:57 +09:00
2015-03-04 10:59:02 +09:00
2015-03-07 23:03:15 +01:00
2015-03-03 07:12:16 +00:00
2013-11-09 07:45:00 +01:00
2015-04-08 07:50:41 +00:00
2015-03-04 10:59:02 +09:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-05-08 14:43:55 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB