Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Update test output
2006-10-06, by Matt Mackall
Merge with crew
2006-10-06, by Matt Mackall
hgweb: fix filerevision raw URL
2006-10-06, by Brendan Cully
disallow commands on non local repository
2006-10-06, by Benoit Boissinot
Moved hgweb map-* files into their style directories and adjusted them.
2006-10-06, by Thomas Arendsen Hein
hgweb: Search templates in templatepath/style/map, too, using a common function.
2006-10-06, by Thomas Arendsen Hein
ssh: make the error message more clear, add a testcase
2006-10-06, by Benoit Boissinot
hgweb: be more conservative about expanding SCRIPT_NAME
2006-10-05, by Brendan Cully
Add {getentries} to default style
2006-10-05, by Brendan Cully
hgweb: fix NWI parsing when hgwebdir isn't at /
2006-10-05, by Brendan Cully
hgweb: convert gitweb to NWI
2006-10-05, by Brendan Cully
hgweb: provide means for handling query parameters
2006-10-05, by Brendan Cully
Some versions of sed don't support .\+, so use ..* instead.
2006-10-05, by Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
2006-10-05, by Thomas Arendsen Hein
hgweb: Added safety net for PATH_INFO starting with double slash.
2006-10-05, by Thomas Arendsen Hein
merged NewWebInterface
2006-10-05, by Thomas Arendsen Hein
Update templates to use NewWebInterface
2006-10-04, by Brendan Cully
Rename default style to old
2006-10-04, by Brendan Cully
hgweb: support for generating and parsing NWI URLs
2006-10-04, by Brendan Cully
Teach hgwebdir about new interface
2006-10-04, by Brendan Cully
hgweb: extract raw prefix from NWI commands
2006-10-04, by Brendan Cully
hgweb: accept NewWebInterface URLs
2006-10-04, by Brendan Cully
merge with upstream
2006-10-05, by Thomas Arendsen Hein
merge with crew
2006-10-05, by Benoit Boissinot
Add documentation about the date formats allowed in the command line
2006-10-03, by Jose M. Prieto
util.strdate: assume local time when no timezone specified
2006-10-03, by Jose M. Prieto
util.strdate: compute timestamp using UTC, not local timezone
2006-10-03, by Jose M. Prieto
merge with upstream
2006-10-04, by Thomas Arendsen Hein
patchbomb: update --attach to use cmdutil.make_filename
2006-10-04, by Brendan Cully
merge: copy fixes and tests
2006-10-06, by Matt Mackall
merge: fixes for merge+rename
2006-10-04, by Matt Mackall
Make status -C work with merge+rename
2006-10-04, by Matt Mackall
merge: add rename following
2006-10-04, by Matt Mackall
merge: reduce manifest copying
2006-10-04, by Matt Mackall
merge: reorder dirstate update slightly for correctness
2006-10-04, by Matt Mackall
hgweb: fix manifest link in gitweb summary
2006-10-04, by Brendan Cully
Corrected install location of manpages.
2006-10-04, by Thomas Arendsen Hein
Fix static file serving over HTTP on Windows.
2006-10-04, by Wojciech Milkowski
mq: update qfold to call delete correctly
2006-10-03, by Brendan Cully
Make changectx.filenode raise repo.LookupError on failure
2006-10-03, by Brendan Cully
Merge with upstream
2006-10-03, by Brendan Cully
Fix minor indentation problem in template-vars.txt
2006-10-03, by Thomas Arendsen Hein
Install all files/subdirectories below templates.
2006-10-03, by Thomas Arendsen Hein
Applied coding style to setup.py
2006-10-03, by Thomas Arendsen Hein
Use parentrevs shortcut in filectx.annotate
2006-10-02, by Brendan Cully
Move raw theme into subdirectory
2006-10-02, by Brendan Cully
Move RSS theme into subdirectory
2006-10-02, by Brendan Cully
Move gitweb theme into subdirectory
2006-10-02, by Brendan Cully
[extendedchangelog] add extra metadata in the changelog entry
2006-10-02, by Benoit Boissinot
[extendedchangelog] encode/decode function
2006-10-02, by Benoit Boissinot
fix warnings from pychecker
2006-10-02, by Benoit Boissinot
Fix gitweb index archive link
2006-10-02, by Brendan Cully
merge with crew
2006-10-02, by Benoit Boissinot
test-merge-revert2 solaris fix
2006-10-02, by Benoit Boissinot
Make filectx.__init__ use LookupError
2006-10-01, by Brendan Cully
hgweb: add methods to get contexts from request
2006-10-01, by Brendan Cully
Raise LookupError in changectx.filectx if filenode can't be found
2006-10-01, by Brendan Cully
Add hg.LookupError
2006-10-01, by Brendan Cully
Whitespace/Tab cleanup
2006-10-01, by Thomas Arendsen Hein
Add gitweb style hgwebdir
2006-09-21, by Edouard Gomez
Add style support to hgwebdir
2006-09-21, by Edouard Gomez
hgweb: use contexts in more handlers
2006-09-30, by Brendan Cully
filelog.annotate is now obsolete
2006-09-30, by Brendan Cully
merge: use new working context object in update
2006-10-03, by Matt Mackall
contexts: add working dir and working file contexts
2006-10-02, by Matt Mackall
context: simplify repr methods
2006-10-02, by Matt Mackall
contexts: use __getattr__ rather than try/except in changectx
2006-10-02, by Matt Mackall
context: make filectx remember changectx in changectx.filectx
2006-10-02, by Matt Mackall
Make filectx lazier
2006-10-02, by Matt Mackall
merge: remove old merge function
2006-10-02, by Matt Mackall
merge: extend file merge function for renames
2006-10-02, by Matt Mackall
correctly find the type of 'id' in revlog.lookup
2006-09-30, by Benoit Boissinot
merged brendan's hgweb cleanups
2006-09-30, by Thomas Arendsen Hein
hgweb: teach siblings and callers to use contexts
2006-09-29, by Brendan Cully
Add lookup method to filectx
2006-09-29, by Brendan Cully
hgweb: kill off #filenode#
2006-09-29, by Brendan Cully
hgweb: kill #manifest#
2006-09-29, by Brendan Cully
Remove duplicate walkopts + dryrunopts from addremove.
2006-09-30, by Thomas Arendsen Hein
Merge with upstream
2006-09-30, by Thomas Arendsen Hein
Remove unneeded (and bashismic) export HGMERGE=true.
2006-09-30, by Thomas Arendsen Hein
Templater expects an iterable copies variable (fixes notify).
2006-09-29, by Brendan Cully
Remove single character equivalent of --nodates (was -D)
2006-09-28, by Stephen Darnell
Add -D/--nodates options to hg diff/export that removes dates from diff headers
2006-09-26, by Stephen Darnell
Documentation clarification for --update option to pull and unbundle
2006-09-29, by Thomas Arendsen Hein
Show copies in hg log.
2006-09-29, by Brendan Cully
Abstract manifest block parsing.
2006-09-29, by Brendan Cully
Make hg.repository work with no path argument
2006-09-29, by Brendan Cully
merge with crew
2006-09-29, by Thomas Arendsen Hein
Make "hg log --style=changelog > changelog" work (issue338)
2006-09-29, by Thomas Arendsen Hein
Clarify precedence for template/style in commands.show_changeset():
2006-09-29, by Thomas Arendsen Hein
add remoteopts to bundle command
2006-09-29, by Benoit Boissinot
factor opts: remote repo access options
2006-09-29, by Benoit Boissinot
factor opts: --dry-run option
2006-09-29, by Benoit Boissinot
factor opts: walk options
2006-09-29, by Benoit Boissinot
factor opts: move globalopts to a more logical place
2006-09-29, by Benoit Boissinot
mq: raise util.Abort instead of using sys.exit(1)
2006-09-28, by Brendan Cully
mq: don't write applied patches into series twice in restore
2006-09-27, by Brendan Cully
mq: bail out if a patch appears more than once in the series file.
2006-09-27, by Brendan Cully
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
2006-09-27, by Brendan Cully
Merge with crew
2006-09-27, by Thomas Arendsen Hein
Documentation fixes for addremove.
2006-09-27, by Thomas Arendsen Hein
hgk: fix mixup of --limit and REVRANGE in hgk call
2006-09-27, by TK Soh
gitweb: cosmetic fixes.
2006-09-27, by Brendan Cully
hgweb: yield filenode as well as node in annotate, use filenode in annotateline
2006-09-27, by Brendan Cully
hgweb: fix changeset link in annotate view.
2006-09-27, by Brendan Cully
shortuser should stop before the first space character.
2006-09-27, by Thomas Arendsen Hein
hgweb: make annotate line revisions point to annotation for that rev
2006-09-27, by Brendan Cully
hgweb: fix annotate bugs
2006-09-27, by Brendan Cully
hgweb: use filectx.annotate instead of filelog
2006-09-27, by Brendan Cully
Refactor annotate copy support.
2006-09-27, by Brendan Cully
merge with mainline
2006-09-27, by Benoit Boissinot
do not disclose proxy user and password in debug messages
2006-09-26, by TK Soh
merge: minor nullid cleanup
2006-09-29, by Matt Mackall
context: add __nonzero__ methods
2006-09-29, by Matt Mackall
merge: use repo.parents and parent contexts in update
2006-09-29, by Matt Mackall
Add str methods to contexts
2006-09-29, by Matt Mackall
Add equality operators to changectx and filectx
2006-09-29, by Matt Mackall
localrepo.parents: return null context for no parents
2006-09-29, by Matt Mackall
Add localrepo.parents to get parent changectxs.
2006-09-29, by Matt Mackall
merge: move partial filtering out of manifest merge
2006-09-26, by Matt Mackall
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip