Lines Matching refs:strip
79 last_email = last_email_file.readline().strip("\n")
84 email = raw_input(prompt + ": ").strip()
563 print line.strip("\n")
621 answer = raw_input(prompt).strip()
656 filename = filename.strip().replace('\\', '/')
1056 self.base_rev = RunShell(["hg", "parent", "-q"]).split(':')[1].strip()
1113 # HACK: strip error message about missing file/directory if it isn't in
1120 oldrelpath = out[1].strip()
1158 new_filename = new_filename.strip()
1164 temp_filename = temp_filename.strip().replace('\\', '/')
1225 return MercurialVCS(options, out.strip())
1294 message = options.message or raw_input(prompt).strip()
1353 patchset = lines[1].strip()