# HG changeset patch # User Arne Babenhauserheide # Date 1240562009 -7200 # Node ID 7666e300f28450595ed0ee7fbfcb8209c7cfc7c1 # Parent 8a603a9cbc048f3dcde4d1bd773fd74d394a2f40 Added preliminary plan for a list of workflows. diff -r 8a603a9cbc04 -r 7666e300f284 text/workflows.txt --- 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