Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 2763
e4794166ad70
parent 2451
4d80de2f9122
child 2771
281c9b30dd91
equal deleted inserted replaced
2761:bcc10ef7015d 2763:e4794166ad70
1944 self.repoBrowser.show() 1944 self.repoBrowser.show()
1945 self.repoBrowser.start(url) 1945 self.repoBrowser.start(url)
1946 1946
1947 def svnRemoveFromChangelist(self, names): 1947 def svnRemoveFromChangelist(self, names):
1948 """ 1948 """
1949 Public method to remove a file or directory from it's changelist. 1949 Public method to remove a file or directory from its changelist.
1950 1950
1951 Note: Directories will be removed recursively. 1951 Note: Directories will be removed recursively.
1952 1952
1953 @param names name or list of names of file or directory to remove 1953 @param names name or list of names of file or directory to remove
1954 (string) 1954 (string)

eric ide

mercurial