Home
last modified time | relevance | path

Searched refs:revert (Results 1 – 25 of 123) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/utils/
H A Drevert_checker.py257 for revert in find_reverts(opts.git_dir, opts.base_ref, root):
258 if revert not in seen_reverts:
259 seen_reverts.add(revert)
260 all_reverts.append(revert)
262 for revert in all_reverts:
264 if opts.review_url else revert.sha)
266 if opts.review_url else revert.reverted_sha)
/openbsd/gnu/llvm/clang/utils/
H A DFuzzTest92 def revert(self): member in TestApplication
341 opts.revert = False
344 if opts.revert:
345 ta.revert()
/openbsd/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup16 revert=no
113 --revert)
114 revert=yes
194 if [[ x$revert == xyes ]]; then
/openbsd/distrib/notes/powerpc64/
H A Dprep3 dnl Once this part is written, be sure to revert the ifelse block in
/openbsd/gnu/llvm/llvm/docs/
H A DDeveloperPolicy.rst345 revert or reapply of a patch, include the git commit hash of the prior
375 When should you revert your own change?
383 please revert and investigate offline.
385 feedback, please revert and address said feedback before recommitting.
387 * If you are asked to revert by another contributor, please revert and discuss
391 When should you revert someone else's change?
393 * In general, if the author themselves would revert the change per these
401 What are the expectations around a revert?
413 revert. This serves as both a notice to the original author that their
421 * It is not considered reasonable to revert without at least the promise to
[all …]
H A DCodeReview.rst52 they may ask for a revert to the original author who is responsible to revert
H A DMyFirstTypoFix.rst557 if in doubt, revert and re-land.
/openbsd/gnu/usr.bin/cvs/
H A DMINOR-BUGS17 ignore any CVS/Root values and revert to using CVSROOT alone. The
/openbsd/regress/usr.bin/rcs/
H A DMakefile72 ci-revert \
592 test-ci-revert: clean
/openbsd/gnu/llvm/lld/docs/
H A DReleaseNotes.rst47 ``--undefined-version`` to revert to the old behavior.
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A DChangeLog105 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
/openbsd/gnu/usr.bin/binutils/include/aout/
H A DChangeLog98 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
/openbsd/usr.bin/indent/
H A DREADME89 have to revert to an older version. One way or another, I hope to get
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DPerlIO.pod121 one instead of fixed buffer. Since ISO-2022-JP is guaranteed to revert to ASCII at the end of the …
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp147 void revert() { in revert() function
259 Toks.revert(); in Handle_Pragma()
382 Toks.revert(); in HandleMicrosoft__pragma()
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig362 // revert to a file logging mechanism.
/openbsd/share/zoneinfo/datfiles/
H A Dantarctica62 # - Davis station will revert to its normal time of UTC+7 at 10 March 2010
H A Dsouthamerica1491 # ... the clocks revert back to Local Mean Time at 2 am on Sunday 15
1493 # September. It is anticipated that the clocks will revert back at 2
1542 # Normally the clocks revert to Local Mean Time (UTC/GMT -4 hours) on the
1547 # will not revert to local mean time, but clocks will remain on Summer
/openbsd/gnu/llvm/clang/docs/
H A DClangFormat.rst161 or save any files. To revert a formatting, just undo.
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvs.info-596 You can also revert local changes completely and return to the
99 copy of the sources in `~/work.d/wdiff', and you want to revert to the
731 one reason to run `cvs admin -b': to revert to the vendor's
H A Dcvs.info-4829 Abandon work on the working files FILES, and revert them to the
839 work, and the way to revert to the repository version is to remove
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DFileTimeType.rst176 to revert back to system interfaces to avoid limitations in the C++ STL.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh2107 /* Did the tdep code like it? No. Reject the change and revert to
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod421 associated PerlIO * should revert to its original behaviour.
/openbsd/gnu/gcc/libcpp/
H A DChangeLog781 Partially revert patch of 2004-06-05.

12345