push and the working tree
Nathaniel McCallum
npmccallum at gentoo.org
Wed Nov 30 03:59:53 GMT 2005
Following this pattern:
bzr branch foo bar
cd bar
touch new_file
bzr add new_file
bzr commit
bzr merge
bzr push ../foo
new_file does not appear in the working copy of the foo branch. It is
not immediately clear how to update the working copy. In fact, bzr
status, shows new_file as being deleted (which isn't really true, it
just appears that way). bzr revert works, but you aren't really
reverting per se. Am I missing something obvious? If not how should
this be handled?
Nathaniel
More information about the bazaar
mailing list