annotate .bash_logout @ 83:c4dccb49471b

HG tests changed * Rather than updating from local->WC every time, test if 'id' == 'tip'. This may break on a branch, but 1) there shouldn't be branches here and 2) I can fix that later. * Not only test incoming, but outgoing as well; this will flush out if there's been a checkin but no push.
author Steve Huston <huston@srhuston.net>
date Tue, 23 Apr 2013 13:11:51 -0400
parents ca6c77fe843b
children 6e7913283c7a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
f65964738bab Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 0
diff changeset
1 # $Id$
f65964738bab Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 0
diff changeset
2 #
0
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
3 #if [ "$SSH_AGENT_PID" -a "$SHLVL" = "1" ] ; then
30
ca6c77fe843b * Whitespace (ugh)
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 19
diff changeset
4 # eval `/usr/bin/ssh-agent -k`
0
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
5 #fi