Ftr, I've updated from bzr just to make sure I wasn't incurring in any problem due to the version I'm using.
I've confirmed that the problems I used to have with displayed changelog (l) also happened when running an incoming with M-m and where due to my global setting in ~/.hgrc about the pager. Removing the paging extension makes l work. That said when from the bookmarks I hit L it still completely locks and then kill my emacs, no idea why. anything I can do to debug the issue? On Wed, Feb 17, 2010 at 4:43 PM, Thierry Volpiatto <[email protected]> wrote: >> * In bookmarks mode: >> ** if I set up a partner and then hit M-f it will pull from the >> partner and I don't seem able to ever pull from the configured path >> (as returned by hg paths). On the other hand if I hit "s" for status >> and in that screen run M-f it will pull form path > 1) emacs-bookmark-extension-qp ==> work here and apply patchs to 2 > 2) emacs-bookmark-extension ==> push to 3 (similar to pulling from 4) > 3) emacs-bookmark-extension-intox ==> pull from remote, push to remote. > 4) Partner [Local hg repo] ==> pull from 2 I'm sorry I haven't understood any of this. I don't understand what emacs-bookmark-extension-qp and the others are supposed to be. branches? elisp modules? I don't have any function like that defined and grepping dvc code for it found nothing. I've tried this again and done the following: 1. C-x V b 2. hit a 3. added a bookmark, which asks me for a name and a local path 4. hit A m and added the push location 5. hit A p and added a partner at this point with the pointer on the name of the bookmark hitting M <anything> will result in whatever action to be performed against the partner repository, not the push location added at step 4. If I remove the partner everything will happen against the push location defined a step 4. >> ** I don't see a way to run xhg-outgoing/see what I'm going to push, >> even tho the function is clearly existing and I can run it manually (I >> also don't see how I'd diff against a branch/revision) > From bookmarks you have to set manually the push destination with "A-m". but then I don't see any equivalent of M-m for for outgoing, or does dvc-bookmarks-missing do both? there's no documentation associated with the function that I can see with C-h f. >> ** if I hit "d" for diff I get No definition and no fallback for >> xhg-"dvc-diff-against-url" > From where are you hitting d? > It work fine from bookmarks. it doesn't for me if I have a partner url defined. If I don't then it runs against the default repo I guess and works as expected. [cut] thanks for the branches info >> * with [change]log I don't see how to get it to output a patch > While in log buffer hit "e" that is xhg-export. cool, thanks, export to buffer would be handy tho and I can save that later if I need/want to. thanks -- "Behind every great man there's a great backpack" - B. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
