Is "repair move" supported?

Asked by Trillian

Does TortoiseBzr have a "repair move" feature like TortoiseSVN?
See: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-rename.html (Repairing File Renames)

I'm a TortoiseSvn user and I've been using Mercurial through TortoiseHg lately but I can't work without repair move. I'm planning to switch over to Bazaar for my dvcs needs, but only if repair move is supported.

Note: I don't want to have to type a single command line. The feature must be easily available through the commit dialog or similar.
Note 2: "guess rename" is not sufficient, unless it's much better than TortoiseHg's implementation.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
TortoiseBZR Edit question
Assignee:
No assignee Edit question
Solved by:
methane
Solved:
Last query:
Last reply:
Revision history for this message
Best methane (songofacandy) said :
#1

Some qbzr dialogs (that is launched from TortoiseBZR) supports repair move.
For example, commit dialog supports it as following flow:
1) Check "non-versioned files".
2) Select new name (Status is non-versioned) and old name (Status is missing) pair.
3) Right click and select "Mark as renamed".

bzr can detect renamed files by "bzr rename --auto",
but this feature is not able to be accessed from GUI for now.

Revision history for this message
Trillian (3llianx) said :
#2

Thanks INADA Naoki, that solved my question.