diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:49 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:49 +0200 |
commit | 798a65fe486e33a62a947a8669d397a9139d9448 (patch) | |
tree | 9c8b2c254a9486958a967cd03a102349fd14c874 | |
parent | a1e8597ae3bbf57a2fdbcca75ba3b58eb1879a2f (diff) | |
download | bugzilla-798a65fe486e33a62a947a8669d397a9139d9448.tar.gz bugzilla-798a65fe486e33a62a947a8669d397a9139d9448.tar.xz |
Documentation patch for the dependency tree (bug 236424); patch by victory <bmo@rsz.jp>, r=vladd.
-rw-r--r-- | docs/en/xml/using.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index dc56e4f06..1986cc408 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -791,8 +791,24 @@ maximum size of a regular attachment. </para> </section> + + <section id="dependencytree"> + <title>Dependency Tree</title> + + <para> + On the <quote>Dependency tree</quote> page linked from each bug + page, you can see the dependency relationship from the bug as a + tree structure. + </para> + + <para> + You can change how much depth to show, and you can hide resolved bugs + from this page. You can also collaps/expand dependencies from + each bugs on the tree view. + </para> + </section> </section> - + <section id="userpreferences"> <title>User Preferences</title> |