Lines Matching refs:strip
94 last_email = last_email_file.readline().strip("\n")
99 email = raw_input(prompt + ": ").strip()
578 print line.strip("\n")
636 answer = raw_input(prompt).strip()
671 filename = filename.strip().replace('\\', '/')
1071 self.base_rev = RunShell(["hg", "parent", "-q"]).split(':')[1].strip()
1128 # HACK: strip error message about missing file/directory if it isn't in
1135 oldrelpath = out[1].strip()
1173 new_filename = new_filename.strip()
1179 temp_filename = temp_filename.strip().replace('\\', '/')
1240 return MercurialVCS(options, out.strip())
1309 message = options.message or raw_input(prompt).strip()
1368 patchset = lines[1].strip()