Lines Matching full:warn
326 ui.warn("no files in change list\n")
613 self.ui.warn("loading "+self.dir+self.f+": " + err + "\n")
645 # Find repository root. On error, ui.warn and return None
649 ui.warn("repository %s is not in local file system\n" % (url,))
657 # Find (or make) code review directory. On error, ui.warn and return None
667 ui.warn('cannot mkdir %s: %s\n' % (dir, ExceptionDetail()))
749 # Warn about patterns that did not match.
757 # The patterns came from the command line, so we warn
761 # Run each pattern separately so that we can warn about
776 ui.warn("warning: %s already in CL %s\n" % (f, taken[f].name))
778 ui.warn("warning: %s did not match any modified files\n" % (p,))
858 ui.warn("error removing %s" % (f,))
863 ui.warn("error adding %s" % (f,))
917 ui.warn("error: %s is excluded by .hgignore; omitting\n" % (f,))
920 ui.warn("warning: %s is listed in the CL but unchanged\n" % (f,))
925 ui.warn("warning: %s is a file but not known to hg\n" % (f,))
929 ui.warn("error: %s is a directory, not a file; omitting\n" % (f,))
931 ui.warn("error: %s does not exist; omitting\n" % (f,))
1037 ui.warn("gofmt errors:\n" + errors.rstrip() + "\n")
1042 ui.warn("warning: " + msg + "\n")
1071 ui.warn("warning: " + msg + "\n")
1421 ui.warn("warning: these files were listed in the patch but not changed:\n\t" + "\n\t".join(extra) + "\n")
1661 user, userline = FindContributor(ui, repo, user, warn=False)
1666 def FindContributor(ui, repo, user=None, warn=True):
1677 if warn:
1678 ui.warn("warning: cannot find %s in CONTRIBUTORS\n" % (user,))
1731 # check gofmt for real; allowed upload to warn in order to save CL.
1861 ui.warn("CL %s submitted as %s; closing\n" % (clname, repo[rev]))
1864 ui.warn("loading CL %s: %s\n" % (clname, err))
1894 ui.warn("Removing unmodified files from CL %s:\n" % (cl.name,))
1896 ui.warn("\t%s\n" % (f,))
1901 ui.warn("CL %s has no files; delete (abandon) with hg change -d %s\n" % (cl.name, cl.name))
1903 ui.warn("CL %s has no files; delete locally with hg change -D %s\n" % (cl.name, cl.name))
2083 ui.warn("JSONGet %s: %s\n" % (path, ExceptionDetail()))