Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- libremessages defines a cleanup(); define ours after loading it
- don't create TMPDIR or set traps until main()
- parse -h flag
- print usage to stderr instead of stdout for incorrect number of args
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* change USAGE to not imply an order between `-h` `-v` and `--svn`
* have panic() print to stderr, not stdout
* use [[ $var == string ]] instead of [[ $var = string ]] for readability
(the only place I used a single = was when checking argument numbers)
* add "Usage:" comments to functions
* move git-rewrite-branch--appendid into the main file, as a quoted string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- s/absrepo/absgit/
- s/pbs-(.*)-convert/pbs-convert-\1/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and make convert-arch able to deal with it
|
|
|
|
|
|
|
|
|
|
|
|
|