File: dotglob.test

package info (click to toggle)
quilt 0.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,052 kB
  • sloc: sh: 6,102; perl: 1,273; lisp: 522; makefile: 436
file content (19 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	$ mkdir patches

	$ quilt new dotglob.diff
	> Patch %{P}dotglob.diff is now on top

	$ quilt add .foo
	> File .foo added to patch %{P}dotglob.diff

	$ echo dot-foo > .foo
	$ quilt refresh
	> Refreshed patch %{P}dotglob.diff

	$ quilt pop -q
	> Removing patch %{P}dotglob.diff
	> No patches applied

	$ quilt push -q
	> Applying patch %{P}dotglob.diff
	> Now at patch %{P}dotglob.diff