Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-448
+448
+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.
hgweb: centralize permission checks for protocol commands
2008-06-29, by Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
2008-06-29, by Dirkjan Ochtman
hgweb: protocol requests are processed immediately
2008-06-28, by Dirkjan Ochtman
merge with mpm
2008-06-28, by Dirkjan Ochtman
coal: include current node in log, graph menu links
2008-06-26, by Brendan Cully
hgweb: move shortcut expansion to request instantiation
2008-06-26, by Dirkjan Ochtman
fix iso date help
2008-07-11, by Matt Mackall
context: simplify parents code
2008-07-11, by Matt Mackall
workingctx: add __contains__ method
2008-07-11, by Matt Mackall
status: various cleanups
2008-07-11, by Matt Mackall
status: use contexts
2008-07-11, by Matt Mackall
hgk: fix parent breakage
2008-07-11, by Matt Mackall
dirstate: simplify/optimize path checking
2008-07-11, by Matt Mackall
acl: refactoring
2008-06-27, by Matt Mackall
manifest: make checkforbidden take a list
2008-06-27, by Matt Mackall
context: add walk method
2008-06-27, by Matt Mackall
context: add __int__ and hex methods
2008-06-27, by Matt Mackall
util: add sort helper
2008-06-27, by Matt Mackall
remove: work directly off status
2008-06-27, by Matt Mackall
status: clean up all users for unknown files
2008-06-27, by Matt Mackall
churn: major refactor
2008-06-26, by Matt Mackall
Check that git patches only touch files under root
2008-06-25, by Brendan Cully
purge: cleanup
2008-06-26, by Matt Mackall
dirstate: improve case-folding logic
2008-06-26, by Matt Mackall
dirstate: fold statwalk and walk
2008-06-26, by Matt Mackall
purge: use status
2008-06-26, by Matt Mackall
repo.status: eliminate list_
2008-06-26, by Matt Mackall
verify: lots of refactoring
2008-06-26, by Matt Mackall
verify: add some local variables
2008-06-26, by Matt Mackall
add __len__ and __iter__ methods to repo and revlog
2008-06-26, by Matt Mackall
manifest: remove execf/linkf methods
2008-06-26, by Matt Mackall
make debugrename work on p1, not tip
2008-06-26, by Matt Mackall
use repo[changeid] to get a changectx
2008-06-26, by Matt Mackall
rename checkfolding to checkcase
2008-06-26, by Matt Mackall
dirstate: remove unused folding function
2008-06-26, by Matt Mackall
context: remove islink and isexec methods
2008-06-26, by Matt Mackall
simplify flag handling
2008-06-26, by Matt Mackall
context: clean up parents()
2008-06-26, by Matt Mackall
context: simplify changeid logic
2008-06-26, by Matt Mackall
use repo.changectx(None) to get a workingctx
2008-06-26, by Matt Mackall
context: avoid using None for working parent
2008-06-25, by Matt Mackall
use repo.changectx rather than context.changectx
2008-06-25, by Matt Mackall
context: consistently return p1 context for None
2008-06-25, by Matt Mackall
lookup: optimize '.'
2008-06-25, by Matt Mackall
Remove RSS/atom links from coal/paper index
2008-06-25, by Brendan Cully
Improve archive links in coal/paper index
2008-06-25, by Brendan Cully
graph: fix JavaScript issues to make it work on IE
2008-06-25, by Benoit Allard
fix default branchheads() argument (e85951aeec6e was very broken)
2008-06-25, by Dirkjan Ochtman
fix dumb test failure introduced in 855851eae70f
2008-06-25, by Dirkjan Ochtman
Improve hgwebdir index in coal and paper styles
2008-06-24, by Brendan Cully
graph: improve script hiding tricks
2008-06-24, by Dirkjan Ochtman
graph: optimize rendering by appending all nodes at once
2008-06-24, by Augie Fackler
Fix gitweb to not say shortlog instead of graph.
2008-06-24, by Augie Fackler
tighter default argument selection in localrepo.branchheads()
2008-06-24, by Dirkjan Ochtman
merge from crew-stable
2008-06-24, by Dirkjan Ochtman
use ${PYTHON} var in doc/Makefile as well
2008-06-24, by Dirkjan Ochtman
merge: only in-branch merges can be implicit
2008-06-23, by Dirkjan Ochtman
get repo.branchheads() to use working directory's branch by default
2008-06-23, by Dirkjan Ochtman
kill some trailing spaces
2008-06-23, by Dirkjan Ochtman
graph: display branch name alongside tags
2008-06-23, by Dirkjan Ochtman
test-commit: test unset date is not read as epoch origin
2008-06-23, by Patrick Mezard
Fix commit date (issue1193)
2008-06-21, by Christian Ebert
convert: hg sink commits without working dir
2008-06-19, by Patrick Mezard
convert: reintegrate file retrieval code in sinks
2008-06-19, by Patrick Mezard
context: add memctx for memory commits
2008-06-19, by Patrick Mezard
merge with crew
2008-06-18, by Benoit Boissinot
coal: remove double template entry
2008-06-18, by Benoit Allard
localrepo: interpret ctx.filectx() exception as a missing file
2008-06-18, by Patrick Mezard
localrepo: do not expose workingctx options
2008-06-18, by Patrick Mezard
localrepo: extract _commitctx() from commit()
2008-06-18, by Patrick Mezard
context: let workingctx.date(), .user() and description() be overriden
2008-06-18, by Patrick Mezard
localrepo: let commit() get extra data from workingctx
2008-06-18, by Patrick Mezard
localrepo: hide commit() file selection behind workingctx
2008-06-18, by Patrick Mezard
localrepo: replace dirstate by workingfilectx in filecommit()
2008-06-18, by Patrick Mezard
context: let workingctx parents be overriden
2008-06-18, by Patrick Mezard
graph: limit the number of displayed changest to a reasonable value
2008-06-18, by Benoit Allard
LookupError should have same __str__ as RevlogError
2008-06-18, by Alexander Solovyov
templates: graph lacked bottom search in default style
2008-06-18, by Dirkjan Ochtman
templates: fix navigation links for graph entries
2008-06-18, by Dirkjan Ochtman
make revlog.LookupError inherit from KeyError
2008-06-18, by Alexander Solovyov
cvsps.py: remove unused Changeset member of logentry
2008-06-18, by Frank Kingswood
tests: make new convert-cvs tests executable
2008-06-18, by Dirkjan Ochtman
graph: tweak the indentation algorithm
2008-06-18, by Dirkjan Ochtman
cvsps: fix a final whitespace nit
2008-06-18, by Dirkjan Ochtman
tests: fix test breakage from graph template changes
2008-06-18, by Dirkjan Ochtman
merge incorporation of graph into paper style
2008-06-18, by Dirkjan Ochtman
hgweb: Fix up non-coal styles to support graph.
2008-06-18, by Augie Fackler
make graph view work with paper style
2008-06-18, by Matt Mackall
add graph page to hgweb
2008-06-18, by Dirkjan Ochtman
convert: cvs.py - Allow user to use built-in CVS changeset code.
2008-06-15, by Frank Kingswood
convert: cvsps - User interface to CVS changeset code in cvsps.py
2008-06-15, by Frank Kingswood
cvsps: fix up some whitespace
2008-06-17, by Matt Mackall
convert: cvsps.py - code to generate changesets from a CVS repository
2008-06-15, by Frank Kingswood
merge with crew-stable
2008-06-16, by Thomas Arendsen Hein
Merge with crew-stable
2008-06-15, by Patrick Mezard
localrepo: remove useless sort() call
2008-06-14, by Patrick Mezard
merge transplanted cset back from crew-stable
2008-06-14, by Dirkjan Ochtman
Fix python2.3 incompatibility introduced by a2b13cac0922.
2008-06-16, by Thomas Arendsen Hein
run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
2008-06-16, by Thomas Arendsen Hein
Ignore dummy copies in dirstate and localrepo.filecommit()
2008-06-15, by Patrick Mezard
context: fix workingctx.fileflags() execute bit
2008-06-15, by Patrick Mezard
sshserver: Don't try to close fp if mkstemp failed
2008-04-23, by Thomas Arendsen Hein
Add a normalize() method to dirstate
2008-06-06, by Paul Moore
Add a new function, fspath
2008-06-06, by Paul Moore
Add a folding() method to dirstate
2008-06-06, by Paul Moore
update: add "(nobackup)" to help text of option --clean
2008-06-11, by Adrian Buehlmann
update: improved help text
2008-06-11, by Adrian Buehlmann
keyword: mimic cmdutil.bail_if_changed even more
2008-06-12, by Christian Ebert
tag: record tag we're superseding, if any (issue 1102)
2008-06-13, by Matt Mackall
merge from crew-stable
2008-06-13, by Dirkjan Ochtman
fix traceback in hgweb when URL doesn't end in one of the archive specs
2008-06-13, by Ali Saidi
mq: qdiff: support all diffopts
2008-06-12, by Jason Orendorff
keyword: disable expansion for annotate
2008-06-12, by Christian Ebert
convert comments to docstrings in a bunch of extensions
2008-06-12, by Dirkjan Ochtman
merge from crew-stable
2008-06-12, by Dirkjan Ochtman
Truncate input to 1K when using pygments guess_lexer.
2008-06-12, by Brendan Cully
paper: fix reference to coal tags template
2008-06-12, by Andrew Beekhof
Truncate input to 1K when using pygments guess_lexer.
2008-06-12, by Brendan Cully
hgweb: add paper style derived from coal
2008-06-11, by Matt Mackall
Merge with crew
2008-06-11, by Matt Mackall
webcommands: fix increments lost by 894875eae49b
2008-06-11, by Andrew Beekhof
Merge with crew
2008-06-10, by Matt Mackall
hgweb: show cset node and description when hovering over annotate prefix
2008-06-07, by Dirkjan Ochtman
Merge with crew-stable
2008-06-07, by Patrick Mezard
help: move "revision syntax" help topics into online help
2008-06-03, by Johannes Stezenbach
help: helptable is an ordered collection
2008-06-03, by Johannes Stezenbach
help: list special help topics with -v
2008-06-03, by Johannes Stezenbach
help: enable listing of a subset of the command list
2008-06-07, by Johannes Stezenbach
addremove: correctly handle intermediate symlinks
2008-05-07, by Maxim Dounin
Merge with crew-stable
2008-06-06, by Patrick Mezard
test-mq-qrename: test added patch renaming
2008-06-06, by Patrick Mezard
mq: handle added patch renaming correctly
2008-06-06, by Weijun Wang
drop superfluous param from revlog.addgroup()
2008-06-05, by Peter Arrenbrecht
copies: teach copies about dirstate.copies
2008-06-03, by Matt Mackall
mq: introduce the qfinish command
2008-06-03, by Dirkjan Ochtman
merge from crew-stable
2008-06-03, by Dirkjan Ochtman
Merge with crew-stable
2008-06-02, by Patrick Mezard
resolve: add file codes to doc string
2008-05-31, by Adrian Buehlmann
merge from crew-stable
2008-05-29, by Dirkjan Ochtman
Make test-bundle-type work on MacOS 10.4.11
2008-05-29, by Christian Ebert
localrepo: fix partial merge test (issue 1111)
2008-05-28, by Patrick Mezard
Fix bad span tag in Readme
2008-05-25, by Lee Cantey
Merge with crew-stable
2008-05-24, by Patrick Mezard
merge from crew-stable
2008-05-23, by Dirkjan Ochtman
mq: don't update the working copy on strip if parents aren't stripped
2008-06-03, by Dirkjan Ochtman
mq: qimport: explain insertion point in doc string
2008-06-03, by Adrian Buehlmann
test-convert-mtn: test descriptions with quotes
2008-06-02, by Patrick Mezard
convert.monotone: fix quotes and backslashes in change descriptions.
2008-05-16, by David Reiss
Active branches fix (issue1104)
2008-05-29, by Stefano Tortarolo
hgweb: correctly validate permissions with streamclone pulling
2008-05-26, by Benoit Boissinot
Fix bad span tag in Readme
2008-05-25, by Lee Cantey
test-mq-merge: test mq merge and explicit patch queue
2008-05-24, by Patrick Mezard
mq: qpush -n fix
2008-05-08, by teki321
tests: don't run test-convert-cvs if there's no cvs server
2008-05-23, by Dirkjan Ochtman
improve help text for clone -U
2008-05-23, by Dirkjan Ochtman
Added signature for changeset d5cbbe2c49ce
2008-05-22, by Matt Mackall
Added tag 1.0.1 for changeset d5cbbe2c49ce
2008-05-22, by Matt Mackall
merge from crew-stable
2008-05-22, by Dirkjan Ochtman
mq: lose the trailing whitespace
1.0.1
2008-05-22, by Dirkjan Ochtman
improve help text for push (explanation of -r)
2008-05-22, by Dirkjan Ochtman
merge from crew-stable
2008-05-19, by Dirkjan Ochtman
merge from crew-stable
2008-05-19, by Dirkjan Ochtman
Merge with crew-stable
2008-05-18, by Patrick Mezard
hgk: difftree must match all files when supplied list is empty
2008-05-18, by Patrick Mezard
status: fix "added" attributes renamed in bf2bf986ff87
2008-05-18, by Patrick Mezard
doc/hgrc.5.txt: add anchors for sections
2008-05-14, by Adrian Buehlmann
merge from crew-stable
2008-05-17, by Dirkjan Ochtman
gendoc: add anchors for commands
2008-04-23, by Adrian Buehlmann
mq: add correct documentation for qpop
2008-05-19, by Dirkjan Ochtman
Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
2008-05-19, by Dirkjan Ochtman
Slight improvement to qpop arguments help
2008-05-19, by Jeff Walden
test-mq: update qdiff summary output
2008-05-18, by Patrick Mezard
mq: make qselect fail properly on an empty guard
2008-05-18, by Patrick Mezard
mq: expand help text for qdiff
2008-05-17, by Dirkjan Ochtman
status: refactor status command
2008-05-12, by Matt Mackall
match: cleanup match classes a bit
2008-05-12, by Matt Mackall
match: remove files arg from repo.status and friends
2008-05-12, by Matt Mackall
match: remove files argument from patch.diff
2008-05-12, by Matt Mackall
match: use match.files() for patch.diff
2008-05-12, by Matt Mackall
match: stop passing files through commitfunc
2008-05-12, by Matt Mackall
status: use match helpers for various users
2008-05-12, by Matt Mackall
churn: simplify hg status call
2008-05-12, by Matt Mackall
match: use helpers for cmdutil
2008-05-12, by Matt Mackall
match: add always, never, and exact methods
2008-05-12, by Matt Mackall
remove default arg from patkind
2008-05-12, by Matt Mackall
resolve: use cmdutil.match
2008-05-12, by Matt Mackall
dirstate: remove default from status list_unknown
2008-05-12, by Matt Mackall
purge: remove unused 'missing' logic
2008-05-12, by Matt Mackall
dirstate: minor status cleanups
2008-05-12, by Matt Mackall
status: rename type_ to state
2008-05-12, by Matt Mackall
walk: use match.bad in statwalk
2008-05-12, by Matt Mackall
walk: use match.dir in statwalk
2008-05-12, by Matt Mackall
walk: make dirstate.walk return a single value too
2008-05-12, by Matt Mackall
walk: return a single value
2008-05-12, by Matt Mackall
walk: remove cmdutil.walk
2008-05-12, by Matt Mackall
walk: remove rel and exact returns
2008-05-12, by Matt Mackall
walk: remove more old badmatch logic
2008-05-12, by Matt Mackall
walk: remove remaining users of cmdutils.matchpats
2008-05-12, by Matt Mackall
cmdutil: switch commit to match
2008-05-12, by Matt Mackall
walkchangerev: use new match objects
2008-05-12, by Matt Mackall
walk: pass match object to cmdutil.walk
2008-05-12, by Matt Mackall
walk: begin refactoring badmatch handling
2008-05-12, by Matt Mackall
walk: remove files arg from repo.walk and dirstate.walk
2008-05-12, by Matt Mackall
walk: introduce match objects
2008-05-12, by Matt Mackall
walk: kill util.cmdmatcher and _matcher
2008-05-12, by Matt Mackall
purge: use cmdutil.matchpats
2008-05-12, by Matt Mackall
purge: eliminate dopurge
2008-05-12, by Matt Mackall
walk: eliminate some default variables
2008-05-12, by Matt Mackall
coal: fix CSS errors as reported by Firefox
2008-05-08, by Dirkjan Ochtman
add compression type type parameter to bundle command
2008-04-24, by Benoit Allard
add support for HG10GZ bundles to bundlerepo.bundlerevlog()
2008-04-24, by Benoit Allard
tests: fix test-highlight output, changed in ccc2481e3954
2008-04-24, by Dirkjan Ochtman
merge from crew-stable
2008-04-24, by Dirkjan Ochtman
rename --after: do not unlink source file (issue910)
2008-04-19, by Alexis S. L. Carvalho
Make mercurial easy installable again
2008-04-24, by Patrick Mezard
webcommands: pass full author to annotate, fix templates (issue 1054)
2008-04-23, by Patrick Mezard
sshserver: Don't try to close fp if mkstemp failed
2008-04-23, by Thomas Arendsen Hein
merge from crew-stable
2008-04-18, by Dirkjan Ochtman
mq: fix qdiff -U (it apparently never really worked)
2008-04-18, by Jason Orendorff
mergetools.hgrc patch
2008-04-16, by Neal Becker
mergetools.hgrc patch
2008-04-16, by Neal Becker
merge from crew-stable
2008-04-16, by Dirkjan Ochtman
merge from crew-stable
2008-04-16, by Dirkjan Ochtman
coal: put link fragment at the end of the url (after session vars)
2008-04-16, by Wojciech Miłkowski
merge from crew-stable
2008-04-16, by Dirkjan Ochtman
mq: don't commit local changes on pushing empty patch (issue1087)
2008-04-16, by Dirkjan Ochtman
remove trailing spaces
2008-04-16, by Dirkjan Ochtman
mq: add a little documentation on qpush -f
2008-04-16, by Dirkjan Ochtman
ignore *.pyd files
2008-04-14, by Adrian Buehlmann
Merge with crew-stable, fix test output
2008-04-14, by Patrick Mezard
Merge with crew-stable
2008-04-14, by Patrick Mezard
replace usage of os.popen() with util.popen()
2008-04-14, by Dirkjan Ochtman
test-merge-internal-tools-pattern: make executable
2008-04-14, by Patrick Mezard
convert: fix svn file copy detection code
2008-04-14, by Patrick Mezard
convert: fix svn branch source detection corner case
2008-04-14, by Patrick Mezard
convert: cleanup svn file copy handling
2008-04-14, by Patrick Mezard
convert: handle past or foreign partial svn copies
2008-04-14, by Patrick Mezard
convert: more cleanup in svn directory copy handling
2008-04-14, by Patrick Mezard
convert: svn directory copy handling cleanup
2008-04-14, by Patrick Mezard
convert: improve subversion branch filtering
2008-04-14, by Patrick Mezard
convert: rename get_entry_from_path() into an svn_source method
2008-04-14, by Patrick Mezard
convert: fix subpaths detection in svn source
2008-04-14, by Patrick Mezard
test-convert-svn-branches: short identifiers are more legible
2008-04-14, by Patrick Mezard
cmdutil: handle and warn about missing copy revisions
2008-04-14, by Patrick Mezard
localrepo: forbid nullid copyrev
2008-04-14, by Patrick Mezard
verify: check copy source revlog and nodeid
2008-04-14, by Patrick Mezard
Merge with -stable
2008-04-13, by Matt Mackall
removing unused local ccache in patch.diff
2008-04-11, by Adrian Buehlmann
merge with -stable
2008-04-12, by Benoit Boissinot
merge: replace readline() call, missing from posixfile_nt
2008-04-12, by Patrick Mezard
Merge with crew-stable
2008-04-12, by Patrick Mezard
remove trailing whitespace introduced in cfeeac24fc1e
2008-04-12, by Dirkjan Ochtman
templates/coal: spell class correctly in {fileentry}
2008-04-12, by Giorgos Keramidas
repo: add rjoin method
2008-04-11, by Bryan O'Sullivan
parseurl: make revs optional
2008-04-11, by Bryan O'Sullivan
Hoist localpath to the top level
2008-04-11, by Bryan O'Sullivan
test-imerge: disable due to massive brokenness
2008-04-11, by Bryan O'Sullivan
use internal merge tool when specified for a merge-pattern in hgrc
2008-04-04, by Dov Feldstern
test that internal merge tools are used when set for a merge-pattern in hgrc
2008-04-04, by Dov Feldstern
fix import with -p0
2008-04-12, by Benoit Boissinot
context: handle untracked files in filectx.fileflags()
2008-04-12, by Patrick Mezard
resolve: new command
2008-04-11, by Matt Mackall
python-2.6: use sha wrapper from util for new merge code
2008-04-11, by Dirkjan Ochtman
fixed missing sorting in test-dumprevlog
2008-04-11, by Adrian Buehlmann
test-dumprevlog: fix extra path separator under MacOSX
2008-04-11, by Patrick Mezard
Merge from main.
2008-04-11, by Dirkjan Ochtman
Add a batch file driver for Windows
2008-04-10, by Paul Moore
merge: introduce mergestate
2008-04-10, by Matt Mackall
Merge with crew-stable.
2008-04-10, by Dirkjan Ochtman
win32text: actually import util so util.binary() can be used
2008-04-10, by Dirkjan Ochtman
issue 1053: heavily qualify the "cp -al" advice for cloning
2008-04-09, by Bryan O'Sullivan
Get rid of reimplementations of util.binary
2008-04-09, by Bryan O'Sullivan
Let util.binary check entire data for \0 (issue1066, issue1079)
2008-04-08, by Christian Ebert
keyword: check for '\0' in entire data before acting
2008-04-09, by Christian Ebert
keyword: make overwrite() arguments mandatory
2008-04-09, by Christian Ebert
keyword: compact setting of optional arguments
2008-04-09, by Christian Ebert
keyword: privatize remaining monkeypatches by moving them into reposetup
2008-04-09, by Christian Ebert
keyword: collect filename patterns, wrap dispatch._parse in uisetup
2008-04-09, by Christian Ebert
Merge
2008-04-09, by Bryan O'Sullivan
Tidy code, fix typo
2008-04-09, by Bryan O'Sullivan
Added hgexecutable support for py2exe/frozen scripts
2007-12-20, by Paul Moore
Remove trailing space
2008-04-08, by Thomas Arendsen Hein
merge with crew-stable
2008-04-08, by Thomas Arendsen Hein
python-2.6: md5 import in test-archive helper
2008-04-08, by Dirkjan Ochtman
python-2.6: deprecation of GzipFile.filename
2008-04-08, by Dirkjan Ochtman
highlight: backward compatibility with pygments 0.5.1
2008-04-10, by Benoit Allard
Fix spacing error introduced in 5efd447a9b8d
2008-04-08, by Thomas Arendsen Hein
Merge with crew-stable
2008-04-07, by Patrick Mezard
convert: check svn branches are directories
2008-04-07, by Patrick Mezard
Merge from crew-stable.
2008-04-07, by Dirkjan Ochtman
tests/test-diff-copy-depth: using sh instead of bash
2008-04-07, by Adrian Buehlmann
gendoc: fix indentation
2008-04-06, by Christian Ebert
hg.1: bogus escaping of .hg* not needed anymore
2008-04-06, by Christian Ebert
doc: escape .hg at bol in manpages with make (issue1072)
2008-04-07, by Christian Ebert
highlight: Generate pygments style sheet dynamically
2008-04-05, by Isaac Jurado
Merge with macencode branch
2008-04-05, by Patrick Mezard
win32text: rename forbidcrlforcr() function
2008-04-05, by Patrick Mezard
test-mactext: simplify test, coverage is ensured by win32text tests
2008-04-05, by Patrick Mezard
win32text: Add macencode/macdecode
2008-04-03, by OHASHI Hideya
Merge with crew-stable
2008-04-05, by Patrick Mezard
dirstate: do not ignore current directory '.' (issue 1078)
2008-04-05, by Patrick Mezard
patchbomb: fix cStringIO import (spotted by pychecker)
2008-04-05, by Christian Ebert
Make tests/test-dumprevlog executable
2008-04-05, by Thomas Arendsen Hein
merge with main
2008-04-05, by Thomas Arendsen Hein
Merge with crew-stable
2008-04-04, by Patrick Mezard
Merge backout
2008-04-04, by Patrick Mezard
Backed out changeset 7f4257b5cbfc
2008-04-04, by Patrick Mezard
mq: add --force option to strip
2008-04-04, by Dirkjan Ochtman
coal: fix some glitches in annotate header
2008-04-04, by Dirkjan Ochtman
python 2.6 compatibility: compatibility wrappers for hash functions
2008-04-04, by Dirkjan Ochtman
python 2.6 compatibility: add __hash__ to classes that have __eq__
2008-04-04, by Paul Moore
Merge with crew-stable
2008-04-04, by Patrick Mezard
Let --unified default to diff.unified (issue 1076)
2008-04-04, by Patrick Mezard
contrib: fix binary file issues with dumprevlog on Windows
2008-04-04, by Adrian Buehlmann
add tests for contrib/dumprevlog and undumprevlog
2008-04-03, by Adrian Buehlmann
coal: minor icon improvements
2008-04-04, by Matt Mackall
coal: more tweaks
2008-04-04, by Matt Mackall
pager: make config info accessible with "hg help pager"
2008-04-03, by Christian Ebert
tests: easier error diagnostics for test-serve
2008-04-03, by Dirkjan Ochtman
Merge from crew-stable.
2008-04-03, by Dirkjan Ochtman
hgweb: make hgwebdir work in the absence of PATH_INFO
2008-04-03, by Dirkjan Ochtman
Merge from main.
2008-04-03, by Dirkjan Ochtman
Merge from crew-stable.
2008-04-03, by Dirkjan Ochtman
Pager extension: switch it off if --debugger is set
2008-04-03, by Gilles Moris
Pager extension: switch it off if --debugger is set
2008-04-03, by David Soria Parra
php.net>
coal: even more tweaks
2008-04-02, by Matt Mackall
coal: more tweaking
2008-04-02, by Matt Mackall
coal: more tweaks
2008-04-02, by Matt Mackall
coal: minor fixes
2008-04-02, by Matt Mackall
merge with crew-stable
2008-04-02, by Thomas Arendsen Hein
test-churn: force COLUMNS to be set
2008-04-02, by Bryan O'Sullivan
Consistently 1 space after full stops in command doc strings
2008-04-02, by Christian Ebert
patchbomb: Fix mangling of lines beginning with From
2008-04-02, by Benoit Boissinot
asciidoc: consistently use 1 space after full stop
2008-04-01, by Christian Ebert
hgrc.5: fix subsection formatting
2008-04-01, by Christian Ebert
imported patch templ.diff
2008-04-01, by Benoit Boissinot
Merge with crew-stable
2008-04-01, by Patrick Mezard
merge with crew-stable
2008-04-01, by Thomas Arendsen Hein
rollback: unlink files truncated to length 0
2008-03-31, by Brendan Cully
make test-diff-copy-depth executable
2008-04-02, by Thomas Arendsen Hein
convert: fix test-convert-svn-* problems with mtime not changing
2008-04-01, by Peter Arrenbrecht
merge with hg-stable
2008-04-01, by Thomas Arendsen Hein
hgweb: fix merge breakage
2008-03-31, by Matt Mackall
templates: add coal web theme
2008-03-31, by Matt Mackall
optimize PNGs
2008-03-31, by Matt Mackall
hgweb: minor improvements for new web style
2008-03-31, by Matt Mackall
add simple dump and undump scripts to contrib/
2008-03-31, by Matt Mackall
Merge with stable
2008-03-31, by Matt Mackall
copies: refactor symmetricdifference as _findlimit
2008-03-29, by Matt Mackall
copies: teach symmetric difference about working revisions
2008-03-29, by Matt Mackall
symmetricdifference: move back to copies
2008-03-29, by Matt Mackall
symmetricdifference: change colors to sides
2008-03-29, by Matt Mackall
ancestors: simplify symmetric difference
2008-03-29, by Matt Mackall
copies: don't double-detect items in the directory copy check
2008-03-29, by Matt Mackall
copies: skip directory rename checks when not merging
2008-03-29, by Matt Mackall
copies: sort old names by depth
2008-03-29, by Matt Mackall
backout: reverse changeset belongs on current branch
2008-03-29, by Matt Mackall
copies: fix silly precedence bug
2008-03-29, by Matt Mackall
churn: allow whitespaces as delimiter in aliases
2008-03-28, by Kirill Smelkov
merge with crew
2008-03-31, by Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose
2008-03-31, by Benoit Boissinot
convert: fix trailing space introduced in 5efd447a9b8d
2008-03-31, by Dirkjan Ochtman
pager: Add a configuration to enable/disable the pager for certain commands
2008-03-29, by David Soria Parra
php.net>
keyword: regroup monkey patch code, underscore prefix private vars
2008-03-31, by Christian Ebert
merge with crew-stable
2008-03-31, by Thomas Arendsen Hein
Fix test-convert-svn-tags on case sensitive filesystems
2008-03-30, by Thomas Arendsen Hein
fix bug introduced by 2540521dc7c1 (thanks pychecker)
2008-03-30, by Benoit Boissinot
merge with -stable
2008-03-30, by Benoit Boissinot
fix error spotted by pychecker
2008-03-30, by Benoit Boissinot
fix bug introduced by 894875eae49b (short not defined)
2008-03-30, by Benoit Boissinot
merge with crew
2008-03-30, by Benoit Boissinot
fix warning from pychecker
2008-03-30, by Benoit Boissinot
fix error spotted by pychecker
2008-03-30, by Benoit Boissinot
Merge with crew-stable
2008-03-30, by Patrick Mezard
commands: fix shadowed repo module
2008-03-30, by Patrick Mezard
merge with crew
2008-03-29, by Benoit Boissinot
hgweb: remove dead code
2008-03-29, by Benoit Boissinot
Merge with crew-stable
2008-03-29, by Patrick Mezard
test-convert-svn-source: remove redundant tests
2008-03-29, by Patrick Mezard
convert: allow tags detection to be disabled
2008-03-29, by Patrick Mezard
convert: follow svn tags history (issue953)
2008-03-29, by Patrick Mezard
Add a test for svn tags conversion
2008-03-29, by Patrick Mezard
convert: avoid svn log retrieval process cleanup
2008-03-29, by Patrick Mezard
test-convert-mtn: test directory deletion
2008-03-29, by Patrick Mezard
fix const annotation warning
2008-03-28, by Benoit Boissinot
highlight: some small cleanups
2008-03-28, by Dirkjan Ochtman
hgweb: refactor hgweb code
2008-03-28, by Dirkjan Ochtman
hgweb: separate out utility functions
2008-03-28, by Dirkjan Ochtman
Backed out changeset d2bb66a8a435 (temporary template compatibility)
2008-03-24, by Dirkjan Ochtman
mercurial.el: note new Emacs VC mode support
2008-03-27, by Bryan O'Sullivan
manifest: improve parsing performance by 8x via a new C extension
2008-03-26, by Bryan O'Sullivan
Added signature for changeset bae2e9c838e9
2008-03-24, by Matt Mackall
Added tag 1.0 for changeset bae2e9c838e9
2008-03-24, by Matt Mackall
Tests for issue 1049
1.0
2008-03-24, by Bryan O'Sullivan
commit: when committing the results of a merge, it's all or nothing
2008-03-24, by Bryan O'Sullivan
Skip older monotone versions for tests.
2008-03-24, by Thomas Arendsen Hein
run-tests.py: Only one fail message when output changed and error code.
2008-03-24, by Thomas Arendsen Hein
mq: use repo.changelog.tip() instead of the "tip" tag
2008-03-24, by Alexis S. L. Carvalho
Fix missing space in one of the new update messages.
2008-03-24, by Thomas Arendsen Hein
qclone: do not abort if remote hasn't enabled mq (issue1040)
2008-03-24, by Alexis S. L. Carvalho
hgweb: add compatibility code for old templates
2008-03-24, by Alexis S. L. Carvalho
Merge with crew
2008-03-24, by Matt Mackall
test-convert-mtn: test directory move
2008-03-24, by Patrick Mezard
convert: record deleted files in monotone source
2008-03-24, by Patrick Mezard
update: better logic and messages for updates
2008-03-24, by Matt Mackall
hgweb: fix breakage in python < 2.5 introduced in 2c370f08c486
2008-03-24, by Dirkjan Ochtman
setup.py: hide compiler error messages while searching for inotify
2008-03-23, by Alexis S. L. Carvalho
Add a test for monotone conversion
2008-03-23, by Patrick Mezard
don't use hasattr in repo.invalidate
2008-03-23, by Alexis S. L. Carvalho
localrepo.commit: grab locks before getting the list of files to commit
2008-03-23, by Alexis S. L. Carvalho
Avoid calling heads() twice on every hg commit.
2008-03-23, by Alexis S. L. Carvalho
hgweb: better error messages
2008-03-23, by Dirkjan Ochtman
Remove unexpected "Alternately" word from tip help.
2008-03-23, by Patrick Mezard
run-tests.py: Allow environment variables to set jobs/timeout/port.
2008-03-23, by Thomas Arendsen Hein
convertrepo: make it work with refactored convert extension
2008-03-23, by Patrick Mezard
Make tip help more helpful
2008-03-23, by Patrick Mezard
test-imerge: test resolve subcommand
2008-03-23, by Patrick Mezard
imerge: replace "merge" with "internal:merge" when non-interactive
2008-03-23, by Patrick Mezard
hgk: display orphan revisions content (issue 1041)
2008-03-23, by Patrick Mezard
test-mq-symlinks: skip if symlinks are not supported
2008-03-23, by Patrick Mezard
test-notify: make it pass on Mac OS X 10.5
2008-03-23, by Florent Guillaume
test-remove: make tests really pass
2008-03-23, by Florent Guillaume
test-remove: fix for non-gnu find
2008-03-23, by Florent Guillaume
test-remove: make it pass on Mac OS X 10.5
2008-03-22, by Florent Guillaume
tests: add highlight extension tests
2008-03-22, by Dirkjan Ochtman
tests: add tests for hgweb to test-keyword
2008-03-22, by Dirkjan Ochtman
Merge main and crew.
2008-03-22, by Dirkjan Ochtman
removed trailing spaces
2008-03-22, by Thomas Arendsen Hein
ui: disallow newlines in usernames (issue1034)
2008-03-22, by Matt Mackall
update: no -C needed to switch branches without outstanding changes
2008-03-22, by Matt Mackall
coverage: deal with symlinked input paths (MacOSX issue)
2008-03-22, by Patrick Mezard
Make churn an official extension
2008-03-22, by Patrick Mezard
tiny tab cleanup
2008-03-22, by Dirkjan Ochtman
improved semantics for remove (issue438)
2008-03-22, by Dirkjan Ochtman
test: fix mixing exec bit on test-hgwebdirsym
2008-03-21, by Matt Mackall
tests: make test-rebuildstate repeatable
2008-03-21, by Matt Mackall
tests: teach -i about fails list
2008-03-21, by Matt Mackall
tests: make test-convertcvs repeatable
2008-03-21, by Matt Mackall
test: Add tests for webdir symlinks and walkrepos.
2008-03-21, by Eric Hopper
mq: warn when applying a patch to somewhere other than tip
2008-03-21, by Matt Mackall
util: check fileno() validity in win32 set_binary()
2008-03-21, by Patrick Mezard
clone: print "updating working directory" status message
2008-03-21, by Adrian Buehlmann
give better error message on non-existent mapfile (issue813)
2008-03-21, by Dirkjan Ochtman
warn about new heads on commit (issue842)
2008-03-21, by Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
2008-03-21, by Dirkjan Ochtman
tab/space cleanup
2008-03-21, by Thomas Arendsen Hein
ui: copy overlay from both direct and indirect parentui
2008-03-20, by Dirkjan Ochtman
convert: allow missing tools not to stop source type detection
2008-03-20, by Patrick Mezard
less
more
|
(0)
-3000
-1000
-448
+448
+1000
+3000
+10000
+30000
tip