##// END OF EJS Templates
comments: fix typos...
Joerg Sonnenberger -
r46811:d6a9e690 default
parent child Browse files
Show More
@@ -159,7 +159,7 b' def computeimpactable(repo, visibilityex'
159 This filter out any mutable changeset and any public changeset that may be
159 This filter out any mutable changeset and any public changeset that may be
160 impacted by something happening to a mutable revision.
160 impacted by something happening to a mutable revision.
161
161
162 This is achieved by filtered everything with a revision number egal or
162 This is achieved by filtered everything with a revision number equal or
163 higher than the first mutable changeset is filtered."""
163 higher than the first mutable changeset is filtered."""
164 assert not repo.changelog.filteredrevs
164 assert not repo.changelog.filteredrevs
165 cl = repo.changelog
165 cl = repo.changelog
@@ -13,8 +13,8 b' important information related to a chang'
13 The current implementation is experimental and subject to changes. Do not rely
13 The current implementation is experimental and subject to changes. Do not rely
14 on it in production.
14 on it in production.
15
15
16 Sidedata are stored in the revlog itself, withing the revision rawtext. They
16 Sidedata are stored in the revlog itself, within the revision rawtext. They
17 are inserted, removed from it using the flagprocessors mechanism. The following
17 are inserted and removed from it using the flagprocessors mechanism. The following
18 format is currently used::
18 format is currently used::
19
19
20 initial header:
20 initial header:
@@ -27,7 +27,7 b' format is currently used::'
27 normal raw text:
27 normal raw text:
28 <all bytes remaining in the rawtext>
28 <all bytes remaining in the rawtext>
29
29
30 This is a simple and effective format. It should be enought to experiment with
30 This is a simple and effective format. It should be enough to experiment with
31 the concept.
31 the concept.
32 """
32 """
33
33
General Comments 0
You need to be logged in to leave comments. Login now