# HG changeset patch # User FUJIWARA Katsunori # Date 1358172885 -32400 # Node ID 7648b87e76dbf89c9cdfb7993c52479480ff43c7 # Parent e819c12a8bd0f11cd11e93e72310429c8f950e31 histedit: correct the number of added revisions in online help In the context of help document on which this patch focuses, the example repository, which is source of cloning, should be already histedit-ed, and contain only 3 revisions (rev # 0 to 2). So, not 3, but 4 revisions should be added to the destination repository of cloning, if it contains 7 revisions (rev # 0 to 6). This patch also adds modifier "histedit-ed" to "example repository", to make context clear. diff -r e819c12a8bd0 -r 7648b87e76db hgext/histedit.py --- a/hgext/histedit.py Mon Jan 14 23:14:45 2013 +0900 +++ b/hgext/histedit.py Mon Jan 14 23:14:45 2013 +0900 @@ -108,8 +108,8 @@ have made and return to the state before you attempted to edit your history. -If we clone the example repository above and add three more changes, such that -we have the following history:: +If we clone the histedit-ed example repository above and add four more +changes, such that we have the following history:: @ 6[tip] 038383181893 2009-04-27 18:04 -0500 stefan | Add theta