James Carlson wrote: > John Beck writes: >> Gary> files going on in my TeamWare workspaces. I manage them multiple >> Gary> wx/active files for webrev and putback from a single TeamWare >> workspace. >> >> Gary> How do I get the same functionality from Hg+Cd? >> >> You don't, at least for now. Use multiple workspaces and keep your work >> separate. > > That's probably the best advice to remain sane. But if you don't mind > insanity, it is possible to do "hg commit" on a list of files (not > including all of those changed), and then push those to a repository. > >> Gary> How do I stop having to give my id_dsa passphrase for onnv.eng? >> >> My only suggestion is to generate a key with no pass-phrase, but others >> might have better ideas. > > You could also use ssh-agent. > So, I don't know if this is a bug or a feature, but I've found I can do pulls without needing to enter my pass-phrase. My day-to-day identity has an empty pass phrase, but I created one with a pass-phrase for pushes. My .ssh/config specifies a separate identity file for onnv.sfbay. When I do pulls, though, I'm actually specifying
ssh://elpaso.eng//export/onnv-clone and that doesn't ask me for the pass phrase, it's using my 'everyday' identity. -tim