Skip to content
master
Go to file
Code
This branch is 156 commits ahead of neonux:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

git-bz-moz

A fork of the git-bz tool with a few tweaks specific to bugzilla.mozilla.org, and other fixes not upstreamed.

To authenticate, you need to specify your bugzilla user name and API key.

You can set your bugzilla user name by running: git config --global bz.username

An API key can be obtained here: https://bugzilla.mozilla.org/userprefs.cgi?tab=apikey Once obtained, set the API key by running: git config --global bz.apikey

Some code is imported from the Mozilla version-control-tools repository, revision 35edcee4c73415fa45ff95ed07bb8129d41821f9 The repository is located at https://hg.mozilla.org/hgcustom/version-control-tools/

  • auth.py is copied from pylib/mozhg/mozhg/
  • bz.py and bzauth.py are copied from hgext/bzexport/
  • bzexport.py is a few pieces of code copied from hgext/bzexport/init.py

In addition, a patch to bzauth.py for bug 1336147 was manually applied.

Note: this project requires the Requests library to be installed.

About

git-bz with a few tweaks for bugzilla.mozilla.org, and other fixes not upstreamed.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.