~ubuntu-branches/ubuntu/natty/quilt/natty

« back to all changes in this revision

Viewing changes to test/formats.test

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2006-11-23 16:17:11 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061123161711-b17ess0ls8t959ca
Tags: 0.45-6
* [debian/patches/override_mail_sender_in_testsuite]
  Fix the patch to catch all occurences of 'quilt mail' since each of them
  will cause a FTBFS on misconfigured hosts (thanks to Goswin Brederlow).
  (Closes: #397285, #395482, #393985) I hope, at least.
  
* [debian/patches/doc_improvement]
  Fix some more typos in the manpages
  (Closes: #386548, #395447)

* [debian/control]
   Add procmail to suggest list to help users locating the 'formail' tool.
   (Closes: #396093)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        $ mkdir d
 
1
        $ rm -rf d
 
2
        $ mkdir -p d/patches
2
3
        $ cd d
3
4
 
4
5
        $ cat > test.txt
34
35
        >  4
35
36
        >  5
36
37
 
 
38
        $ quilt diff --no-index
 
39
        > --- d.orig/test.txt
 
40
        > +++ d/test.txt
 
41
        > @@ -1,5 +1,5 @@
 
42
        >  1
 
43
        >  2
 
44
        > -old
 
45
        > +new
 
46
        >  4
 
47
        >  5
 
48
 
37
49
        $ quilt diff -R
38
50
        > Index: d/test.txt
39
51
        > ===================================================================