Cannot execute basic commit function
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
New
|
Undecided
|
Unassigned |
Bug Description
In a previous life I used baxaar and was sad to hear that the project was dormant. I successfully installed the breezy package in WinPython 3.10 I tried to add and commit a small text file and got an internal error. Transcript follows below:
D:\sample\trunk>brz commit -m "Added firsat line of text"
Committing to: D:/sample/trunk/
brz: ERROR: TypeError: can only concatenate str (not "bytes") to str
Traceback (most recent call last):
File "C:\WPy64-
return the_callable(*args, **kwargs)
File "C:\WPy64-
ret = run(*run_argv)
File "C:\WPy64-
return self.run(
File "C:\WPy64-
return class_run(*args, **kwargs)
File "C:\WPy64-
tree.
File "C:\WPy64-
result = WorkingTree.
File "C:\WPy64-
committed_id = commit.
File "C:\WPy64-
self.
File "C:\WPy64-
for path, fs_hash in self.builder.
File "C:\WPy64-
for change in iter_changes:
File "C:\WPy64-
for change in iter_changes:
File "breezy\
File "breezy\
File "C:\WPy64-
dirblock = sorted(
File "breezy\
TypeError: can only concatenate str (not "bytes") to str
brz 3.3.2 on python 3.10.5 (Windows-
arguments: ['C:\\WPy64-
'-m', 'Added firsat line of text']
plugins: bash_completion
commitfromn
fastimport[
gitlab[3.3.2], hg[3.3.2], launchpad[3.3.2], mtn[3.3.2],
netrc_
propose[3.3.2], pypi[3.3.2], quilt[unknown], repodebug[3.3.2],
rewrite[
weave_
encoding: 'cp1252', fsenc: 'utf-8', lang: None
*** Breezy has encountered an internal error. This probably indicates a
bug in Breezy. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Any suggestions would be appreciated. Is there any a priori reason why it should not work?
Breezy does not support Windows at the moment, unfortunately.