You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
#
|
|
# Purpose: Generate GNU diff of local changes versus canonical top-of-tree
|
|
#
|
|
# Usage: gcapatch > foo.patch
|
|
#
|
|
|
|
bk export -tpatch -hdu -r`bk repogca bk://linux.bkbits.net/linux-2.5`,+
|
|
|