log

age author description
Wed, 06 Dec 2006 13:13:31 -0600 Matt Mackall improve date parsing for numerous new date formats
Wed, 06 Dec 2006 13:13:27 -0600 Matt Mackall parsedate: allow '' for epoch
Wed, 06 Dec 2006 13:13:26 -0600 Matt Mackall parsedate: use Abort rather than ValueError
Wed, 06 Dec 2006 13:13:25 -0600 Matt Mackall add debugdate command
Wed, 06 Dec 2006 12:45:27 -0600 Matt Mackall Merge with crew
Tue, 05 Dec 2006 23:25:28 +0100 Thomas Arendsen Hein Don't report an error when closing heads during local push (issue387)
Tue, 05 Dec 2006 22:46:36 +0100 Thomas Arendsen Hein Removed unused parameters/options of update command.
Tue, 05 Dec 2006 13:41:42 -0800 Brendan Cully Add "null" pseudo-tag pointing to nullid
Tue, 05 Dec 2006 16:39:54 -0600 Matt Mackall hgk: show view in short command list
Tue, 05 Dec 2006 16:36:06 -0600 Matt Mackall move patterns topics
Tue, 05 Dec 2006 16:31:08 -0600 Matt Mackall move environment topic
Tue, 05 Dec 2006 16:28:59 -0600 Matt Mackall Generate docs for help topics
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.
Sat, 02 Dec 2006 22:16:00 +0100 Thomas Arendsen Hein Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
Sat, 02 Dec 2006 22:15:18 +0100 Thomas Arendsen Hein Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
Sat, 02 Dec 2006 21:57:20 +0100 Thomas Arendsen Hein Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
Sat, 02 Dec 2006 18:41:07 -0200 Alexis S. L. Carvalho fix qseries -v and guards interaction
Sat, 02 Dec 2006 16:08:00 -0200 Alexis S. L. Carvalho changegroup.py: delay the loading of the bz2 and zlib modules
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
Fri, 01 Dec 2006 15:43:48 -0800 Brendan Cully transplant: split filter args into changelog entry and patch
Fri, 01 Dec 2006 15:00:33 -0800 Brendan Cully transplant: log source node when recovering too.
Fri, 01 Dec 2006 14:30:17 -0800 Brendan Cully transplant: clobber old series when transplant fails
Fri, 01 Dec 2006 23:28:14 +0100 Thomas Arendsen Hein merge with crew
Fri, 01 Dec 2006 23:27:53 +0100 Thomas Arendsen Hein Use unsigned version format.
Fri, 01 Dec 2006 23:16:12 +0100 Thomas Arendsen Hein Improve error message for unknown revlog flags.
Fri, 01 Dec 2006 13:54:47 -0800 Brendan Cully Merge with crew
Fri, 01 Dec 2006 13:50:09 -0800 Brendan Cully transplant: "filtering %s\n"
Fri, 01 Dec 2006 22:29:47 +0100 Thomas Arendsen Hein Don't require a diff which accepts the -N option.
Fri, 01 Dec 2006 22:09:05 +0100 Thomas Arendsen Hein Compatibility fix for 'ln -sf'.
Fri, 01 Dec 2006 16:18:16 -0200 Alexis S. L. Carvalho additional fixes for issue436