Gregory Szorc wrote:

The best way to fetch it is to pull the bookmark tracking it:

$ hg pull -B gps/build/measure-compiler http://hg.gregoryszorc.com/gecko-collab

Or, look for that bookmark at http://hg.gregoryszorc.com/gecko-collab/bookmarks and track down the changeset.

Note that for bookmarks that don't contain /s you can just use (e.g.) http://hg.gregoryszorc.com/gecko-collab/rev/fx to view the changeset.

(Also, while looking at the Mercurial source code to see if I could expose hidden changesets through the web UI, I noticed that the official resource/URL for linking to changesets is "changeset" not "rev." So, all our Bugzilla URLs using /rev/<node> are using an alias. I'm curious if this is intentional or an accident.)

Interestingly the bookmarks page itself links to /rev/ too...

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to