~ubuntu-branches/ubuntu/lucid/guilt/lucid

« back to all changes in this revision

Viewing changes to Documentation/guilt-push.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Johnson
  • Date: 2008-08-24 11:34:50 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080824113450-723jxmcg8hxmbd6p
Tags: 0.30-1.1
* Non-maintainer upload.
* Fix bashism in guilt-patchbomb 
  (added debian/patches/bashisms) (Closes: #489606)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
-a::
19
19
        Push all patches on the tree
20
20
 
 
21
-n <num>::
 
22
        Push specified number of patches
 
23
 
21
24
<patchname>::
22
 
        Push this patch on the tree
 
25
        Push all patches up to and including this patch on the tree
 
26
 
 
27
If no patchname is given, push the next patch in the series onto the tree.
23
28
 
24
29
Author
25
30
------
26
 
Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
 
31
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
27
32
 
28
33
Documentation
29
34
-------------