James Moger
2014-05-05 d69d73e5da5a12f279d5c0c38c871801739f33d6
src/main/java/pt.py
@@ -289,7 +289,7 @@
            # set the upstream branch configuration
            args.id = int(fields[1].strip()[len('--> #'):])
            __call(['git', 'fetch', args.remote])
            __call(['git', 'branch', '--set-upstream-to={}/ticket/{:d}'.format(args.remote, args.id)])
            __call(['git', 'branch', '-u', '{}/ticket/{:d}'.format(args.remote, args.id)])
            break
    return