Print this page
NEX-5237 git-pbchk fails to detect parent branch
Reviewed by: Dan Fields <dan.fields@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/git-pbchk.py
          +++ new/usr/src/tools/scripts/git-pbchk.py
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #  You should have received a copy of the GNU General Public License
  13   13  #  along with this program; if not, write to the Free Software
  14   14  #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15   15  #
  16   16  
  17   17  #
  18   18  # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  19   19  # Copyright 2008, 2012 Richard Lowe
  20   20  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  21   21  # Copyright (c) 2014, Joyent, Inc.
       22 +# Copyright 2016 Nexenta Systems, Inc.
  22   23  # Copyright (c) 2015, 2016 by Delphix. All rights reserved.
  23   24  # Copyright 2016 Nexenta Systems, Inc.
  24   25  #
  25   26  
  26   27  import getopt
  27   28  import os
  28   29  import re
  29   30  import subprocess
  30   31  import sys
  31   32  import tempfile
↓ open down ↓ 362 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX