73 Commits

Author SHA1 Message Date
b8e40766e7 jsvn: add "url" subcommand 2012-03-01 16:07:12 -05:00
03fd50eb93 jsvn: use internal getSVNURL() instead of a call to grep 2012-03-01 16:05:40 -05:00
197b0bd20e jsvn: add configuration comments 2012-02-28 16:53:17 -05:00
fdae2a537c jsvn: implement command aliases from configuration file 2012-02-28 16:45:09 -05:00
4d923cfadb jsvn: add configuration file support
- config file will be read from ~/.jsvn
- config file is a python script which can assign to various supported
  configuration variables
2012-02-28 16:36:17 -05:00
5730c1c7f3 jsvn: small optimization 2012-02-23 16:36:10 -05:00
2288cb9a8a jsvn: add "add" heading comment 2012-02-23 15:34:57 -05:00
85a84384b4 jsvn: add "add" subcommand handler to allow smarter adds 2012-02-23 13:39:03 -05:00
c5e7f25f40 jsvn: add "externals" subcommand 2012-02-23 11:07:47 -05:00
2e81f0eb25 jsvn: use out in place of sys.stdout in command handlers 2012-02-22 17:00:34 -05:00
d967b846a1 jsvn: handle "sw" command abbreviation 2012-02-22 16:55:32 -05:00
0abd536d0e jsvn: color current branch green in "branch" output 2012-02-22 16:54:41 -05:00
c6c6309520 jsvn: use same colorizer for "switch" as for "update" 2012-02-22 16:51:50 -05:00
9ecc2d9657 jsvn: handle "di" and "stat" command abbreviations 2012-02-22 10:03:46 -05:00
6c9df5a38a jsvn: update header comments 2012-02-22 10:02:13 -05:00
7436dc7223 jsvn: colordiff property context lines 2012-02-22 09:58:52 -05:00
2e59940696 jsvn: tweak colordiff "@@" coloring 2012-02-22 09:56:25 -05:00
db9c29f525 jsvn: allow double-underscore comands to bypass jsvn processing 2012-02-22 09:54:19 -05:00
bd7afbf7fc jsvn: only turn on pager for listed subcomands instead of excluding listed subcommands 2012-02-22 09:52:09 -05:00
bd32fcb204 jsvn: add "status" command handler 2012-02-22 09:45:09 -05:00
e7787a65cb jsvn: restore empty line before final line if any external was printed 2012-02-21 16:48:01 -05:00
768c92f78a jsvn: update: restore empty line before final line if an external was printed 2012-02-21 15:58:23 -05:00
13b1427e11 jsvn: use re.match() instead of anchored re.search() 2012-02-21 15:48:54 -05:00
1cbd3c2c30 jsvn: add "update" subcommand handler for colorized output 2012-02-21 15:43:27 -05:00
e49bbb212e jsvn: no pager output for "update" command 2012-02-21 15:18:42 -05:00
a381db47eb jsvn: colorize changed paths in "log -v" 2012-02-21 15:13:46 -05:00
3d24ea95ab jsvn: no pager for checkout 2012-02-21 14:42:23 -05:00
a45111b909 jsvn: add pager exceptions for commit/propedit abbreviations - thanks Mike 2012-02-21 13:31:50 -05:00
9daaada1aa jsvn: comment update 2012-02-20 16:50:10 -05:00
dc885beb45 jsvn: remove "log" check for colorsvn, won't make it there anyway 2012-02-20 16:12:13 -05:00
820b6d0bf2 jsvn: only output ANSI color codes if output is a terminal 2012-02-20 15:57:25 -05:00
4d96b6eed8 jsvn: do not use pager for "commit" command 2012-02-20 15:53:52 -05:00
e08d51d0a8 jsvn: do not use a pager with "propedit" command 2012-02-20 15:51:38 -05:00
a47ff416a1 jsvn: restore missing line ending on "@@" diff lines 2012-02-20 15:51:19 -05:00
1a16c1f25b jsvn: read lines as available for "users" command 2012-02-20 14:45:15 -05:00
d33436892f jsvn: read lines from diff/log as available 2012-02-20 14:43:12 -05:00
c455018cf1 jsvn: use internal colordiff() instead of "colordiff" executable for "diff" 2012-02-20 14:39:26 -05:00
356dca5731 jsvn: colorize log output 2012-02-20 14:34:08 -05:00
edc09ec740 jsvn: reset on every new color; add colordiff() utility function 2012-02-20 14:30:29 -05:00
69f8e9944a jsvn: ignore IOError writing to broken pipe when pager is exited 2012-02-20 14:19:05 -05:00
ea8f2ca8c6 jsvn: add ANSI color/reset functions 2012-02-20 14:02:10 -05:00
7b05ea18cb move logic of spawning pager to main()
currently active for all subcommands
2012-02-20 13:50:43 -05:00
8edeafb35d jsvn: add log subcommand to automatically pipe log to a pager 2012-01-16 19:52:05 -05:00
Josh Holtrop
a83cd370ed jsvn: fix indentation 2011-10-24 23:29:11 -04:00
Josh Holtrop
42f97d1a11 jsvn: add bash_aliases alias example 2011-10-24 23:27:06 -04:00
Josh Holtrop
e9bcc035f2 jsvn: add comment blocks 2011-10-24 23:25:21 -04:00
Josh Holtrop
d0d463a30c standardize return values for subcommand handlers
unify calling of subcommand handlers
2011-10-24 23:24:07 -04:00
Josh Holtrop
3d903ae14f jsvn: move URL printout into switch() 2011-10-24 22:54:33 -04:00
Josh Holtrop
7b7bedb9e9 jsvn: fix/move lockable() invocation 2011-06-09 16:05:22 -04:00
mZwagerman
3d1803c431 Merge branch 'master' of https://apu.dw.local/git/Users/JoshHoltrop/files 2011-06-09 15:51:47 -04:00