pop: Check if no patches are applied
[guilt.git] / guilt-next
blobf38f1cc5f5d410a21115075f44981940617caaf0
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE=""
7 . `dirname $0`/guilt
9 if [ $# -ne 0 ]; then
10 usage
13 n=`wc -l < $applied`
14 n=$(($n + 1))
16 get_series | awk "{ if (NR == $n) print \$0}"