Lines Matching refs:strip
359 patchset = lines[1].strip()
434 s, val = line[:p].strip(), line[p+1:].strip()
453 line = line.strip()
474 s = s.strip()
636 # Strip maximal common leading white space prefix from text
1605 cl.files = out.strip().split()
2039 desc = repo[rev].description().strip()
2256 contributorsURL = line[len('contributors:'):].strip()
2716 last_email = last_email_file.readline().strip("\n")
2721 email = raw_input(prompt + ": ").strip()
3134 print line.strip("\n")
3191 answer = raw_input(prompt).strip()
3226 filename = to_slash(filename.strip())
3383 out = RunShell(["hg", "parents", "-q"], silent_ok=True).strip()
3387 self.base_rev = out.split(':')[1].strip()
3471 oldrelpath = out[1].strip()
3513 new_filename = new_filename.strip()
3519 temp_filename = to_slash(temp_filename.strip())