Bookmarks in core?

Augie Fackler durin42 at gmail.com
Mon Nov 29 18:19:11 CST 2010


On Nov 29, 2010, at 5:25 PM, Matt Mackall wrote:

> 
>> - This might be a secondary topic, but I think it'd be great to have  
>> remote-tracking bookmarks. I.e., each entry in hg paths gets a  
>> bookmark, and pulling from a repo moves that bookmark forward. I think  
>> it'd be great to have this on by default; it would make it easier to  
>> deal with (or put off) merges involving large numbers of changesets,  
>> since you could easily identify what head each repo is at.
> 
> Interesting. Can we get a proposal including how these branches get
> named?

I've done some minimal work related to pseudo-bookmarks with remote branch heads - my remotebranches extension is the result of that. I've been meaning to extend the concept to bookmarks as well, since I'm using them pretty much all the time now. The way I name these pseudo-bookmarks is just $paths_entry_name/$branch_name, and I was figuring I'd use $paths_entry_name/$bookmark_name for bookmarks. Open to both suggestions on that and contributing remotebranches/remotebookmarks into hgext.

> 
> -- 
> Mathematics is the supreme nostalgia of our time.
> 
> 
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel



More information about the Mercurial-devel mailing list