summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-03-13 14:22:59 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-03-13 14:22:59 +0000
commit4df003370511fcabc0c05d7920f03be08094aeb7 (patch)
tree3fdff33db9837461df082cfbca222125b7bf1d2c /quilt.changes
parent4e99416de0eecaada3f8f5492f3976ad81120700 (diff)
downloadquilt-4df003370511fcabc0c05d7920f03be08094aeb7.tar.gz
- Add `quilt graph' command for generating a dependency graph
between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index de6e2bc..abf8ca4 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Sat Mar 13 15:16:49 CET 2004 - agruen@suse.de
+
+- Add `quilt graph' command for generating a dependency graph
+ between patches. This requires the graphviz package for
+ removing transitive edges (optional) and for rendering the
+ graph. Please note that the graph command itself is minimal,
+ while the underlying scripts/dependency-graph is more flexible.
+
+-------------------------------------------------------------------
Wed Mar 10 10:46:56 CET 2004 - agruen@suse.de
- Quilt push/pop: exit with a non-zero status when beyond series.