arifgursel / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Close unused branches #585

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.`hg head` shows too much stuff
2.these should be be cleaned up

What is the expected output? What do you see instead?
http://stackoverflow.com/questions/4731190/how-to-show-the-diff-specific-to-a-na
med-branch-in-mercurial
http://mercurial.selenic.com/wiki/PruningDeadBranches

Original issue reported on code.google.com by techtonik@gmail.com on 17 Jul 2012 at 4:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The correct syntax seems to be:
  hg log -r "branch('text') - branch(default)"

Original comment by techtonik@gmail.com on 17 Jul 2012 at 5:46

GoogleCodeExporter commented 9 years ago
I've closed holkner-1 and python-1.0 branches in:

    http://code.google.com/r/techtonik-pyglet-12/source/browse

Others contain unmerged fixes that should be reviewed manually.

Original comment by techtonik@gmail.com on 17 Jul 2012 at 6:00

GoogleCodeExporter commented 9 years ago
Branch 'text' in r6575ebec576d was merged manually to "trunk" in rdc785fb795fc 
and can be safely closed too. To check:

    hg up -r 243
    hg merge -r text

Original comment by techtonik@gmail.com on 19 Jul 2012 at 9:09