Comment 4 for bug 967060

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [win32] `bzr add file` in git tree fails with traceback

In [10]: st.
st.__add__ st.__le__ st.n_sequence_fields
st.__class__ st.__len__ st.n_unnamed_fields
st.__contains__ st.__lt__ st.st_atime
st.__delattr__ st.__mul__ st.st_ctime
st.__doc__ st.__ne__ st.st_dev
st.__eq__ st.__new__ st.st_gid
st.__ge__ st.__reduce__ st.st_ino
st.__getattribute__ st.__reduce_ex__ st.st_mode
st.__getitem__ st.__repr__ st.st_mtime
st.__getslice__ st.__rmul__ st.st_nlink
st.__gt__ st.__setattr__ st.st_size
st.__hash__ st.__str__ st.st_uid
st.__init__ st.n_fields

In [10]: st.st_uid
Out[10]: 0

In [11]: st.st_gid
Out[11]: 0