[meld] Rename Bazaar-NG to Bazaar



commit 067050106cda8d252063c0c2173a0a72ccc889ca
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Fri Oct 26 05:39:07 2012 +1000

    Rename Bazaar-NG to Bazaar
    
    Bazaar hasn't existed since 2005, and no-one actually uses the suffix
    anymore.

 meld/vc/__init__.py |    2 +-
 meld/vc/bzr.py      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/vc/__init__.py b/meld/vc/__init__.py
index bca7967..29817b6 100644
--- a/meld/vc/__init__.py
+++ b/meld/vc/__init__.py
@@ -47,7 +47,7 @@ def get_plugins_metadata():
 
 vc_sort_order = (
     "Git",
-    "Bazaar-NG",
+    "Bazaar",
     "Mercurial",
     "Fossil",
     "Monotone",
diff --git a/meld/vc/bzr.py b/meld/vc/bzr.py
index 1c417fa..4ae0c7b 100644
--- a/meld/vc/bzr.py
+++ b/meld/vc/bzr.py
@@ -31,7 +31,7 @@ class Vc(_vc.CachedVc):
 
     CMD = "bzr"
     CMDARGS = ["--no-aliases", "--no-plugins"]
-    NAME = "Bazaar-NG"
+    NAME = "Bazaar"
     VC_DIR = ".bzr"
     PATCH_INDEX_RE = "^=== modified file '(.*)'.*$"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]