Mercurial > emacs
annotate lisp/sb-pg.xpm @ 54531:2ae29225b85c
(vc-arch-diff): Handle the special case where `newvers' is equivalent to nil.
(vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
(vc-arch-mode-line-string): Accept `added' state.
(vc-arch-state): Use inode-sigs if available.
(vc-arch-add-tagline): Rename from vc-arch-add-tag.
Copy&delete existing id file if any. Fallback if uuidgen is absent.
(vc-arch-tagline-re): New var.
(vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method): New funs.
(vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
(vc-arch-registered): Try our best guess using vc-arch-file-source-p.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 23 Mar 2004 21:34:06 +0000 |
parents | 6fb6afe9f97a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
29135
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
2 static char * sb_file_xpm[] = { |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
3 "20 15 4 1", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
5 ". c #828282", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFFFFF", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
8 " ............ ", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " .++++++++++++.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 " .++@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
11 " .+@+@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
12 " .+@@+@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
13 " .+@@@+@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
14 " .+@@@@+@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
15 ".+++++++@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
16 ".+@@@@@@@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
17 ".+@@@@@@@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
18 ".+@@@@@@@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
19 ".+@@@@@@@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
20 ".+@@@@@@@@@@@@@@@@+.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
21 ".++++++++++++++++++.", |
6fb6afe9f97a
Renamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
22 " .................. "}; |