10 years agowmesard commented on review 12562 for wmesard-p5:main Nit: You converted all the <li> HTML tags to numbered lists, but in fact they were bulleted lists. Other than that, LGTM. | ||
5 comments | ||
10 years agowmesard commented on review 12562 for wmesard-p5:main Converting to markdown is a good idea. Thanks! It's too bad that markdown doesn't have good, standard support for tables. In this case, though, the ta ...Converting to markdown is a good idea. Thanks! It's too bad that markdown doesn't have good, standard support for tables. In this case, though, the table format isn't really essential. I just used it because HTML has it. If you want to sidestep the issue by making some editorial changes to eliminate the tables, I'd be fine with that. For example, you could say, "For user | ||
10 years agowmesard committed change 11411 into wmesard-p5:main 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 agowmesard committed change 10925 into wmesard-p5:main 1. p5 share: strip "delete" lines from "p4 shelve" output. 2. Fix minor doc typo. | ||
10 years agowmesard committed change 10776 into wmesard-p5:main 1. The "p5 revert" clean up of abandoned files is best-effort. It shouldn't abort if an unlink 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. « | ||
11 years agowmesard committed change 10129 into wmesard-p5:main "p5 revert". Like "p4 revert", but deletes abandoned files (files that were added, and then 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 agowmesard committed change 9969 into wmesard-p5:main | ||
11 years agowmesard committed change 9963 into wmesard-p5:main | ||
11 years agowmesard committed change 9687 into wmesard-p5:main | ||
11 years agowmesard committed change 9657 into wmesard-p5:main 1. New commands "p5 bdiff" and "p5 bprint" for examining files in a previously saved backup. 2. On a syntax error, only print the releva...nt 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 agowmesard committed change 9610 into wmesard-p5:main 1. If "p5 share" sees files in the default changeset, it should print something 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 agowmesard committed change 9604 into wmesard-p5:main 1. Make "p5 backup" store the depot version number for each file. This necessitated 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 agowmesard committed change 9248 into wmesard-p5:main | ||
11 years agowmesard committed change 9227 into wmesard-p5:main Update usage message. | ||
11 years agowmesard committed change 9146 into wmesard-p5:main Alternative implementations of Matt's p5 enhancements from @9100 and @9103: 1. "-u me" should honor P4USER. 2. Add a "p5 shelved" command, analogous... to "p5 pending". # review @matt_attaway « | ||
11 years agowmesard commented on review 9103 for wmesard-p5:main I like both of those enhancements a lot. | ||
11 years agowmesard committed change 9083 into p5 is a drop-in replacement for p4. It provides some new commands, and enhances the behavior of some existing commands. | ||
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).