Exemple #1
0
    def __init__(self, config):
        Coloring.__init__(self, config, "status")
        self.project = self.printer("header", attr="bold")
        self.branch = self.printer("header", attr="bold")
        self.nobranch = self.printer("nobranch", fg="red")
        self.important = self.printer("important", fg="red")

        self.added = self.printer("added", fg="green")
        self.changed = self.printer("changed", fg="red")
        self.untracked = self.printer("untracked", fg="red")
Exemple #2
0
  def __init__(self, config):
    Coloring.__init__(self, config, 'status')
    self.project   = self.printer('header',    attr = 'bold')
    self.branch    = self.printer('header',    attr = 'bold')
    self.nobranch  = self.printer('nobranch',  fg = 'red')
    self.important = self.printer('important', fg = 'red')

    self.added     = self.printer('added',     fg = 'green')
    self.changed   = self.printer('changed',   fg = 'red')
    self.untracked = self.printer('untracked', fg = 'red')
Exemple #3
0
 def __init__(self, config, cmd):
   Coloring.__init__(self, config, cmd)
Exemple #4
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'diff')
   self.project   = self.printer('header',    attr = 'bold')
Exemple #5
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'reposync')
   self.project   = self.printer('header', attr = 'bold')
   self.info      = self.printer('info')
   self.fail      = self.printer('fail', fg='red')
Exemple #6
0
 def __init__(self, config):
   Coloring.__init__(self, config, "status")
Exemple #7
0
 def __init__(self, config):
     Coloring.__init__(self, config, "grep")
     self.project = self.printer("project", attr="bold")
Exemple #8
0
      def __init__(self, gc):
        Coloring.__init__(self, gc, 'help')
        self.heading = self.printer('heading', attr='bold')

        self.wrap = AbstractFormatter(DumbWriter())
Exemple #9
0
 def __init__(self, gc):
   Coloring.__init__(self, gc, 'interactive')
   self.prompt = self.printer('prompt', fg='blue', attr='bold')
   self.header = self.printer('header', attr='bold')
   self.help = self.printer('help', fg='red', attr='bold')
Exemple #10
0
 def __init__(self, config):
     Coloring.__init__(self, config, "status")
     self.project = self.printer("header", attr="bold")
Exemple #11
0
 def __init__(self, gc):
     Coloring.__init__(self, gc, 'interactive')
     self.prompt = self.printer('prompt', fg='blue', attr='bold')
     self.header = self.printer('header', attr='bold')
     self.help = self.printer('help', fg='red', attr='bold')
Exemple #12
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'status')
   self.project = self.printer('header', attr='bold')
   self.text = self.printer('text')
Exemple #13
0
 def __init__(self, config):
     Coloring.__init__(self, config, "diff")
     self.project = self.printer("header", attr="bold")
Exemple #14
0
 def __init__(self, config):
     Coloring.__init__(self, config, "reposync")
     self.project = self.printer("header", attr="bold")
     self.info = self.printer("info")
     self.fail = self.printer("fail", fg="red")
Exemple #15
0
 def __init__(self, config):
     Coloring.__init__(self, config, "branch")
     self.current = self.printer("current", fg="green")
     self.local = self.printer("local")
     self.notinproject = self.printer("notinproject", fg="red")
Exemple #16
0
            def __init__(self, gc):
                Coloring.__init__(self, gc, "help")
                self.heading = self.printer("heading", attr="bold")

                self.wrap = AbstractFormatter(DumbWriter())
Exemple #17
0
 def __init__(self, gc):
     Coloring.__init__(self, gc, "interactive")
     self.prompt = self.printer("prompt", fg="blue", attr="bold")
     self.header = self.printer("header", attr="bold")
     self.help = self.printer("help", fg="red", attr="bold")
Exemple #18
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'rebase')
   self.project = self.printer('project', attr='bold')
   self.fail = self.printer('fail', fg='red')
Exemple #19
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'status')
   self.project = self.printer('header', attr='bold')
   self.text = self.printer('text')
Exemple #20
0
 def __init__(self, config):
     Coloring.__init__(self, config, 'branch')
     self.current = self.printer('current', fg='green')
     self.local = self.printer('local')
     self.notinproject = self.printer('notinproject', fg='red')
 def __init__(self, config):
   Coloring.__init__(self, config, 'changelog')
   self.project = self.printer('project', attr='bold')
Exemple #22
0
 def __init__(self, config, cmd):
     Coloring.__init__(self, config, cmd)
Exemple #23
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'status')
   self.project = self.printer('header', attr = 'bold')
   self.untracked = self.printer('untracked', fg = 'red')
Exemple #24
0
 def __init__(self, config):
     Coloring.__init__(self, config, 'grep')
     self.project = self.printer('project', attr='bold')
Exemple #25
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'branch')
   self.current = self.printer('current', fg='green')
   self.local   = self.printer('local')
   self.notinproject = self.printer('notinproject', fg='red')
Exemple #26
0
            def __init__(self, gc):
                Coloring.__init__(self, gc, 'help')
                self.heading = self.printer('heading', attr='bold')

                self.wrap = AbstractFormatter(DumbWriter())
Exemple #27
0
 def __init__(self):
     Coloring.__init__(self, gc, 'test color display')
     self._on = True
Exemple #28
0
 def __init__(self, config):
     Coloring.__init__(self, config, "status")
Exemple #29
0
 def __init__(self):
   Coloring.__init__(self, gc, 'test color display')
   self._on = True
Exemple #30
0
 def __init__(self, config):
     Coloring.__init__(self, config, 'status')
     self.project = self.printer('header', attr='bold')
     self.untracked = self.printer('untracked', fg='red')
Exemple #31
0
 def __init__(self, config):
   Coloring.__init__(self, config, 'forall')
   self.project = self.printer('project', attr='bold')
Exemple #32
0
 def __init__(self, config):
     Coloring.__init__(self, config, "status")
     self.project = self.printer("header", attr="bold")
     self.untracked = self.printer("untracked", fg="red")