projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove remote-helpers
[git]
/
contrib
/
remote-helpers
/
git-remote-bzr
1
#!/usr/bin/env python
2
3
import sys
4
5
sys.stderr.write('git-remote-bzr is now maintained independently.\n')
6
sys.stderr.write('For more information visit https://github.com/felipec/git-remote-bzr\n')