Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 01 Dec 2007 19:10:00 +0100] rev 5578
Add tests for hgwebdir repository names with slashes in them.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 01 Dec 2007 18:26:27 +0100] rev 5577
CGI compatibility fix for d74fc8dec2b4.
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 15:52:36 -0600] rev 5576
doc: add repo/ to .hgignore and .hgtags
These names were disappearing in the asciidoc output and no form of
escaping seems to help. Let's just add repo/ to make it explicit that
they're in the repository root.
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 15:26:01 -0600] rev 5575
imported patch rollback-help
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 15:25:37 -0600] rev 5574
imported patch rev-help
Matt Mackall <mpm@selenic.com> [Fri, 09 Nov 2007 10:45:58 -0600] rev 5573
clarify rm -A
Steve Borho <steve@borho.org> [Thu, 29 Nov 2007 20:47:41 -0600] rev 5572
hgweb: make web.name default to repo basename
Providing the full path to the repository by default
could be considered a security risk.
Jim Hague <jim.hague@acm.org> [Tue, 23 Oct 2007 10:39:24 +0000] rev 5571
fix calloc(0, ...) issue
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 15:15:49 -0600] rev 5570
update: default to tipmost branch if default branch doesn't exist
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 13:37:30 -0600] rev 5569
clone: fix race with same target directory (issue716)
Whichever side creates .hg first wins the race, and the other aborts
politely without deleting the tree.