added fails when not run in tree root

Bug #183079 reported by Matthew Fuller
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Undecided
Unassigned

Bug Description

See script below; second 'added' invocation has no effect, even though the file added is in its CWD.

#!/bin/sh -x
bzr="/usr/local/bin/bzr --no-aliases --no-plugins"

${bzr} init A
(
    cd A ;
    mkdir foo ;
    ${bzr} add ;
    ${bzr} ci -m 'add' ;
    touch foo/bar
    ${bzr} add ;
    ${bzr} added ;
    (cd foo && ${bzr} added)
)

Revision history for this message
Matthew Fuller (fullermd) wrote :

Still the case.

Changed in bzr:
status: New → Confirmed
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.