File: exporter

package info (click to toggle)
keymapper 0.6.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,078; makefile: 21; sh: 6
file content (10 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

test -n "$1"
test -z "$3"
if test -z "$2" ; then T="+"; else T="$2"; fi
D="$1"

bk changes -v -r1.0..$T > "$D"/changelog