##// END OF EJS Templates
spelling: precede
timeless@mozdev.org -
r17505:ae791d37 default
parent child Browse files
Show More
@@ -167,7 +167,7 b' class converter(object):'
167
167
168 def toposort(self, parents, sortmode):
168 def toposort(self, parents, sortmode):
169 '''Return an ordering such that every uncommitted changeset is
169 '''Return an ordering such that every uncommitted changeset is
170 preceeded by all its uncommitted ancestors.'''
170 preceded by all its uncommitted ancestors.'''
171
171
172 def mapchildren(parents):
172 def mapchildren(parents):
173 """Return a (children, roots) tuple where 'children' maps parent
173 """Return a (children, roots) tuple where 'children' maps parent
@@ -153,7 +153,7 b' def samestat(s1, s2):'
153 # backslash
153 # backslash
154 # (See http://msdn2.microsoft.com/en-us/library/a1y7w461.aspx )
154 # (See http://msdn2.microsoft.com/en-us/library/a1y7w461.aspx )
155 # So, to quote a string, we must surround it in double quotes, double
155 # So, to quote a string, we must surround it in double quotes, double
156 # the number of backslashes that preceed double quotes and add another
156 # the number of backslashes that precede double quotes and add another
157 # backslash before every double quote (being careful with the double
157 # backslash before every double quote (being careful with the double
158 # quote we've appended to the end)
158 # quote we've appended to the end)
159 _quotere = None
159 _quotere = None
General Comments 0
You need to be logged in to leave comments. Login now