comments.test

来自「linux下各种patch的管理工具」· TEST 代码 · 共 81 行

TEST
81
字号
Regresion test case: Empty lines in patch descriptions wereaccidentally removed.	$ rm -rf d	$ mkdir -p d/patches	$ cd d	$ echo one > f	$ cat > patches/test.diff	< C1	<	< C3	<	< Index: f	< ===================================================================	< --- f.orig	foo	< +++ f	bar	< @@ -1 +1 @@	< -one	< +two	$ cat > patches/series	< test.diff -p0 # What a wonderful patch	$ quilt push	> Applying patch %{P}test.diff	>~ patching file `?f'?	>	> Now at patch %{P}test.diff	$ quilt refresh	> Refreshed patch %{P}test.diff	$ cat patches/test.diff	> C1	>	> C3	>	> Index: f	> ===================================================================	> --- f.orig	> +++ f	> @@ -1 +1 @@	> -one	> +two	$ quilt refresh -c	> Refreshed patch %{P}test.diff	$ cat patches/test.diff	> C1	>	> C3	>	> Index: f	> ===================================================================	> *** f.orig	> --- f	> ***************	> *** 1 ****	> ! one	> --- 1 ----	> ! two		$ quilt refresh	> Refreshed patch %{P}test.diff		$ cat patches/test.diff	> C1	>	> C3	>	> Index: f	> ===================================================================	> --- f.orig	> +++ f	> @@ -1 +1 @@	> -one	> +two	$ cd ..	$ rm -rf d

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?