/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/win32/brz_postinstall.py

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-09 18:25:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210109182550-kzm25v6pqqhplv0b
Clean up, clarification.

* Remeved informaion about old Bazaar site
  from Windows installer post install script.

* Indicate that the old Bazaar plugins may
  no longer actually work.

* Made it clear that documentation on Bazaar was
  found at a certain adress, not Breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
                         "This library needed for SFTP transport.\n"
338
338
                         "If you need to work via SFTP you should download\n"
339
339
                         "this library manually and put it to directory\n"
340
 
                         "where Brz installed.\n"
341
 
                         "For detailed instructions see:\n"
342
 
                         "http://wiki.bazaar.canonical.com/BzrOnPureWindows"
 
340
                         "where Brz installed."
343
341
                         ),
344
342
                        "Warning",
345
343
                        MB_OK | MB_ICONEXCLAMATION)