Use __run instead of os.system() in git.merge()
authorChuck Lever <cel@netapp.com>
Wed, 26 Oct 2005 18:52:00 +0000 (14:52 -0400)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:13 +0000 (20:47 +0100)
commit962ef1c731f01f4d6c146c2af88d69fcc7d023a9
tree94fa3607e80e2b894cac0a45dcba130b202d776c
parent741f278499bbb039814789c0d11639c71512df92
Use __run instead of os.system() in git.merge()

This is just a little faster, avoiding an unneeded invocation of the shell.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py