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.
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip