代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/351829/10604915
test comments.test
Regresion test case: Empty lines in patch descriptions were
accidentally removed.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo one > f
$ cat > patches/test.diff
< C1
<
< C3
<
< Index: f
www.eeworm.com/read/351829/10604919
test failpop.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > test.txt
< This is test.txt.
$ quilt new test.diff
> Patch %{P}test.diff is now on top
$ quilt add test.txt
> File test.txt added to patch %{
www.eeworm.com/read/351829/10604932
test subdir.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ mkdir subdir
$ cat > subdir/file
< old file
$ quilt new test.patch
> Patch %{P}test.patch is now on top
$ quilt add subdir/file
> File subdir/file
www.eeworm.com/read/351829/10604940
test three.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ touch e
$ quilt annotate e
> No patches in series
$ quilt top
> No patches in series
$ quilt next
> No patches in series
$ quilt previous
> No
www.eeworm.com/read/351829/10604944
test sort.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ quilt new sort.diff
> Patch patches/sort.diff is now on top
$ quilt add b f
> File b added to patch patches/sort.diff
> File f added to patch patches
www.eeworm.com/read/351829/10604947
test mail.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > no-subject
< Here goes a longer description of the patch, which is
< totally useless except as a test case for the quilt mail
< command. This par
www.eeworm.com/read/351829/10604952
test new.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo reject > f
$ echo p.diff > patches/series
$ cat > patches/p.diff
< --- d.orig/f
< +++ d/f
< @@ -1 +1 @@
< -old
< +new
< --- d.orig/g
< +++ d
www.eeworm.com/read/351829/10604960
test header.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo foo > foo
$ quilt new patch
> Patch patches/patch is now on top
$ quilt add foo
> File foo added to patch patches/patch
$ echo bar > foo
$ q
www.eeworm.com/read/351829/10604965
test import.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ quilt new patch1.diff
> Patch %{P}patch1.diff is now on top
$ quilt add f
> File f added to patch %{P}patch1.diff
$ echo f > f
$ quilt refresh
>
www.eeworm.com/read/351829/10604980
test rename.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > announce.txt
< A short summary of the fixes are below.
$ quilt new original-name.diff
> Patch %{P}original-name.diff is now on top
$ quilt add