On Fri, Sep 9, 2011 at 00:44, Greg Hudson <ghud...@mit.edu> wrote: > On Thu, 2011-09-08 at 23:43 -0400, Greg Stein wrote: >> I've had to use git lately, and our shelves could almost look like >> git's branches. Swap around among them based on what you're doing at >> the time. > > I think this is closer to git's "stash" feature than git branches. In > fact, I was thinking of jumping in and asking why this was being called > something gratuitously different.
Mercurial calls it shelving. (personally, I tend to refer to 'git stash' rather than 'hg shelve' given the former's increased mindshare.. but this thread started with the 'shelve' term) I expected us to alias 'shelve' and 'stash' to the same operation, much like we have both 'svn blame' and 'svn praise'. Cheers, -g