Searched refs:rev_str (Results 1 – 2 of 2) sorted by relevance
35 rev_str = svn_output.split('\n')[-2] variable36 if not rev_str.startswith('Checked out revision '):37 print 'Unrecognized revision string: %q' % rev_str38 open('UPSTREAM_REVISION', 'wt').write(rev_str[21:-1] + '\n')
2415 char *rev_str = NULL; in do_revoke() local2509 rev_str = make_revocation_str(type, value); in do_revoke()2510 if (!rev_str) in do_revoke()2517 rrow[DB_rev_date] = rev_str; in do_revoke()