<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,8 @@ def doCommit(cs):
         commit(cs)
     finally:
         if branch:
-            git_exec(['rebase', '--onto', CC_TAG, CI_TAG, branch])
+            git_exec(['rebase', CI_TAG, CC_TAG])
+            git_exec(['rebase', CC_TAG, branch])
         else:
             git_exec(['branch', '-f', CC_TAG])
         tag(CI_TAG, CC_TAG)</diff>
      <filename>rebase.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39dee86e9c912a24cd899202a29495147f99565c</id>
    </parent>
  </parents>
  <author>
    <name>Charles O'Farrell</name>
    <email>charleso@charleso.org</email>
  </author>
  <url>http://github.com/charleso/git-cc/commit/1c45190246fd7b951573fb1db963a00c3d4476ff</url>
  <id>1c45190246fd7b951573fb1db963a00c3d4476ff</id>
  <committed-date>2009-06-24T05:54:20-07:00</committed-date>
  <authored-date>2009-06-17T01:57:17-07:00</authored-date>
  <message>Reverse the polarity of the rebase</message>
  <tree>35f74bf5cdda72154ab65ce292aac109043375b1</tree>
  <committer>
    <name>Charles O'Farrell</name>
    <email>charleso@charleso.org</email>
  </committer>
</commit>
