status should indicate that a loom needs recording
Bug #213946 reported by
vitaly.v.ch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Loom |
Triaged
|
Medium
|
Unassigned |
Bug Description
bash-3.1# pwd
/root/projects.
bash-3.1# bzr show-loom
=>Doxy-Doc
upstream
bash-3.1# cd ..
bash-3.1# bzr branch dispatcher.loom/ dispatcher.loom-2
Branched 239 revision(s).
bash-3.1# cd dispatcher.loom-2
bash-3.1# bzr show-loom
bash-3.1# bzr nick
dispatcher.loom-2
bash-3.1#
I expect to see in dispatcher.loom-2 the branch of dispatcher.loom but not something undefined
To post a comment you must log in.
I can't reproduce this with bzr 1.2, bzr-loom trunk revno.80, and my loomified branch with 2 threads. After branching I still have correct loom.
Are you sure you record the loom before branching? If yes, can you provide small test case how to reproduce this problem?