On Sat, Jul 25, 2009 at 6:09 AM, Adrian Buehlmann<[email protected]> wrote: > On 25.07.2009 11:33, Adrian Buehlmann wrote: >> For demonstration/experimentation purposes, I've created a throw-away demo >> proposal mockup repo for the future prospective combined TortoiseHg repo >> that has the branch name "stable" applied to a few of the last changes from >> current stable repo (I did this using mq and committed a merge with the >> default branch on top). >> >> I've pushed the result to >> http://bitbucket.org/abuehl/thg-branchexample (do not use for development!) > > The changeset for the 0.8.1 tag was broken. I just fixed that. > > And I have uploaded a screenshot of hgtk log for that repo at > > http://cdn.bitbucket.org/abuehl/thg-branchexample/downloads/log1.png (89.8 KB) > > (for those not wanting to clone the repo) > > Testing the tag on the command line goes like this: > >> cd > W:\thg-branchexample > >> hg par > changeset: 3282:1231e67c6c38 > tag: tip > parent: 3269:43a71c9d707c > parent: 3281:8087f1733038 > user: Adrian Buehlmann <[email protected]> > date: Sat Jul 25 12:51:02 2009 +0200 > summary: merge with stable > >> hg up 0.8.1 > 22 files updated, 0 files merged, 1 files removed, 0 files unresolved > >> hg par > changeset: 3277:faed93f61c94 > branch: stable > tag: 0.8.1 > user: Steve Borho <[email protected]> > date: Thu Jul 23 21:09:38 2009 -0500 > summary: iss: bump revision number to 0.8.1 >
A nice side effect of named branches is having all changes local. For instance: hg diff -r stable:default Shows you the cumulative changes made on the default branch. -- Steve Borho ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

