Commit Graph

3230 Commits

Author SHA1 Message Date
Brendan Cully
de0df5a89b Merge with upstream 2006-10-03 12:14:33 -07:00
Thomas Arendsen Hein
dbb7dc577f Fix minor indentation problem in template-vars.txt 2006-10-03 11:54:11 +02:00
Thomas Arendsen Hein
1d3e2c4a3c Install all files/subdirectories below templates.
This is needed because styles are now in their own subdirectory.
2006-10-03 11:53:35 +02:00
Thomas Arendsen Hein
2152453c98 Applied coding style to setup.py 2006-10-03 11:30:59 +02:00
Matt Mackall
93a98b345e merge: use new working context object in update 2006-10-03 01:21:46 -05:00
Matt Mackall
2f06faadef contexts: add working dir and working file contexts
add workingctx
add workingfilectx
extend filectx.annotate for rev=None
extend filectx.ancestor
2006-10-02 22:03:14 -05:00
Brendan Cully
60d934ae0f Use parentrevs shortcut in filectx.annotate 2006-10-02 17:59:39 -07:00
Brendan Cully
bdb8087de8 Move raw theme into subdirectory 2006-10-02 17:37:57 -07:00
Brendan Cully
3bf852b140 Move RSS theme into subdirectory 2006-10-02 17:35:41 -07:00
Brendan Cully
5063a3e237 Move gitweb theme into subdirectory 2006-10-02 17:30:45 -07:00
Benoit Boissinot
74c2bfe9b9 [extendedchangelog] add extra metadata in the changelog entry
- add a third item in the date field that holds arbitrary
  key:value items
2006-10-02 22:35:52 +02:00
Benoit Boissinot
eeb30a5065 [extendedchangelog] encode/decode function
encode '\n', '\r' and '\0'
2006-10-02 22:35:37 +02:00
Matt Mackall
3b7d2a1d20 context: simplify repr methods 2006-10-02 15:28:44 -05:00
Matt Mackall
3ad8369e36 contexts: use __getattr__ rather than try/except in changectx 2006-10-02 15:17:59 -05:00
Matt Mackall
beacc65a8c context: make filectx remember changectx in changectx.filectx 2006-10-02 15:02:28 -05:00
Matt Mackall
5a468e160f Make filectx lazier
Lazy opening of filelog, lazy lookup of filenode and changeid
2006-10-02 14:23:38 -05:00
Benoit Boissinot
b58f394b3c fix warnings from pychecker 2006-10-02 21:10:31 +02:00
Matt Mackall
3fb2b33be7 merge: remove old merge function 2006-10-02 12:06:33 -05:00
Matt Mackall
a9124fdfed merge: extend file merge function for renames 2006-10-02 12:04:48 -05:00
Brendan Cully
d5a29645bd Fix gitweb index archive link 2006-10-02 09:58:03 -07:00
Benoit Boissinot
f8998cc29f merge with crew 2006-10-02 08:40:26 +02:00
Benoit Boissinot
02c099067f test-merge-revert2 solaris fix 2006-10-02 08:36:29 +02:00
Brendan Cully
41ed405b40 Make filectx.__init__ use LookupError 2006-10-01 13:44:08 -07:00
Brendan Cully
390726ea06 hgweb: add methods to get contexts from request 2006-10-01 12:56:58 -07:00
Brendan Cully
238f3e6fdc Raise LookupError in changectx.filectx if filenode can't be found 2006-10-01 12:42:50 -07:00
Brendan Cully
2bcafc6942 Add hg.LookupError 2006-10-01 11:58:55 -07:00
Thomas Arendsen Hein
0a7b982aa6 Whitespace/Tab cleanup 2006-10-01 19:26:33 +02:00
Brendan Cully
85dff9928e hgweb: use contexts in more handlers 2006-09-30 21:32:29 -07:00
Brendan Cully
ff2b0fa1de filelog.annotate is now obsolete 2006-09-30 20:56:26 -07:00
Benoit Boissinot
00efcc68ba correctly find the type of 'id' in revlog.lookup 2006-09-30 15:15:59 +02:00
Thomas Arendsen Hein
a559deaa8e merged brendan's hgweb cleanups 2006-09-30 12:34:31 +02:00
Thomas Arendsen Hein
428bca7913 Remove duplicate walkopts + dryrunopts from addremove. 2006-09-30 10:29:57 +02:00
Thomas Arendsen Hein
5110ed5266 Merge with upstream 2006-09-30 09:46:03 +02:00
Thomas Arendsen Hein
bdf79a5c6d Remove unneeded (and bashismic) export HGMERGE=true. 2006-09-30 09:39:44 +02:00
Brendan Cully
b5fb63f535 Templater expects an iterable copies variable (fixes notify). 2006-09-29 18:17:29 -07:00
Brendan Cully
c97293d3eb hgweb: teach siblings and callers to use contexts 2006-09-29 16:26:09 -07:00
Brendan Cully
9c70192d20 Add lookup method to filectx 2006-09-29 16:26:09 -07:00
Brendan Cully
768e7d3ebd hgweb: kill off #filenode# 2006-09-29 16:26:09 -07:00
Brendan Cully
ebabaa1a54 hgweb: kill #manifest# 2006-09-29 16:26:09 -07:00
Matt Mackall
450d02d6e1 merge: minor nullid cleanup 2006-09-29 17:50:59 -05:00
Matt Mackall
7af52acdea context: add __nonzero__ methods 2006-09-29 17:47:51 -05:00
Matt Mackall
72659a3964 merge: use repo.parents and parent contexts in update 2006-09-29 16:39:38 -05:00
Matt Mackall
8f8ebdaa02 Add str methods to contexts 2006-09-29 16:29:44 -05:00
Matt Mackall
a664a3c8b3 Add equality operators to changectx and filectx 2006-09-29 16:01:46 -05:00
Matt Mackall
b707245da4 localrepo.parents: return null context for no parents 2006-09-29 15:56:36 -05:00
Matt Mackall
ead8d7c353 Add localrepo.parents to get parent changectxs. 2006-09-29 15:48:16 -05:00
Stephen Darnell
87280e847b Remove single character equivalent of --nodates (was -D) 2006-09-28 21:00:01 +01:00
Matt Mackall
4f4a6b4d59 merge: move partial filtering out of manifest merge 2006-09-26 16:21:52 -05:00
Matt Mackall
366e05ddd4 merge: move findcopies after workingmanifest 2006-09-26 16:04:07 -05:00
Matt Mackall
a8304d2a61 findcopies: shortcut for empty working dir 2006-09-26 15:58:51 -05:00