# HG changeset patch # User FUJIWARA Katsunori # Date 1358172885 -32400 # Node ID e819c12a8bd0f11cd11e93e72310429c8f950e31 # Parent c51d2bc7a5d7d6e97c7a8140308acc439219dbc2 histedit: correct changeset IDs in online help There is no '633536316234' revision in the example repository. It should be 'c561b4e977df', according to the revisions in it and explanation in help document. diff -r c51d2bc7a5d7 -r e819c12a8bd0 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 @@ -28,7 +28,7 @@ pick 030b686bedc4 Add gamma pick 7c2fd3b9020c Add delta - # Edit history between 633536316234 and 7c2fd3b9020c + # Edit history between c561b4e977df and 7c2fd3b9020c # # Commands: # p, pick = use commit @@ -47,7 +47,7 @@ pick c561b4e977df Add beta fold 7c2fd3b9020c Add delta - # Edit history between 633536316234 and 7c2fd3b9020c + # Edit history between c561b4e977df and 7c2fd3b9020c # # Commands: # p, pick = use commit