~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/pwk

  • Committer: Martin Pool
  • Date: 2005-09-09 09:44:03 UTC
  • Revision ID: mbp@sourcefrog.net-20050909094403-ddad5896b0b12c68
- weave commit records per-file ancestors

 - commits of merges are currently forbidden

 - files that existed in the previous revision are recorded with that 
   parent

 'weave annotate' on woven files now gives the correct result!

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
usage() {
17
17
    cat <<EOF
18
18
usage: 
19
 
   pwk show PATCH-ID       show the patch text
 
19
   pwk cat PATCH-ID       show the patch text
20
20
   pwk try PATCH-ID        see if the patch applies cleanly
21
21
   pwk apply PATCH-ID      apply patch into current directory
22
22
EOF