WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:44:52 CDT 2016)
1 parent 1ca95bc commit 71420bafaddc07bb14bbf9202f93dc831de8554e
@tundra tundra authored on 28 Oct 2016
Showing 3 changed files
View
26
WHATSNEW.txt
WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:21:58 CDT 2016)
WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:43:54 CDT 2016)
----------------------------------------------------------------------
 
CHANGES
-------
CHANGES
-------
 
- A few options have been renamed to either be more mnemonic
or to follow common practice:
- A few options have been renamed to either be more mnemonic
or to follow common practice:
 
. Commit ID output is now -V (was -v)
. Graveyard delete is now -d (was -e)
. Verbose mode is now -v (was -n)
. Commit ID output is now -V (was -v)
. Graveyard delete is now -d (was -e)
. Verbose mode is now -v (was -n)
 
 
BUG FIXES
---------
BUG FIXES
---------
 
- Fixed a bug that that caused 'trm.sh' to fail if it was sourced
from a login shell, say in one of the default profiles.
- Fixed a bug that that caused 'trm.sh' to fail if it was sourced
from a login shell, say in one of the default profiles.
 
 
WHATSNEW For 'trm' 1.101 (Thu Oct 27 20:41:34 CDT 2016)
----------------------------------------------------------------------
 
Initial release into the wild.
- Initial release into the wild.
View
2
■■■
trm.rst
-----------------------------
 
::
 
$Id: '16636d7 tundra Fri Oct 28 09:13:42 2016 -0500'
$Id: '1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500'
 
This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.
 
You can find the latest version of this program at:
View
2
■■■
trm.sh
# All Rights Reserved
# Permission granted for the free use of this program without restriction
 
COPYRIGHT='2016'
GITID='16636d7 tundra Fri Oct 28 09:13:42 2016 -0500'
GITID='1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500'
VERSION='1.102'
 
GRAVEYARD="${HOME}/.graveyard"
INTERPROMPT="Do You Want To Remove(Copy):"