Thu, 02 Sep 2010 23:22:51 +0200 |
Martin Geisler |
tests: remove unneeded -d flags
|
Tue, 08 Jun 2010 22:28:42 +0200 |
Gilles Moris |
commit: fix display of 'created new head' message (issue2186)
|
Sat, 15 May 2010 21:24:23 -0500 |
Matt Mackall |
commit: fix complaint about branch merge creating new heads (issue2186)
|
Fri, 14 May 2010 10:01:09 -0500 |
Matt Mackall |
rollback: fix up tests
|
Thu, 13 May 2010 17:24:21 -0500 |
Matt Mackall |
commit: note new branch heads rather than topological heads
|
Mon, 12 Apr 2010 17:21:30 -0700 |
Matt Mackall |
rollback: improve message
|
Fri, 09 Apr 2010 17:23:37 -0500 |
Steve Borho |
rollback: add dry-run argument, emit transaction description
|
Tue, 12 Jan 2010 22:49:10 +0900 |
Yuya Nishihara |
branch: help misuse of hg branch to switch branches
stable
|
Sun, 07 Feb 2010 00:51:59 +0100 |
Benoit Boissinot |
merge: add hints about the use of 'hg heads' to find the rev to merge
|
Mon, 29 Jun 2009 09:00:26 -0700 |
Brendan Cully |
Update test output for e67e5b60e55f
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
store all heads of a branch in the branch cache
|
Mon, 23 Jun 2008 15:02:52 +0200 |
Dirkjan Ochtman |
merge: only in-branch merges can be implicit
|
Fri, 21 Mar 2008 11:06:02 +0100 |
Dirkjan Ochtman |
warn about new heads on commit (issue842)
|
Sat, 09 Feb 2008 18:58:31 +0100 |
Thomas Arendsen Hein |
Print less scary warning when invalidating the branch cache.
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
update the branch cache at the end of addchangegroup
|
Thu, 21 Jun 2007 10:40:09 -0700 |
Eric Hopper |
Change branches to sort 'active' branches first, and add an option to show only active branches.
|
Mon, 18 Jun 2007 12:38:54 -0700 |
Brendan Cully |
Make fast-forward merges full merges
|
Mon, 18 Jun 2007 11:13:16 -0700 |
Brendan Cully |
Fix up tests for new branch message
|
Sun, 06 May 2007 20:27:45 -0700 |
Brendan Cully |
Add fast-forward branch merging
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:59 -0300 |
Alexis S. L. Carvalho |
avoid a traceback with hg branch newbranch; hg up
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Mon, 12 Mar 2007 14:50:19 -0700 |
Brendan Cully |
Add test for branch shadowing
|
Tue, 13 Mar 2007 15:18:10 -0500 |
Matt Mackall |
Move branches.cache to branch.cache
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Sat, 10 Mar 2007 17:36:29 -0800 |
Brendan Cully |
Test update to branch tip
|
Fri, 09 Mar 2007 19:57:26 +0100 |
Thomas Arendsen Hein |
Add tests for .hg/branches.cache feature list.
|
Fri, 09 Mar 2007 19:12:03 +0100 |
Thomas Arendsen Hein |
Add a features list to branches.cache to detect caches of old hg versions.
|
Fri, 09 Mar 2007 18:09:02 +0100 |
Thomas Arendsen Hein |
Store empty (default) branch in branch cache, too.
|
Sat, 02 Dec 2006 03:38:55 -0200 |
Alexis S. L. Carvalho |
Ignore all errors while parsing the branch cache.
|
Sat, 02 Dec 2006 03:16:17 -0200 |
Alexis S. L. Carvalho |
small fixes for test-newbranch
|
Tue, 24 Oct 2006 16:49:36 -0500 |
Matt Mackall |
add branch and branches commands
|
Wed, 18 Oct 2006 10:35:14 +0200 |
Thomas Arendsen Hein |
Add test for invalid branch cache (fixed by 27ebe4efe98e)
|
Tue, 17 Oct 2006 18:48:41 -0500 |
Matt Mackall |
Add some basic branch name tests
|