Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 21:03:02 +0100] rev 3689
Improved examples for network support in README.
- Simplified 'hg serve' example, -p80 needs root anyway.
- Example for ssh:// with relative or absolute path.
- merges need to be committed.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:55:59 +0100] rev 3688
Corrected "waiting for lock on repository FOO held by BAR" message.
BAR was the error number and not the locker name.
Use repr on BAR, so problems can be detected easier.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:41:49 +0100] rev 3687
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:36:28 +0100] rev 3686
Don't step into an endless loop when lock file is empty.
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 23:47:19 +0100] rev 3685
Issue424: mq patch loses guard when qrenamed
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3684
correct remote heads test in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3683
add docstring to reachable
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3682
reorder tests in prepush
It's more useful to show the new branches message than the unsynced
changes message.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 19 Nov 2006 17:01:59 -0200] rev 3681
fix qseries -v when there are unapplied patches
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Nov 2006 16:09:04 +0100] rev 3680
Indentation cleanups for
2956948b81f3.