On 4/11/2013 10:26 AM, Ted Mielczarek wrote: > On 4/11/2013 1:13 PM, Mike Hommey wrote: >> That still leave the clutter forever in the mercurial log. I wonder if >> it would be possible to push special branches or bookmarks for >> DONTBUILD and CLOSED TREE, with a server side hook to handle things >> nicely. > Mercurial has this thing called "push keys" which are what's used to > implement bookmarks: > http://www.selenic.com/blog/?p=644 > > It's possible we could piggyback on that.
A potential concern with push keys would be Git users. If (and that's a big if) we ever set up a Git server that allows pushes, I don't believe Git supports a similar extensible model for attaching metadata to pushes (it does support metadata on commits). I believe your recourse in Git would be to push a specially-named ref and/or a special object (not a blob, tree, or commit) and derive special behavior from that. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform