[PATCH STABLE V2] histedit: remove updating statistics line from the examples describing rules

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Sun Jul 29 02:20:36 CDT 2012


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1343546372 -32400
# Branch stable
# Node ID dcbab4ee2ec23417e1d34a142e35e3b7c134f2a5
# Parent  a09cc6aeed4a6d54a3846b6653165fd3b328d1ef
histedit: remove updating statistics line from the examples describing rules

Before this patch, updating statistics line appears at the bottom of
the examples describing rules to edit history.

But such line never appear in the file describing rules while
histedit-ing, so this patch removes that line from the examples.

diff -r a09cc6aeed4a -r dcbab4ee2ec2 hgext/histedit.py
--- a/hgext/histedit.py	Fri Jul 20 19:08:26 2012 -0400
+++ b/hgext/histedit.py	Sun Jul 29 16:19:32 2012 +0900
@@ -37,7 +37,6 @@
  #  d, drop = remove commit from history
  #  m, mess = edit message without changing commit content
  #
- 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
 In this file, lines beginning with ``#`` are ignored. You must specify a rule
 for each revision in your history. For example, if you had meant to add gamma
@@ -57,7 +56,6 @@
  #  d, drop = remove commit from history
  #  m, mess = edit message without changing commit content
  #
- 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
 At which point you close the editor and ``histedit`` starts working. When you
 specify a ``fold`` operation, ``histedit`` will open an editor when it folds


More information about the Mercurial-devel mailing list