Convert git_id() to the new id format
commite4560d7ebac0f15ce5383f21c1c1696efc4fe66b
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:15 +0000 (21 23:12 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:15 +0000 (21 23:12 +0100)
treebf6f14c4d53dbc78d6c3dafbb8acc59c773261d8
parent48c930db6aaa1559f0d25030c0a9691170fe715c
Convert git_id() to the new id format

The patch rewrites git_id() to use the new id format and coverts the
commands using this function. The git_id() will be removed once all the
commands are converted to the new infrastructure where git_commit() will
be used instead.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/common.py
stgit/commands/diff.py
stgit/commands/files.py
stgit/commands/mail.py
stgit/commands/pick.py
stgit/commands/refresh.py
stgit/commands/series.py
t/t2000-sync.sh