- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 99 for hg (0.02 seconds)
-
lib/hg/goreposum.py
# We can use that to revalidate that specific versions still exist and # have the same meaning they did the last time we checked. # # Usage: # # hg --config "extensions.goreposum=$GOROOT/lib/hg/goreposum.py" goreposum REPOURL import base64, hashlib, sys from mercurial import registrar, ui, hg, node from mercurial.i18n import _ cmdtable = {} command = registrar.command(cmdtable) @command(b'goreposum', [], _('url'), norepo=True)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Nov 11 15:21:02 GMT 2025 - 2.4K bytes - Click Count (0) -
helm/minio/.helmignore
# This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 20 22:30:54 GMT 2021 - 368 bytes - Click Count (0) -
.gitignore
*.un~ Session.vim .netrwhist # cscope-related files cscope.* # Go test binaries *.test /hack/.test-cmd-auth # JUnit test output from ginkgo e2e tests /junit*.xml # Mercurial files **/.hg **/.hg* # Vagrant .vagrant network_closure.sh # Local cluster env variables /cluster/env.sh # Compiled binaries in third_party /third_party/pkg # Also ignore etcd installed by hack/install-etcd.sh
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Feb 29 08:22:06 GMT 2024 - 2.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/graph/TraverserTest.java
* / | \ * d e g * /|\ | * / | \ | * a b c f * } */ private static final SuccessorsFunction<Character> TREE = createDirectedGraph("hd", "he", "hg", "da", "db", "dc", "gf"); /** * Two disjoint tree-shaped graphs that look as follows (all edges are directed facing downwards): * * {@snippet : * a c * | | * | | * b d
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 30 17:09:51 GMT 2025 - 47.4K bytes - Click Count (2) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt
// Test setup fails on JDK9 // java.security.KeyStoreException: Certificate chain is not valid // at sun.security.pkcs12.PKCS12KeyStore.setKeyEntry // http://openjdk.java.net/jeps/229 // http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/2c1c21d11e58/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java#l596 val keystoreType = if (platform.isJdk9()) "JKS" else nullCreated: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Jun 20 11:46:46 GMT 2025 - 24.3K bytes - Click Count (2) -
helm-releases/minio-2.0.1.tgz
}} minio/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes OWNERS minio/README.md # MinIO Helm Chart [](https://slack.min.io) [](https://slack.min.io) [](https://slack.min.io) [](https://slack.min.io) [](https://slack.min.io) [![lice...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 28 18:33:38 GMT 2022 - 15.2K bytes - Click Count (0)