summaryrefslogtreecommitdiff
path: root/error.py
AgeCommit message (Expand)Author
2024-12-03Remove gitc support from repoJosip Sokcevic
2024-10-03project: Handle git sso auth failures as repo exitJosip Sokcevic
2023-08-15gitc: drop supportJason Chang
2023-08-10Raise RepoExitError in place of sys.exitJason Chang
2023-07-31Update errors to extend BaseRepoErrorJason Chang
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2021-04-26help/version: sprinkle bug report URL aroundMike Frysinger
2021-03-02manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger
2021-02-19use simpler super() magicMike Frysinger
2021-02-19error: fix pickling of all exceptionsMike Frysinger
2021-01-21sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-04manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2015-06-04error: fix typosAnthony King
2014-03-11More verbose errors for NoManifestExceptions.Dan Sandler
2012-11-15Raise a NoManifestException when the manifest DNEConley Owens
2012-10-22More coding style cleanupDavid Pursehouse
2012-10-09Coding style cleanupDavid Pursehouse
2012-10-04Remove `ImportError` classDavid Pursehouse
2012-04-13Add manifest groupsv1.8.2Colin Cross
2011-09-28sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce
2011-03-11Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson
2009-06-24Document any crashes from the user's text editorv1.6.8.4Shawn O. Pearce
2009-03-02Report better errors when a project revision is invalidShawn O. Pearce
2008-11-03Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce
2008-10-21Initial Contributionv1.0The Android Open Source Project