before test fix

This commit is contained in:
Peter Cottle 2013-07-07 12:43:02 -07:00
parent f682f42aa0
commit 87c787c8af
3 changed files with 10 additions and 6 deletions

View file

@ -1,6 +0,0 @@
describe('Tests', function() {
it('should work', function() {
expect(1).toBeTruthy();
});
});

View file

@ -943,6 +943,9 @@ GitEngine.prototype.fetch = function(options) {
remoteBranch, remoteBranch,
options options
); );
// remove the ones that already exist (and were missed by our
// upwards search)
commitsToMake = _.filter(commitsToMake
if (commitsToMake.length === 0) { if (commitsToMake.length === 0) {
this.command.addWarning(intl.str( this.command.addWarning(intl.str(

View file

@ -2,6 +2,13 @@ Mega Things
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
[-] origin support [-] origin support
Before everything else:
~~~~~~~~~~~~~~~~~~~~~~~~~~
[ ] fix tests by stubbing out animation factory to resolve promises
[ ] increase test coverage over everything
- unit and integration, but mostly for git operations
[ ] green refactor level compare
Intl TODO Intl TODO
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
[ ] translation script? might be too late... [ ] translation script? might be too late...