Closed
Bug 1976913
Opened 3 months ago
Closed 3 months ago
Fix workspace support for Jujutsu
Categories
(Conduit :: moz-phab, defect)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
moz-phab version (from moz-phab version
): 2.0.0
Steps to reproduce
- Create a co-located Jujutsu repository, i.e.,
jj git clone --colocate https://github.com/mozilla-firefox/firefox.git
. - Create a workspace from the repository, i.e.,
cd firefox && jj workspace add ../firefox-workspace
. - Create a patch and attempt to submit it with CWD in the workspace, i.e.,
cd ../firefox-workspace && moz-phab submit
. Observe that an error message is returned stating ``.
Assignee | ||
Updated•3 months ago
|
Summary: Fix non-colocated repo support for Jujutsu → Fix workspace support for Jujutsu
Assignee | ||
Comment 1•3 months ago
|
||
Comment 2•3 months ago
|
||
Authored by https://github.com/ErichDonGubler
https://github.com/mozilla-conduit/review/commit/8a8a20849c531b85070b731a9968e2cef41e2ba7
[main] Bug 1976913 - fix(jujutsu): cast self.git_path
to str
before passing as bare_path
for Git r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•