[PATCH 2 of 3 STABLE] histedit: correct changeset IDs in online help

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Mon Jan 14 08:19:10 CST 2013


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1358172885 -32400
# Branch stable
# Node ID 9f51e27795d615835924eb639ac1accaeb92444f
# Parent  6c866a261c948b84cf0940b3b0caa3af9538c2b5
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 --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -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


More information about the Mercurial-devel mailing list