GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/layman.git
1.4.x
c-layman
master
overlord_merge
plugin
layman: Gentoo overlay manager
Brian Dolbec (dol-sen) <brian.dolbec@gmail.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layman
/
cli.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecates get_all_info() function
Devan Franchini
2015-08-27
1
-6
/
+0
*
cli.py: Removes docstring test and provides docstring description
Devan Franchini
2015-06-15
1
-2
/
+1
*
Removes doctest remnants
Devan Franchini
2014-10-17
1
-12
/
+0
*
cli.py: Modifies print_shortlist info unpacking
Devan Franchini
2014-08-15
1
-1
/
+1
*
cli.py: Adds disable and enable cli functions
Devan Franchini
2014-08-15
1
-0
/
+40
*
cli.py: Removes unncessary comma placement
Devan Franchini
2014-08-13
1
-11
/
+11
*
cli.py: Fixes incorrect determination of supported overlay
Devan Franchini
2014-08-13
1
-2
/
+2
*
{argsparser, cli}.py: adds --readd cli option
Devan Franchini
2014-06-12
1
-1
/
+17
*
cli.py: Adds byte array support
Devan Franchini
2014-06-12
1
-10
/
+14
*
{api, cli, output, version}.py: Updates print() functions
Devan Franchini
2014-06-02
1
-1
/
+1
*
Imports unicode_literals from __future__
Devan Franchini
2014-06-02
1
-0
/
+2
*
Adds compatibility to exception handling
Devan Franchini
2014-06-02
1
-1
/
+1
*
Add cli options to both layman-updater and layman to print the setup help mes...
Brian Dolbec
2013-07-28
1
-0
/
+7
*
fix typo reported by kurly in http://forums.gentoo.org/viewtopic-t-939646.html.
Brian Dolbec
2012-10-16
1
-1
/
+1
*
add news reporting capability when adding/syncing overlays. Bug 388233
dol-sen
2011-10-26
1
-2
/
+2
*
revert using "as" in exceptions. enable using the "with" statement in py-2.5.
dol-sen
2011-08-09
1
-1
/
+1
*
Revert "migrate to print()" to restore py-2.5 compatibility.
dol-sen
2011-08-09
1
-10
/
+8
*
fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...
dol-sen
2011-08-07
1
-3
/
+3
*
tidy up some task spacing, eliminate a duped error output, comment out some d...
dol-sen
2011-08-07
1
-5
/
+7
*
clean out some dead commented out code. add a blank line after each action ta...
dol-sen
2011-08-06
1
-13
/
+16
*
adjust width for the leading space
dol-sen
2011-08-06
1
-1
/
+1
*
add debug messages, fix error reporting in the api, refactor action & error p...
dol-sen
2011-08-06
1
-23
/
+45
*
improve the output a bit.
dol-sen
2011-04-30
1
-1
/
+1
*
fix double output for info sent to output.error() due to callback.
Brian Dolbec
2011-03-27
1
-2
/
+3
*
migrate except ... as
Brian Dolbec
2011-03-26
1
-2
/
+2
*
migrate to print()
Brian Dolbec
2011-03-26
1
-10
/
+12
*
fix the incorrect exit code settings which are opposite the True/False that t...
Brian Dolbec
2011-02-13
1
-3
/
+4
*
use the new message class and fix the error recording and output
Brian Dolbec
2011-02-12
1
-1
/
+2
*
add missing output statements, debug all the new actions
Brian Dolbec
2011-02-12
1
-17
/
+26
*
add missing output messages
Brian Dolbec
2011-02-12
1
-3
/
+20
*
create a new cli interface to use the new api
Brian Dolbec
2011-02-12
1
-0
/
+286