File: missing-objects-fig-get-bug-save.dot

package info (click to toggle)
bup 0.33.9-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,712 kB
  • sloc: python: 15,897; sh: 5,764; ansic: 2,965; pascal: 669; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

digraph "bup get bug save" {
  bgcolor="transparent";
  node [shape=box];

  root -> dir1;
    dir1 -> dir2;
      dir2 -> file2;
      dir2 -> file1;

  root [label="c-1 (commit)"];
  dir1 [label="/ (tree)"];
  dir2 [label="etc/ (tree)"];
  file2 [label="fstab (blob)"];
  file1 [label="hosts (blob)"];
}