parent
83533f5520
commit
a8444db402
|
@ -1135,7 +1135,7 @@ class SvnCommit(Method):
|
|||
w.set_error("Up-to-date")
|
||||
except:
|
||||
w.set_error("Problems with SVN commit: %d" % status)
|
||||
w.application.data_buffer("*Commit*", data, switch_to=True)
|
||||
w.application.data_buffer("*Commit*", repr(lines), switch_to=True)
|
||||
|
||||
class SvnStatus(Method):
|
||||
column = {
|
||||
|
|
Loading…
Reference in New Issue