Skip to content

Instantly share code, notes, and snippets.

$ PATH=$(pwd):$PATH git fetch localhg
Getting /home/schindelin/git/test-hg
*** failed to import extension hgext.hbisect: No module named hbisect
*** failed to import extension git from /home/schindelin/hg-git: cannot import name weakref
How can I help u todayz on ['localhg', 'hg+/home/schindelin/git/test-hg']?
Got command 'capabilities' with args ''
Capabilities are AWESUM.
Got command 'list' with args ''
plugins/README.txt
plugins/JRuby/imagej.rb
plugins/Macros/Bulls_Eye.txt
plugins/Macros/About_Plugin_Macros.txt
plugins/Macros/batch_convert_any_to_tif.txt
plugins/Macros/RGB_Histogram.txt
plugins/Macros/Polygon_.txt
plugins/Utilities/Close_All_Without_Saving.txt
plugins/Examples/Blobs_Demo_in_Ruby.rb
plugins/Examples/Anaglyph_for_Red_Cyan_glasses.rb
set debugfd [open "debug.txt" w]
rename proc _proc
_proc proc {name arglist body} {
uplevel 1 [list _proc $name $arglist $body]
uplevel 1 [list trace add execution $name enterstep [list ::proc_start $name]]
}
_proc proc_start {name command op} {
global debugfd
puts $debugfd "$name >> $command"