chiark / gitweb /
Moved that status function to the status command file
authorDavid Kågedal <davidk@lysator.liu.se>
Fri, 14 Sep 2007 22:31:24 +0000 (00:31 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 23 Sep 2007 22:54:06 +0000 (00:54 +0200)
commit4361d795da7d49ae5e997d4f077748950bb35601
tree885c8c0204d166a11d49ca2211cf4894d2f6c6e1
parent70028538744f36056327d77eed89151a83813d56
Moved that status function to the status command file

The git.status() was more of a command than a library function, and
was only used in one place.

Signed-off-by: David Kågedal <davidk@lysator.liu.se>
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/status.py
stgit/git.py