Skip to content

Instantly share code, notes, and snippets.

View stepancheg's full-sized avatar

Stepan Koltsov stepancheg

View GitHub Profile
diff -r 8dc6481b5d93 dulwich/pack.py
--- a/dulwich/pack.py Fri May 01 20:16:07 2009 -0700
+++ b/dulwich/pack.py Sat May 02 17:42:53 2009 +0400
@@ -30,6 +30,9 @@
a pointer in to the corresponding packfile.
"""
+from mercurial import demandimport
+demandimport.disable()
+
[yozh@PowerBook-2:~/tmp]% cat hello.cxx
#include <iostream>
using namespace std;
class zbool: bool { };
int main(void) {
cout << "hello, world" << endl;
return 0;