You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to push changes back into my shared bzr repo, I get an error message talking about bzr not able to import the reftracker module.
I am running ArchLinux with bzr 2.5.1 and git 1.7.11.4
� $ git bzr push
Doing on-the-fly conversion from RemoteRepositoryFormat(_network_name='Bazaar pack repository format 1 with rich root (needs bzr 1.0)\n') to RepositoryFormat2a().
This may take some time. Upgrade the repositories to the same format for better performance.
11:07:59 Calculating the revisions to include ...
11:07:59 Starting export of 211 revisions ...
11:07:59 Exported 211 revisions in 0:00:00
bzr: ERROR: No module named reftracker
You may need to install this Python library separately.
ERROR:root:bzr import failed
$ git branch --all
bzr/master
* master
edited: formating
The text was updated successfully, but these errors were encountered:
When I try to push changes back into my shared bzr repo, I get an error message talking about bzr not able to import the reftracker module.
I am running ArchLinux with bzr 2.5.1 and git 1.7.11.4
� $ git bzr push
Doing on-the-fly conversion from RemoteRepositoryFormat(_network_name='Bazaar pack repository format 1 with rich root (needs bzr 1.0)\n') to RepositoryFormat2a().
This may take some time. Upgrade the repositories to the same format for better performance.
11:07:59 Calculating the revisions to include ...
11:07:59 Starting export of 211 revisions ...
11:07:59 Exported 211 revisions in 0:00:00
bzr: ERROR: No module named reftracker
You may need to install this Python library separately.
ERROR:root:bzr import failed
edited: formating
The text was updated successfully, but these errors were encountered: