# HG changeset patch # User Pierre-Yves David # Date 1569433382 -7200 # Node ID 7188ed14248122740bc4cdc50aa139bd21225079 # Parent 79c9bc7663c222e14d762dbd9f358440fd8c2201 stable-doc: small typo diff -r 79c9bc7663c2 -r 7188ed142481 hgext3rd/evolve/stablerange.py --- a/hgext3rd/evolve/stablerange.py Wed Sep 25 19:31:44 2019 +0200 +++ b/hgext3rd/evolve/stablerange.py Wed Sep 25 19:43:02 2019 +0200 @@ -199,7 +199,7 @@ could easily store their standard subranges alongside the revision information to reuse the existing revision index. -Subrange informatin can be efficiently stored, a naive approach storing all +Subrange information can be efficiently stored, a naive approach storing all stable ranges and their subranges would requires just 2 integer per range + 2 integer for any extra sub-ranges other than the first and last ones.