log

age author description
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()
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard context: let workingctx.date(), .user() and description() be overriden
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard localrepo: let commit() get extra data from workingctx
Wed, 18 Jun 2008 22:52:25 +0200 Patrick Mezard localrepo: hide commit() file selection behind workingctx
Wed, 18 Jun 2008 22:52:25 +0200 Patrick Mezard localrepo: replace dirstate by workingfilectx in filecommit()
Wed, 18 Jun 2008 22:52:25 +0200 Patrick Mezard context: let workingctx parents be overriden
Wed, 18 Jun 2008 19:04:10 +0200 Benoit Allard graph: limit the number of displayed changest to a reasonable value
Wed, 18 Jun 2008 16:47:47 +0300 Alexander Solovyov LookupError should have same __str__ as RevlogError
Wed, 18 Jun 2008 12:56:41 +0200 Dirkjan Ochtman templates: graph lacked bottom search in default style
Wed, 18 Jun 2008 12:55:05 +0200 Dirkjan Ochtman templates: fix navigation links for graph entries
Wed, 18 Jun 2008 12:48:04 +0200 Alexander Solovyov make revlog.LookupError inherit from KeyError
Wed, 18 Jun 2008 09:13:39 +0100 Frank Kingswood cvsps.py: remove unused Changeset member of logentry
Wed, 18 Jun 2008 12:38:45 +0200 Dirkjan Ochtman tests: make new convert-cvs tests executable
Wed, 18 Jun 2008 12:13:59 +0200 Dirkjan Ochtman graph: tweak the indentation algorithm
Wed, 18 Jun 2008 11:09:18 +0200 Dirkjan Ochtman cvsps: fix a final whitespace nit
Wed, 18 Jun 2008 11:08:21 +0200 Dirkjan Ochtman tests: fix test breakage from graph template changes
Wed, 18 Jun 2008 10:15:59 +0200 Dirkjan Ochtman merge incorporation of graph into paper style
Wed, 18 Jun 2008 10:05:43 +0200 Augie Fackler hgweb: Fix up non-coal styles to support graph.
Wed, 18 Jun 2008 00:28:40 -0500 Matt Mackall make graph view work with paper style
Wed, 18 Jun 2008 07:06:41 +0200 Dirkjan Ochtman add graph page to hgweb
Sun, 15 Jun 2008 16:05:46 +0100 Frank Kingswood convert: cvs.py - Allow user to use built-in CVS changeset code.
Sun, 15 Jun 2008 15:59:53 +0100 Frank Kingswood convert: cvsps - User interface to CVS changeset code in cvsps.py
Tue, 17 Jun 2008 12:10:19 -0500 Matt Mackall cvsps: fix up some whitespace
Sun, 15 Jun 2008 15:59:27 +0100 Frank Kingswood convert: cvsps.py - code to generate changesets from a CVS repository
Mon, 16 Jun 2008 11:51:19 +0200 Thomas Arendsen Hein merge with crew-stable
Sun, 15 Jun 2008 13:05:39 +0200 Patrick Mezard Merge with crew-stable
Sat, 14 Jun 2008 16:01:24 +0200 Patrick Mezard localrepo: remove useless sort() call
Sat, 14 Jun 2008 08:46:34 +0200 Dirkjan Ochtman merge transplanted cset back from crew-stable
Mon, 16 Jun 2008 11:50:33 +0200 Thomas Arendsen Hein Fix python2.3 incompatibility introduced by a2b13cac0922.
Mon, 16 Jun 2008 11:37:26 +0200 Thomas Arendsen Hein run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
Sun, 15 Jun 2008 13:01:03 +0200 Patrick Mezard Ignore dummy copies in dirstate and localrepo.filecommit()
Sun, 15 Jun 2008 13:01:01 +0200 Patrick Mezard context: fix workingctx.fileflags() execute bit
Wed, 23 Apr 2008 11:40:33 +0200 Thomas Arendsen Hein sshserver: Don't try to close fp if mkstemp failed
Fri, 06 Jun 2008 19:23:29 +0100 Paul Moore Add a normalize() method to dirstate
Fri, 06 Jun 2008 19:23:23 +0100 Paul Moore Add a new function, fspath
Fri, 06 Jun 2008 08:29:16 +0100 Paul Moore Add a folding() method to dirstate
Wed, 11 Jun 2008 11:00:01 +0200 Adrian Buehlmann update: add "(nobackup)" to help text of option --clean
Wed, 11 Jun 2008 13:51:57 +0200 Adrian Buehlmann update: improved help text
Thu, 12 Jun 2008 02:27:06 +0200 Christian Ebert keyword: mimic cmdutil.bail_if_changed even more
Fri, 13 Jun 2008 17:29:10 -0500 Matt Mackall tag: record tag we're superseding, if any (issue 1102)
Fri, 13 Jun 2008 12:34:23 +0200 Dirkjan Ochtman merge from crew-stable
Fri, 13 Jun 2008 12:33:40 +0200 Ali Saidi fix traceback in hgweb when URL doesn't end in one of the archive specs
Thu, 12 Jun 2008 07:38:15 -0500 Jason Orendorff mq: qdiff: support all diffopts
Thu, 12 Jun 2008 11:01:36 +0200 Christian Ebert keyword: disable expansion for annotate
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Thu, 12 Jun 2008 13:12:09 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 12 Jun 2008 00:11:09 -0700 Brendan Cully Truncate input to 1K when using pygments guess_lexer.
Thu, 12 Jun 2008 08:53:23 +0200 Andrew Beekhof paper: fix reference to coal tags template
Thu, 12 Jun 2008 00:11:09 -0700 Brendan Cully Truncate input to 1K when using pygments guess_lexer.
Wed, 11 Jun 2008 18:00:58 -0500 Matt Mackall hgweb: add paper style derived from coal
Wed, 11 Jun 2008 17:49:27 -0500 Matt Mackall Merge with crew
Wed, 11 Jun 2008 14:49:53 +0200 Andrew Beekhof webcommands: fix increments lost by 894875eae49b
Tue, 10 Jun 2008 12:11:06 -0500 Matt Mackall Merge with crew
Sat, 07 Jun 2008 17:52:00 +0200 Dirkjan Ochtman hgweb: show cset node and description when hovering over annotate prefix
Sat, 07 Jun 2008 11:43:16 +0200 Patrick Mezard Merge with crew-stable
Tue, 03 Jun 2008 21:20:52 +0200 Johannes Stezenbach help: move "revision syntax" help topics into online help
Tue, 03 Jun 2008 21:03:51 +0200 Johannes Stezenbach help: helptable is an ordered collection
Tue, 03 Jun 2008 20:56:54 +0200 Johannes Stezenbach help: list special help topics with -v
Sat, 07 Jun 2008 09:49:34 +0200 Johannes Stezenbach help: enable listing of a subset of the command list
Wed, 07 May 2008 14:32:00 +0400 Maxim Dounin addremove: correctly handle intermediate symlinks
Fri, 06 Jun 2008 18:31:57 +0200 Patrick Mezard Merge with crew-stable
Fri, 06 Jun 2008 18:23:33 +0200 Patrick Mezard test-mq-qrename: test added patch renaming
Fri, 06 Jun 2008 18:23:31 +0200 Weijun Wang mq: handle added patch renaming correctly
Thu, 05 Jun 2008 16:25:11 +0200 Peter Arrenbrecht drop superfluous param from revlog.addgroup()
Tue, 03 Jun 2008 15:41:09 -0500 Matt Mackall copies: teach copies about dirstate.copies
Tue, 03 Jun 2008 09:34:14 +0200 Dirkjan Ochtman mq: introduce the qfinish command
Tue, 03 Jun 2008 12:27:48 +0200 Dirkjan Ochtman merge from crew-stable
Mon, 02 Jun 2008 21:42:16 +0200 Patrick Mezard Merge with crew-stable