progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

no longer mention Bazaar following #1901 #1902

Closed aollier closed 9 months ago

aollier commented 9 months ago

Changes

Context

In #1901, I removed the parts related to Bazaar. We have to remove the remaining parts talking about Bazaar.

petk commented 9 months ago

Thanks, I was just prepairing the update also :D And also the status.json file can be updated similarly:

--- a/status.json
+++ b/status.json
@@ -85,11 +85,9 @@
     },
     "09-git-and-other-scms": {
       "1-git-and-other-scms.asc": 0,
-      "sections/client-bzr.asc": 0,
       "sections/client-hg.asc": 0,
       "sections/client-p4.asc": 0,
       "sections/client-svn.asc": 0,
-      "sections/import-bzr.asc": 0,
       "sections/import-custom.asc": 0,
       "sections/import-hg.asc": 0,
       "sections/import-p4.asc": 0,
aollier commented 9 months ago

Hi @petk and thank you for your comment. Do you want to push another commit on my branch?

petk commented 9 months ago

If you can add it, that would be just fine.