From 61bee05055314ea1de0788228da7c7c96cd2ef66 Mon Sep 17 00:00:00 2001 From: Andy Grimm Date: Tue, 22 Nov 2011 15:36:20 -0500 Subject: doc fix for --baseline --- cmds.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmds.py b/cmds.py index dff6d3c..157c9b2 100644 --- a/cmds.py +++ b/cmds.py @@ -608,13 +608,13 @@ class cmd_fast_export(Command): :History truncation: - When code has been significantly refactored over time (e.g., to separate - proprietary code from open source code), it is sometimes convenient to - simply truncate the revision history at a certain point. The --baseline - option, to be used in conjunction with -r, emits a baseline commit - containing the state of the entire source tree immediately prior to the - first requested revision. This allows a user to produce a tree identical - to the original without munging multiple exports. + When code has been significantly refactored over time (e.g., to separate + proprietary code from open source code), it is sometimes convenient to + simply truncate the revision history at a certain point. The --baseline + option, to be used in conjunction with -r, emits a baseline commit + containing the state of the entire source tree at the first requested + revision. This allows a user to produce a tree identical to the original + without munging multiple exports. :Examples: -- cgit v1.2.1