| Source path: svn/ trunk/ src/ p4shelf.py |
|
|
|
|
Change log
- Fixed bug in restoring changelists with multi line comments. - Changed so that we never encounter duplicate filenames, we always manage to save to the directory. - Root clientspecs are now also supported for archiving, but not for extracting.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r14
by jim.tilander
on Nov 2, 2008
Diff
- Created the client file in case it was not existing on the current machine (e.g. add operations).
r12
by jim.tilander
on Nov 2, 2008
Diff
- Added the ability to extrac changelists back with their descriptions, idea from Alen Ladavac and a patch from him as well. Somewhat cleaned up and modified. ...