Mercurial > emacs
view etc/images/gud/until.xpm @ 82053:3cc1f1f9df04
(vc-git-checkin): Delete unused parameter and the code
handling it. Use vc-git-command.
(vc-git-find-version, vc-git-diff-tree): New functions.
(vc-git-revert): Use vc-git-command.
(vc-git--run-command): Delete.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 23 Jul 2007 16:01:25 +0000 |
parents | 6ea05e92aaad |
children |
line wrap: on
line source
/* XPM */ static char * until_xpm[] = { "24 24 6 1", " c None", ". c #cc0033", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #cc9999", " ", " ", " ", " ", " ", " . ", " . ", " . Xo oX ", " . XoO OoX ", " . oo oo ", " . oo oo ", " . .+ oo oo ", " . +..+ oX Xo ", " ...... oo oo ", " +..+ oX Xo ", " .+ oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};