After bzr mv --auto deleted file and the new file were not correctly displayed as a moved file and now appear as renamed to bzr status . How can I change this so that the new file is marked as new again (and deleted as deleted)?
bzr mv --auto
bzr status
Given:
$ bzr status renamed: a => b
you will need to do:
$ bzr mv ba b => a ~$ mv ab $ bzr add b adding b $ bzr status removed: a added: b
You can do a simple revert in the file.
revert
Please note that this will lead to the cancellation of the renaming, but also to the modification you have made, so be careful!
Source: https://habr.com/ru/post/1444346/More articles:Can you put the schema.org markup intags? - htmlRobolectric: testing a ListView with a ViewHolder template raises a NullPointerException - androidGetting SQL view through Entity Framework returns incorrect result - c #How to transfer db from SQL server to SQL Azure that contains asp.net membership provider with data - azurezend mail sending unreadable mail when used in magento - magentohow to set the option selected by jquery, i.e. - jqueryPython 2y-blowfish hash keys for shadow - pythonWhat type should my list contain? - odataRemoving unused includes - c ++2011 Storage - JDBC Error - jdbcAll Articles
tags? - html