Skip to content

Commit

Permalink
Tweaked sizes of headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Sep 28, 2012
1 parent b895e6a commit bacf1e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
@@ -1,10 +1,10 @@
This is a change-history and list of contributors to the script. This is a change-history and list of contributors to the script.


### Even newer version by David Schnur ### ## Even newer version by David Schnur ##


https://github.com/dnschnur/google-code-issues-migrator https://github.com/dnschnur/google-code-issues-migrator


#### New Features #### ### New Features ###


- Greatly optimized Github API usage, allowing the script to process several times as - Greatly optimized Github API usage, allowing the script to process several times as
many issues before reaching the API's hourly rate-limit. many issues before reaching the API's hourly rate-limit.
Expand Down Expand Up @@ -34,17 +34,17 @@ https://github.com/dnschnur/google-code-issues-migrator


- Added an option to omit migration of Google Code Priority labels. - Added an option to omit migration of Google Code Priority labels.


#### Bug Fixes #### ### Bug Fixes ###


- Comments containing percent-signs are no longer added repeatedly when the script is run - Comments containing percent-signs are no longer added repeatedly when the script is run
multiple times. multiple times.


### Newer version by Jake Biesinger ### ## Newer version by Jake Biesinger ##


https://github.com/jakebiesinger/google-code-issues-migrator https://github.com/jakebiesinger/google-code-issues-migrator


- Switched to PyGithub in order to support the Github v3 API. - Switched to PyGithub in order to support the Github v3 API.


### Original version by Arthur Debert (and many other contributors) ### ## Original version by Arthur Debert (and many other contributors) ##


https://github.com/arthur-debert/google-code-issues-migrator https://github.com/arthur-debert/google-code-issues-migrator
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,7 @@ This is a simple script to migrate issues from Google Code to Github.
For a full history of changes, including the many additions found in this fork, please For a full history of changes, including the many additions found in this fork, please
consult the [change log](https://github.com/dnschnur/google-code-issues-migrator/blob/master/CHANGES.md). consult the [change log](https://github.com/dnschnur/google-code-issues-migrator/blob/master/CHANGES.md).


## How it works ## ### How it works ###


The script iterates over the issues and comments in a Google Code repository, creating The script iterates over the issues and comments in a Google Code repository, creating
matching issues and comments in Github. This has some limitations: matching issues and comments in Github. This has some limitations:
Expand All @@ -20,7 +20,7 @@ issue status (invalid, wontfix, duplicate) and merged-into links for duplicate i
The script can be run repeatedly to migrate new issues and comments, without mucking up The script can be run repeatedly to migrate new issues and comments, without mucking up
what's already on Github. what's already on Github.


## Required Python libraries ## ### Required Python libraries ###


* [gdata](http://code.google.com/p/gdata-python-client/) -- `pip install gdata` * [gdata](http://code.google.com/p/gdata-python-client/) -- `pip install gdata`
* [PyGithub](https://github.com/jacquev6/PyGithub/) -- `pip install PyGithub` * [PyGithub](https://github.com/jacquev6/PyGithub/) -- `pip install PyGithub`
Expand All @@ -34,7 +34,7 @@ Google Code issues with their migrated copies.
We removed the script's escaping once PyGithub introduced a work-around for the problem, We removed the script's escaping once PyGithub introduced a work-around for the problem,
which was first included in their 1.8.0 release. which was first included in their 1.8.0 release.


## Usage ## ### Usage ###


migrateissues.py [options] <google project name> <github username> <github project> migrateissues.py [options] <google project name> <github username> <github project>


Expand Down

0 comments on commit bacf1e2

Please sign in to comment.