summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle paths with push/pullJesse Keating2010-09-202-8/+12
* expand on pull help outputJesse Keating2010-09-201-1/+1
* Fix up tag commandsJesse Keating2010-09-202-13/+11
* Fix up some contributed docstringsJesse Keating2010-09-201-5/+17
* Don't use the unnecessary getnvr()Jesse Keating2010-09-201-1/+1
* Only list long options in bash completion for tagJesse Keating2010-09-201-1/+1
* Whitespace fixJesse Keating2010-09-201-1/+1
* Move diff function out of the PackageModule classJochen Schmitt2010-09-202-31/+29
* Distlinguish between new empty repositories and retiered packagesJochen Schmitt2010-09-201-1/+8
* Add -i (info) switch to the lint commandJochen Schmitt2010-09-203-3/+13
* Add a -t (tag) switch for the commit commandJochen Schmitt2010-09-202-1/+18
* Add a -c (clog) switch to the commit commandJochen Schmitt2010-09-202-1/+13
* Move pull and push function out of PackageModuleJochen Schmitt2010-09-202-18/+16
* Implementation of a pull commandJochen Schmitt2010-09-203-1/+22
* Implenentation of a tag commandJochen Schmitt2010-09-203-5/+113
* Remove stream keyword in logging.StreamHandlerJochen Schmitt2010-09-191-1/+1
* Don't use log.error from within the libraryJesse Keating2010-09-101-6/+2
* fedpkg: Complete --srpm for the build commandTodd Zullinger2010-09-101-1/+2
* fedpkg: Use git plumbing to complete branch namesTodd Zullinger2010-09-101-3/+4
* fedpkg: Remove filenames option from completionTodd Zullinger2010-09-101-1/+1
* fedpkg: Use _filedir for path completionTodd Zullinger2010-09-101-11/+16
* Fix up the logger for what goes whereJesse Keating2010-09-101-5/+22
* Make our logger print to stdoutJesse Keating2010-09-101-1/+2
* Also redirect stderr over to stdout on non-termsJesse Keating2010-09-101-1/+2
* Name the process variables right (#632097)Jesse Keating2010-09-101-2/+2
* Minor whitespace fixJesse Keating2010-09-081-1/+1
* Remove errornous dots at the end of the help messages of the commitJesse Keating2010-09-081-2/+2
* Fefactoring: Use getuser to determinate fas useridJochen Schmitt2010-09-081-25/+23
* bash-completion < 1.2 compatibility (tmz@pobox.com)Jesse Keating2010-09-081-1/+8
* fedpkg: Try not to add redundant gitignore entriesTodd Zullinger2010-09-081-1/+11
* fedpkg: better bash completionJan Vcelak2010-09-081-117/+222
* Fix setting push.default when cloning with dirsJesse Keating2010-08-241-2/+4
* Remove build --test option in bash completionJesse Keating2010-08-231-1/+1
* Error check the update call. #625679Jesse Keating2010-08-231-1/+5
* Use the correct remote when listing revsJeroen van Meeuwen (Ergo Project)2010-08-231-2/+5
* Send stderr over to the pipe command tooJesse Keating2010-08-231-1/+4
* Documented bash completion scriptLéon Keijser2010-08-231-3/+15
* make fedora-cvs only do anonymous chackouts since cvs is read only now.Dennis Gilmore2010-08-231-7/+1
* re-fix dist defines.Jesse Keating2010-08-231-2/+2
* Short cut the failure on repeated buildsJesse Keating2010-08-201-0/+8
* Allow passing srpms to the build commandJesse Keating2010-08-201-0/+2
* Set the prog name right.Jesse Keating2010-08-201-0/+1
* Add an epilog to help folks outJesse Keating2010-08-201-1/+3
* clone: set repo's push.default to trackingHans Ulrich Niedermann2010-08-201-0/+4
* Make sure we get the right path to the fileJesse Keating2010-08-201-1/+5
* Make use of _run_command's cwd option.Jesse Keating2010-08-201-7/+1
* Add support for running a command from a specific dirJesse Keating2010-08-201-7/+15
* Update docstring for _run_commandJesse Keating2010-08-201-0/+2
* Move commit out of the PackageModule object.Jesse Keating2010-08-202-37/+42
* Avoid function calls as default param valuesHans Ulrich Niedermann2010-08-191-8/+26