log

age author description
Tue, 05 Dec 2006 16:28:56 -0600 Matt Mackall Allow topics to be callables
Tue, 05 Dec 2006 16:06:13 -0600 Matt Mackall Add basic support for help topics and a dates topic
Tue, 05 Dec 2006 16:33:40 +0100 Benoit Boissinot use forward "/" for internal path and static http, fix issue437
Tue, 05 Dec 2006 15:21:41 +0100 Benoit Boissinot merge with crew
Tue, 05 Dec 2006 14:58:32 +0100 Edouard Gomez Fix revrange() call in the churn contrib
Tue, 05 Dec 2006 11:28:23 +0100 Benoit Boissinot introduce localrepo.spath for the store path, sopener fixes
Tue, 05 Dec 2006 11:28:21 +0100 Benoit Boissinot localrepo: change aftertrans to be independant of the store path
Tue, 05 Dec 2006 11:23:37 +0100 Thomas Arendsen Hein Use python instead of shell printf with \x sequences for test-encoding.
Mon, 04 Dec 2006 17:43:37 -0600 Matt Mackall Merge with crew
Mon, 04 Dec 2006 09:38:49 +0100 Benoit Boissinot bundlerepo: don't hardcode the revlog filename
Tue, 21 Nov 2006 20:00:15 -0200 Alexis S. L. Carvalho make hg commit <dirname> work again
Mon, 04 Dec 2006 17:10:31 -0600 Matt Mackall imported patch collision
Mon, 04 Dec 2006 17:10:29 -0600 Matt Mackall imported patch folding
Mon, 04 Dec 2006 14:32:02 -0600 Matt Mackall Make quoting in test-encoding simpler
Mon, 04 Dec 2006 01:21:53 -0600 Matt Mackall update test-debugcomplete
Sun, 03 Dec 2006 18:47:05 -0600 Matt Mackall hgweb: report detected character set
Sun, 03 Dec 2006 17:28:58 -0600 Matt Mackall test-encoding: copy a bundle from TESTDIR rather than constructing one
Sun, 03 Dec 2006 16:51:50 -0600 Matt Mackall Hex-encode ! in test-encoding printf
Sun, 03 Dec 2006 16:31:25 -0600 Matt Mackall Add output for encoding test
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add a charset encoding test case
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall tests: set a default encoding for running tests (ASCII)
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add documentation for charset encoding options
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add global options for setting encoding and encodingmode
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of tags
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of username and description in changelog
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add functions for transcoding and manipulating multibyte strings
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add encoding detection
Sat, 02 Dec 2006 22:41:05 +0100 Thomas Arendsen Hein merge with crew
Sat, 02 Dec 2006 22:35:17 +0100 Thomas Arendsen Hein Move ellipsis code to util.ellipsis() and improve maxlength handling.