1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

Thanks Marcus, for looking into my FIXME's -- I could have never done

that preprocess helper for --days myself.

0.121.jw03
 - fixed osc req list -U to not look into the local dir
 - added osc my ... pkg/prj/req  shorthand commands
 - add 'osc se' alias for 'osc search -e'
 - add -b -m -M to 'osc search'
This commit is contained in:
Jürgen Weigert
2009-08-21 01:26:37 +00:00
parent 5639b2b9a7
commit f2a738d4b6
3 changed files with 102 additions and 11 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
0.121.jw03
- fixed osc req list -U to not look into the local dir
- added osc my ... pkg/prj/req shorthand commands
- add 'osc se' alias for 'osc search -e'
- add -b -m -M to 'osc search'
0.121.jw02
- made rresults an alias for results. python decorators are a strange concept...
- asserting that ~/.oscrc remains mode 0600