summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6509e19)
raw | patch | inline | side by side (parent: 6509e19)
author | Simon Hausmann <shausman@trolltech.com> | |
Thu, 7 Jun 2007 10:51:03 +0000 (12:51 +0200) | ||
committer | Simon Hausmann <shausman@trolltech.com> | |
Thu, 7 Jun 2007 10:51:03 +0000 (12:51 +0200) |
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4 | patch | blob | history |
index ececc445183160fe77217d3aae924b5315671508..50d92c0f428bc9f7924fbb65d5e40ea442b1dad8 100755 (executable)
self.options = [ ]
self.description = ("Fetches the latest revision from perforce and "
+ "rebases the current work (branch) against it")
+ self.verbose = False
def run(self, args):
sync = P4Sync()