GNOME Bugzilla – Bug 650250
meld /path/to/vcs does not work when cwd does not contain a vcs
Last modified: 2011-05-29 02:21:10 UTC
meld /path/to/vcs only opens window with an empty location when /path/to/vcs points to a vcs. If you click on e.g. flatten in the opened meld you get following tracebacks: > ./meld.git/bin/meld /path/to/vcs ... Traceback (most recent call last):
+ Trace 227130
self.refresh()
self.set_location( self.model.value_path( self.model.get_iter_root(), 0 ) )
return self.get_value(it, self.column_index(COL_PATH, pane))
It seems to execute valid_repo() in the directory where meld was started. If that directory does not contain a vcs you get the empty window. If you do have a vcs in that folder it will work, even when the vcs is a different one than the one pointed to by /path/to/vcs downstream bug: https://bugs.launchpad.net/ubuntu/+source/meld/+bug/770549 verified with git in current git head 1e097face620
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.