Tagged Questions

0
votes
1answer
36 views

How do I undo a bzr ignore?

I mistakenly did bzr ignore For some files that I don't want to ignore. How do I undo the ignore?
2
votes
3answers
80 views

GUI for bazaar, equivalent of gitk

What is a maintained GUI for bzr, perhaps something like gitk for git?
0
votes
3answers
75 views

bzr: Restoring a deleted file after some commits with bazaar

Hi everybody ! I'd like to know if it is possible to restore a removed file from an older revision (a clean way to do it) I've renamed a file for some tests, than I commited all my work (and I …
0
votes
1answer
21 views

How do I get Bzr to run an arbitrary command on commit

I need the ability to run an arbitrary command when I try and commit to a bazaar branch. This command should return 0 on success, or any other code on failure, and if the command fails, bzr should …