changeset 116:7666e300f284

Added preliminary plan for a list of workflows.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 24 Apr 2009 10:33:29 +0200
parents 8a603a9cbc04
children f3bf81b67f7b
files text/workflows.txt
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/workflows.txt	Fri Apr 24 10:30:27 2009 +0200
+++ b/text/workflows.txt	Fri Apr 24 10:33:29 2009 +0200
@@ -1,5 +1,7 @@
 = Learning Mercurial in Workflows =
 
+== Intro ==
+
 With Mercurial you can use a multitude of different workflows. This page shows some of them, including their use cases. 
 
 It is intended to make it easier for you to create your own workflow. 
@@ -22,5 +24,28 @@
 
 * Smoothing workflows with extensions -> i.e. shelve before merging. 
 
+
+Workflows: 
+
+* One-off patch submission
+* Lone Developer
+* ... 
+
 -->
 
+== Workflows ==
+
+=== One-off patch submission ===
+
+==== Use Case ==== 
+
+==== Requirements ====
+
+==== Flow ====
+
+- local work
+- sharing changes
+
+== Lone Developer ==
+
+... 
\ No newline at end of file