~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/pwk

  • Committer: Michael Ellerman
  • Date: 2006-02-28 14:45:51 UTC
  • mto: (1558.1.18 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1586.
  • Revision ID: michael@ellerman.id.au-20060228144551-3d9941ecde4a0b0a
Update contrib/pwk for -p1 diffs from bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
PWK_ROOT='http://patchwork.ozlabs.org/bazaar-ng'
11
11
PWK_AUTH_ROOT='https://patchwork.ozlabs.org/bazaar-ng'
12
12
 
13
 
# bzr uses -p0 style; others use -p1
14
 
PATCH_OPTS='-p0'
15
 
 
16
13
usage() {
17
14
    cat <<EOF
18
15
usage: 
42
39
    catpatch $2 | ${PAGER:-less}
43
40
    ;;
44
41
try)
45
 
    catpatch $2 | patch -p0 --dry-run
 
42
    catpatch $2 | patch -p1 --dry-run
46
43
    ;;
47
44
apply)
48
 
    catpatch $2 | patch -p0
 
45
    catpatch $2 | patch -p1
49
46
    ;;
50
47
*)
51
48
    usage
52
49
    exit 1
53
 
esac
 
 
b'\\ No newline at end of file'
 
50
esac