patch export enhancements for merge commits
commit98c52056e5a0d74f72a855b95e4f16c3af8802c1
authorDavid Aguilar <davvid@gmail.com>
Sun, 30 Dec 2007 22:19:43 +0000 (30 14:19 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 30 Dec 2007 22:35:38 +0000 (30 14:35 -0800)
treee059a8ec994a651306ab77c96e7092954b35fd35
parent66c92acb3d5a0f60b3e6edd006161191dbd53f60
patch export enhancements for merge commits

Selecting a merge commit in the patch export gui will now export all of the merge's individual commits.  Selecting any of the individual commits exports just that patch.
We get this by always passing format-patch a rev .. range expression.

Signed-off by: David Aguilar <davvid@gmail.com>
.gitignore
ugitlibs/controllers.py
ugitlibs/git.py