2 # TopGit - A different patch queue manager
3 # (c) Petr Baudis <pasky@suse.cz> 2008
7 ## Set up all the tg machinery
19 # Don't do anything on non-topgit branch
20 git rev-parse
--verify "$(git symbolic-ref HEAD | sed 's/heads/top-bases/')" >/dev
/null
2>&1 ||
23 [ -s "$root_dir/.topdeps" ] ||
24 die
".topdeps is missing"
25 [ -s "$root_dir/.topmsg" ] ||
26 die
".topmsg is missing"
28 # TODO: Verify .topdeps for valid branch names and against cycles