Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/testing/mozharness/test/helper_files/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 473 B image not shown  

Quelle  init_hgrepo.sh

  Sprache: Shell
 

#!/bin/bash
# Set up an hg repo for testing
dest=$1
if [ -z "$dest" ]; then
    echo You must specify a destination directory 1>&2
    exit 1
fi

rm -rf $dest
hg init $dest
cd $dest

echo "Hello world $RANDOM" > hello.txt
hg add hello.txt
hg commit -m "Adding hello"

hg branch branch2 > /dev/null
echo "So long, farewell" >> hello.txt
hg commit -m "Changing hello on branch"

hg checkout default
echo "Is this thing on?" >> hello.txt
hg commit -m "Last change on default"

Messung V0.5 in Prozent
C=96 H=93 G=94

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.