Skip to content

Commit

Permalink
Removing old directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Jan 12, 2012
1 parent 813d390 commit e075f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IPython/frontend/html/notebook/static/codemirror2
Submodule codemirror2 deleted from 3b731b

10 comments on commit e075f09

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 17, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ellisonbg can you explain this commit? It's causing problems for launchpad, since they can't handle submodules. However, this location is not part of IPython either before or after this commit, so it appears to have had exactly no effect other than breaking something in launchpad. Were you using submodules locally that were not actually part of trunk?

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 17, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the lp import page for the relevant error messages. We are going to have to rebase IPython to remove this commit (which probably never should have happened) if we want IPython to be importable in bzr for at least the next few months before submodule support is added, even though we never actually had any submodules. As I understand it, this would be necessary for @juliantaylor's nightly ppa.

/cc @fperez

@fperez
Copy link
Member

@fperez fperez commented on e075f09 Jan 17, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nasty, I wonder what's wrong with that commit: if I check out the parent 813d390, the subdirectory with codemirror2/ looks perfectly normal.

I don't understand why the commit shows up with that strange message -Subproject commit 3b731bb8c16efc8cb82b9f28a9ed91428d71a703...

In any case, if we need to do a rebase, the sooner the better... But we should announce it on-list so everyone knows what's going on.

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 17, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Subproject commit' means it's a submodule. The parent introduced it, and this fix should have been applied with a 'fixup', rather than allowing the original commit to stand.

@ellisonbg
Copy link
Member Author

@ellisonbg ellisonbg commented on e075f09 Jan 17, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 17, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 17, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I do the rebase and force push? It's trivial to do, and I've pushed the result to my newmaster branch, which shows an empty diff with master.

@ellisonbg
Copy link
Member Author

@ellisonbg ellisonbg commented on e075f09 Jan 18, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minrk
Copy link
Member

@minrk minrk commented on e075f09 Jan 18, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ones created since the last bad commit ('absolute imports' and after) will probably need a rebase, but I can't be sure. I'll go ahead, and notify the list.

@fperez
Copy link
Member

@fperez fperez commented on e075f09 Jan 18, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.