summaryrefslogtreecommitdiffstats
path: root/pym/repoman/utilities.py
Commit message (Expand)AuthorAgeFilesLines
* FindVCS: add debug infoZac Medico2013-01-191-8/+30
* Use unicode_literals more.Zac Medico2013-01-181-12/+12
* repoman: fix Unicode unequal comparison warningZac Medico2012-09-101-1/+1
* repoman: fix getstatusoutput more, bug #310789Zac Medico2012-09-091-10/+22
* repoman: handle trailing newlines betterMike Frysinger2012-06-121-3/+8
* repoman: update cat/pkg info in header all the timeMike Frysinger2012-06-121-25/+32
* Replace @returns with @return.Zac Medico2012-03-271-3/+3
* repoman: support overlays without repo_nameZac Medico2012-03-041-1/+32
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
* repoman: fix svn "abiguous workdir", bug #391199v2.2.0_alpha77Zac Medico2011-11-211-0/+4
* UpdateChangeLog: sort filesZac Medico2011-10-261-0/+4
* UpdateChangeLog: tweak clold_lines logicZac Medico2011-10-211-14/+17
* update_copyright: make pretend a keyword argZac Medico2011-10-211-2/+2
* _update_copyright_year: optimize no-match caseZac Medico2011-10-211-1/+8
* update_copyright: process files as raw bytesZac Medico2011-10-211-10/+20
* UpdateChangeLog: split out/test copyright regexZac Medico2011-10-201-12/+28
* UpdateChangeLog: tweak new/changed codedZac Medico2011-10-201-9/+8
* UpdateChangeLog: split out get_committer_name()Zac Medico2011-10-201-20/+24
* UpdateChangeLog: handle edge casesZac Medico2011-10-201-10/+28
* UpdateChangeLog: don't hardcode 1999 copyrightZac Medico2011-10-201-2/+2
* update_copyright: remove stray semicolonZac Medico2011-10-201-1/+1
* update_copyright: don't hardcode 1999 start yearZac Medico2011-10-201-4/+5
* UpdateChangeLog: fix whitespaceFabian Groffen2011-10-201-2/+2
* repoman: update copyright on modified filesFabian Groffen2011-10-201-6/+85
* repoman: get ChangeLog header from skel.ChangeLogFabian Groffen2011-10-201-36/+43
* UpdateChangeLog: time in UTCZac Medico2011-10-201-3/+5
* UpdateChangeLog: use struct_passwd attributesZac Medico2011-10-171-3/+3
* UpdateChangeLog: show trivial if nothing elseZac Medico2011-10-161-5/+20
* UpdateChangeLog: update copyright year in headerZac Medico2011-10-161-2/+10
* UpdateChangeLog: optimize and add unicode supportZac Medico2011-10-161-32/+70
* repoman: implemented echangelog functionalityFabian Groffen2011-10-161-2/+120
* FindVCS: support Subversion 1.7Fabian Groffen2011-10-151-2/+4
* repoman: discard STDERR output from CVS.Michał Górny2011-08-301-1/+1
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* Revert "parse_metadata_use(): omit empty text tokens."Zac Medico2011-02-041-2/+1
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-061-4/+4
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-231-2/+2
* Fix parse_metadata_use() to allow use elements containing no flagZac Medico2010-09-061-1/+2
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-8/+6
* Various parse_metadata_use() fixes:Zac Medico2010-08-261-25/+35
* Make parse_metadata_use() tolerate empty flag descriptions.Zac Medico2010-08-261-8/+1
* Make parse_metadata_use() emulate the Element.itertext() method fromZac Medico2010-08-261-3/+19
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-2/+6
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+12
* Bug #334265 - Fix AttributeError triggered by empty herd element inZac Medico2010-08-241-1/+1
* Add FindVCS() to __all__.Michał Górny2010-07-141-0/+1
* repoman: don't complain about stray Manifests.Michał Górny2010-07-121-0/+3
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-0/+44