Change | User | Description | Committed |
---|---|---|---|
11411 | wmesard | p5 revert's handling of abandoned files could be a little friendlier: 1. When reverting a... non-existent file, don't print the inevitable "No such file or directory" error when we go and try to delete it. 2. Add a "v" option ("Delete abandoned files? (y/n/v) ") so the user can view which files are to be deleted before agreeing to it. « |
10 years ago |
10925 | wmesard |
1. p5 share: strip "delete" lines from "p4 shelve" output. 2. Fix minor doc typo. |
10 years ago |
10776 | wmesard | 1. The "p5 revert" clean up of abandoned files is best-effort. It shouldn't abort if an u...nlink fails. 2. "p4 shelve" is too verbose for "p5 share" to just echo unfiltered. But throwing it out isn't okay either, since it may contain a useful error message. Compromise: strip out the lines that we're expecting, and don't care about. « |
10 years ago |
10129 | wmesard | "p5 revert". Like "p4 revert", but deletes abandoned files (files that were added, and th...en reverted). By default, prompts the user before doing this. With the "-f" flag, doesn't prompt; just does it. Motivation: If you leave abandoned files laying around, tools like Maven will happily keep compiling them...until they break months later causing the build to mysteriously fail. « |
11 years ago |
9969 | wmesard | Tame the on-by-default echoing of the p4 commands being executed behind the scenes. No on...e is impressed (except for me, and I can still say "p5 -v CMD..." to see what's going on). « |
11 years ago |
9963 | wmesard | The "file..." args to restore, bdiff and bprint should support Perforce filespec syntax (..."//depot", "...", "*", "@", "#"). Note: share and backup already supported it, since they already used "p4 opened" and "p4 where" to do their thing. « |
11 years ago |
9687 | wmesard | New option to p5 backup: "-d description" passes a description for the backup rather than... prompting the user (a la "p4 submit"). Note: this quietly obsoletes the old ill-considered "-d" flag (which overrode the diff format used in the patch file). « |
11 years ago |
9657 | wmesard | 1. New commands "p5 bdiff" and "p5 bprint" for examining files in a previous...ly saved backup. 2. On a syntax error, only print the relevant line of the Usage message instead of the whole thing. 3. Be less chatty about what commands we're executing to get the job done ("p4 client" and "p4 opened" in particular). Anyone who really cares can say "p5 -v COMMAND". « |
11 years ago |
9610 | wmesard | 1. If "p5 share" sees files in the default changeset, it should print someth...ing that looks like a changeset description summary for those files. (It's too easy to have files in the default changeset unintentionally, so it makes sense to have p5 desc/p5 share scream about them.) 2. Add support for "-s" flag to "p5 share" and "p5 desc". (If the user says "p5 desc -s", they probably mean something like "p5 describe -s <all-changesets-including-default>". Thanks to (1), above, that now makes sense.) 3. Make "p5 resolve" honor P5_DIFF_FLAG. « |
11 years ago |
9604 | wmesard | 1. Make "p5 backup" store the depot version number for each file. This neces...sitated a new backup format. So add file format versioning, and a converter to read old files. 2. Make "p5 backups -l" print that version number. 3. "p4 diff -du" doesn't print the version number. It does print it for the other diff formats (and even for "-du3"). Since "p5 share" uses "p4 diff", add the version number in if necessary. 4. General code clean up. Make pylint happy. (Well...less unhappy.) New "File" class replaces the old list-munging code in Workspace class. « |
11 years ago |
9248 | wmesard | If set in the environment, "p4 set P4USER" prints: "P4USER=useridhere" But if it comes fr...om .p4config, it adds garbage: "P4USER=useridhere (config)" Neither "p4 -s" nor "p4 -G" seem to make it better. So we have to clean the string ourselves. « |
11 years ago |
9227 | wmesard | Update usage message. | 11 years ago |
9146 | wmesard | Alternative implementations of Matt's p5 enhancements from @9100 and @9103: 1. "-u me" sh...ould honor P4USER. 2. Add a "p5 shelved" command, analogous to "p5 pending". # review @matt_attaway « |
11 years ago |
9083 | wmesard | p5 is a drop-in replacement for p4. It provides some new commands, and enhances the beh...avior of some existing commands. « |
11 years ago |