log

age author description
Tue, 22 Jul 2008 13:03:21 -0500 Matt Mackall dirstate.walk: build a dict rather than yield
Tue, 22 Jul 2008 13:03:20 -0500 Matt Mackall dirstate.walk: minor cleanups
Tue, 22 Jul 2008 13:03:19 -0500 Matt Mackall dirstate.walk: push sorting up
Tue, 22 Jul 2008 13:03:18 -0500 Matt Mackall dirstate.walk: pull directory scanning into top-level loop
Tue, 22 Jul 2008 13:03:17 -0500 Matt Mackall dirstate.walk: unify match.dir logic
Tue, 22 Jul 2008 13:03:16 -0500 Matt Mackall dirstate.walk: simplify .hg scan bisect logic
Tue, 22 Jul 2008 13:03:15 -0500 Matt Mackall dirstate.walk: track normalized directory names
Tue, 22 Jul 2008 13:03:14 -0500 Matt Mackall dirstate: simplify normalize logic
Tue, 22 Jul 2008 13:03:13 -0500 Matt Mackall dirstate.walk: change names for dc and known
Tue, 22 Jul 2008 13:03:10 -0500 Matt Mackall dirstate.walk: fold findfiles into main walk loop
Tue, 22 Jul 2008 13:03:08 -0500 Matt Mackall dirstate.walk: eliminate filter function
Tue, 22 Jul 2008 13:02:36 -0500 Matt Mackall dirstate.walk: eliminate src from yield
Tue, 22 Jul 2008 13:00:22 -0500 Matt Mackall minor status fixups
Sun, 20 Jul 2008 21:51:13 +0200 Patrick Mezard Merge with crew-stable
Sun, 20 Jul 2008 21:00:13 +0200 Patrick Mezard test-branches: add a test for long branch name (issue 1230)
Sun, 20 Jul 2008 12:09:37 +0200 Stefano Tortarolo branches unparseable output fix (issue1230)
Wed, 25 Jun 2008 19:41:43 +0100 Martin OConnor Bug:1201 hg convert on CVS working copy produces Traceback
Sun, 20 Jul 2008 20:00:02 +0200 Patrick Mezard Merge with main
Sun, 20 Jul 2008 19:25:08 +0200 Patrick Mezard dirstate: remove superfluous normalize() call in walk()
Sun, 20 Jul 2008 19:09:00 +0200 Patrick Mezard localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
Sun, 20 Jul 2008 19:09:00 +0200 Patrick Mezard context: trigger missing username warning only when necessary
Fri, 18 Jul 2008 12:31:40 +0200 Christian Boos localrepo: do not modify a dictionary being iterated in status()
Sun, 20 Jul 2008 19:08:59 +0200 Patrick Mezard dirstate: fix _droppath() typo from 80605a8127e0
Fri, 11 Jul 2008 14:40:44 +0200 Patrick Mezard Add test for case folding issues
Tue, 01 Jul 2008 17:59:31 +0100 Paul Moore Sort removes first when applying updates (fixes issues 750 and 912)
Thu, 03 Jul 2008 20:53:14 -0700 byron Added missing --config global option to zsh_completion.
Mon, 07 Jul 2008 09:33:54 +0200 Andreas Hartmetz Document password syntax in repositories URLs
Mon, 07 Jul 2008 09:31:32 +0200 Patrick Mezard Merge with crew-stable
Mon, 07 Jul 2008 09:16:09 +0200 Patrick Mezard mq: fix qrefresh losing copy information (issue 1134)
Sat, 05 Jul 2008 14:35:36 +0200 Patrick Mezard hgk: ctx.parents() problem introduced by 2d54e7c1e69d
Sat, 05 Jul 2008 14:35:34 +0200 Patrick Mezard Fix tests failures introduced by 7239e06e58e9
Tue, 24 Jun 2008 10:40:41 +0100 Frank Kingswood convert: add documentation for CVS source
Wed, 02 Jul 2008 12:27:57 +0200 Dirkjan Ochtman merge another backout
Wed, 02 Jul 2008 12:02:33 +0200 Dirkjan Ochtman Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
Wed, 02 Jul 2008 11:31:19 +0200 Dirkjan Ochtman merge the backout head
Wed, 02 Jul 2008 10:58:27 +0200 Dirkjan Ochtman Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
Wed, 02 Jul 2008 09:31:13 +0200 Dirkjan Ochtman merge with main
Wed, 02 Jul 2008 09:21:57 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 25 Jun 2008 14:13:20 -0700 Brendan Cully Check that git patches only touch files under root
Tue, 01 Jul 2008 23:41:47 +0100 Martin OConnor Updating Copyright dates in Windows Installer
Tue, 01 Jul 2008 20:17:11 +0100 Paul Moore Force email package to be loaded in py2exe
Mon, 30 Jun 2008 10:36:45 +0200 Dirkjan Ochtman hgweb: use a single-element tuple to return from protocol.unbundle()
Sun, 29 Jun 2008 23:02:02 +0200 Dirkjan Ochtman add an Accept header to the http client
Sun, 29 Jun 2008 22:47:57 +0200 Dirkjan Ochtman tests: add a test for the hgweb graph
Sun, 29 Jun 2008 22:36:18 +0200 Dirkjan Ochtman hgweb: return content iterator instead of using write() callable
Sun, 29 Jun 2008 15:23:09 +0200 Dirkjan Ochtman hgweb: all protocol functions have become generators
Sun, 29 Jun 2008 13:16:25 +0200 Dirkjan Ochtman templater: make a template a string-only iterator
Sun, 29 Jun 2008 14:20:01 +0200 Dirkjan Ochtman streamclone yields chunks instead of accepting a file-like object
Sun, 29 Jun 2008 11:34:36 +0200 Dirkjan Ochtman hgweb: protocol functions take repo instead of web
Sun, 29 Jun 2008 11:35:08 +0200 Dirkjan Ochtman hgweb: move capabilities calculation back into hgweb.protocol
Sun, 29 Jun 2008 11:35:06 +0200 Dirkjan Ochtman hgweb: centralize permission checks for protocol commands
Sun, 29 Jun 2008 11:02:19 +0200 Dirkjan Ochtman tests: add some tests for web.allowpull configurations
Sat, 28 Jun 2008 15:28:43 +0200 Dirkjan Ochtman hgweb: protocol requests are processed immediately
Sat, 28 Jun 2008 09:28:01 +0200 Dirkjan Ochtman merge with mpm
Thu, 26 Jun 2008 13:37:47 -0700 Brendan Cully coal: include current node in log, graph menu links
Thu, 26 Jun 2008 13:45:39 +0200 Dirkjan Ochtman hgweb: move shortcut expansion to request instantiation
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall fix iso date help
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall context: simplify parents code
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall workingctx: add __contains__ method
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall status: various cleanups
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall status: use contexts
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall hgk: fix parent breakage
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall dirstate: simplify/optimize path checking
Fri, 27 Jun 2008 21:45:16 -0500 Matt Mackall acl: refactoring
Fri, 27 Jun 2008 19:27:00 -0500 Matt Mackall manifest: make checkforbidden take a list
Fri, 27 Jun 2008 19:25:48 -0500 Matt Mackall context: add walk method
Fri, 27 Jun 2008 18:44:43 -0500 Matt Mackall context: add __int__ and hex methods
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Fri, 27 Jun 2008 14:53:30 -0500 Matt Mackall remove: work directly off status
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 18:49:45 -0500 Matt Mackall churn: major refactor
Wed, 25 Jun 2008 14:13:20 -0700 Brendan Cully Check that git patches only touch files under root
Thu, 26 Jun 2008 18:44:54 -0500 Matt Mackall purge: cleanup
Thu, 26 Jun 2008 15:55:23 -0500 Matt Mackall dirstate: improve case-folding logic
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall dirstate: fold statwalk and walk
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall purge: use status
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall repo.status: eliminate list_
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall verify: lots of refactoring
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall verify: add some local variables
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall manifest: remove execf/linkf methods
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall make debugrename work on p1, not tip
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 26 Jun 2008 13:58:24 -0500 Matt Mackall rename checkfolding to checkcase
Thu, 26 Jun 2008 13:58:22 -0500 Matt Mackall dirstate: remove unused folding function
Thu, 26 Jun 2008 13:52:16 -0500 Matt Mackall context: remove islink and isexec methods
Thu, 26 Jun 2008 13:46:34 -0500 Matt Mackall simplify flag handling
Thu, 26 Jun 2008 13:46:33 -0500 Matt Mackall context: clean up parents()
Thu, 26 Jun 2008 13:46:31 -0500 Matt Mackall context: simplify changeid logic
Thu, 26 Jun 2008 13:46:29 -0500 Matt Mackall use repo.changectx(None) to get a workingctx
Wed, 25 Jun 2008 17:35:20 -0500 Matt Mackall context: avoid using None for working parent
Wed, 25 Jun 2008 17:34:28 -0500 Matt Mackall use repo.changectx rather than context.changectx
Wed, 25 Jun 2008 17:33:51 -0500 Matt Mackall context: consistently return p1 context for None
Wed, 25 Jun 2008 17:33:34 -0500 Matt Mackall lookup: optimize '.'
Wed, 25 Jun 2008 12:53:57 -0700 Brendan Cully Remove RSS/atom links from coal/paper index
Wed, 25 Jun 2008 12:52:40 -0700 Brendan Cully Improve archive links in coal/paper index
Wed, 25 Jun 2008 20:50:40 +0200 Benoit Allard graph: fix JavaScript issues to make it work on IE
Wed, 25 Jun 2008 10:54:48 +0200 Dirkjan Ochtman fix default branchheads() argument (e85951aeec6e was very broken)
Wed, 25 Jun 2008 10:37:07 +0200 Dirkjan Ochtman fix dumb test failure introduced in 855851eae70f
Tue, 24 Jun 2008 20:39:37 -0700 Brendan Cully Improve hgwebdir index in coal and paper styles
Tue, 24 Jun 2008 10:18:03 +0200 Dirkjan Ochtman graph: improve script hiding tricks
Tue, 24 Jun 2008 10:08:32 +0200 Augie Fackler graph: optimize rendering by appending all nodes at once
Tue, 24 Jun 2008 09:53:48 +0200 Augie Fackler Fix gitweb to not say shortlog instead of graph.
Tue, 24 Jun 2008 09:36:24 +0200 Dirkjan Ochtman tighter default argument selection in localrepo.branchheads()
Tue, 24 Jun 2008 09:34:38 +0200 Dirkjan Ochtman merge from crew-stable
Tue, 24 Jun 2008 09:33:13 +0200 Dirkjan Ochtman use ${PYTHON} var in doc/Makefile as well
Mon, 23 Jun 2008 15:02:52 +0200 Dirkjan Ochtman merge: only in-branch merges can be implicit
Mon, 23 Jun 2008 15:03:22 +0200 Dirkjan Ochtman get repo.branchheads() to use working directory's branch by default
Mon, 23 Jun 2008 13:12:32 +0200 Dirkjan Ochtman kill some trailing spaces
Mon, 23 Jun 2008 12:54:27 +0200 Dirkjan Ochtman graph: display branch name alongside tags
Mon, 23 Jun 2008 10:36:00 +0200 Patrick Mezard test-commit: test unset date is not read as epoch origin
Sat, 21 Jun 2008 15:27:51 +0200 Christian Ebert Fix commit date (issue1193)
Thu, 19 Jun 2008 00:14:24 +0200 Patrick Mezard convert: hg sink commits without working dir
Thu, 19 Jun 2008 00:14:24 +0200 Patrick Mezard convert: reintegrate file retrieval code in sinks
Thu, 19 Jun 2008 00:14:23 +0200 Patrick Mezard context: add memctx for memory commits
Wed, 18 Jun 2008 23:45:49 +0200 Benoit Boissinot merge with crew
Wed, 18 Jun 2008 23:16:51 +0200 Benoit Allard coal: remove double template entry
Wed, 18 Jun 2008 23:23:03 +0200 Patrick Mezard localrepo: interpret ctx.filectx() exception as a missing file
Wed, 18 Jun 2008 23:00:20 +0200 Patrick Mezard localrepo: do not expose workingctx options
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard localrepo: extract _commitctx() from commit()