summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grimm <agrimm@eucalyptus.com>2011-11-22 15:36:20 -0500
committerAndy Grimm <agrimm@eucalyptus.com>2011-11-22 15:36:20 -0500
commit61bee05055314ea1de0788228da7c7c96cd2ef66 (patch)
tree491b3927d04ec7e822466f5bf5492055bbd137f0
parent92f2aa6376edd1518e89c2180b011715b5053e98 (diff)
downloadbzr-fastimport-61bee05055314ea1de0788228da7c7c96cd2ef66.tar.gz
doc fix for --baseline
-rw-r--r--cmds.py14
1 files 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: