Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
Merge with main
2007-07-05, by Brendan Cully
convert: svn: some improvements in memory usage
2007-07-05, by Brendan Cully
archive: make the %r escape work.
2007-07-11, by Alexis S. L. Carvalho
serve: respect settings from .hg/hgrc
2007-07-11, by Alexis S. L. Carvalho
Fix inconsistency for the stream_out capability in hgweb
2007-05-12, by Edouard Gomez
improve warning for hg add foo; hg mv foo bar
2007-07-11, by Alexis S. L. Carvalho
util._hgexecutable: default to 'hg'
2007-07-11, by Alexis S. L. Carvalho
archive: add symlink support
2007-07-11, by Alexis S. L. Carvalho
archive: use util.opener when archiving files.
2007-07-11, by Alexis S. L. Carvalho
localrepo.wwrite: use opener.symlink
2007-07-11, by Alexis S. L. Carvalho
Add symlink method to util.opener.
2007-07-11, by Alexis S. L. Carvalho
turn util.opener into a class
2007-07-11, by Alexis S. L. Carvalho
Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
2007-07-08, by Thomas Arendsen Hein
hg log: Move filtering implicit parents to own method and use it in templater.
2007-07-08, by Thomas Arendsen Hein
Strip whitespace from changeset description in changeset_templater.
2007-07-08, by Thomas Arendsen Hein
merge with crew-stable
2007-07-06, by Thomas Arendsen Hein
Add html docs and use for help shortcut
2007-07-05, by Lee Cantey
Merge with stable
2007-07-05, by Matt Mackall
Merge with crew-stable
2007-07-05, by Matt Mackall
merge: fix adding untracked files on directory rename (issue612)
2007-07-05, by Matt Mackall
extensions: untangle some recursive dependencies
2007-07-05, by Matt Mackall
interhg extension allows you to change changelog text like InterWiki.
2007-07-03, by OHASHI Hideya
setup.py not executable: change instructions at beginning of file
2007-06-28, by Christian Ebert
Merge with stable
2007-07-05, by Matt Mackall
convert: svn: remove svn_paths wrappers
2007-07-05, by Brendan Cully
convert: svn: use revmap to parse only new revisions in incremental conversions
2007-07-05, by Brendan Cully
convert: export revmap to source.
2007-07-05, by Brendan Cully
convert: svn: defer get_log parsing until after get_log completes.
2007-07-05, by Brendan Cully
convert: move some code into common init function
2007-07-05, by Brendan Cully
Merge with crew
2007-07-05, by Brendan Cully
alias: remove dead code
2007-07-05, by Brendan Cully
convert: call superclass init from engine init functions
2007-07-05, by Brendan Cully
Merge with crew-stable
2007-07-05, by Patrick Mezard
test-archive: stop checking md5 absolute values
2007-07-05, by Patrick Mezard
Fix issue589 wording problem
2007-07-05, by Patrick Mezard
Fix serve on Windows without win32* modules.
2007-06-26, by Nathan Jones
test-demandimport: match upper-case hexadecimal
2007-07-05, by Patrick Mezard
Add alias extension
2007-07-04, by Brendan Cully
merge with crew-stable
2007-07-04, by Thomas Arendsen Hein
convert svn: minor improvement to tag detection.
2007-07-03, by Brendan Cully
convert: svn merges produce hard-to-trace file entries. Ignore them for now.
2007-07-03, by Brendan Cully
convert: svn: autodetect /branches, /tags, /trunk.
2007-07-03, by Brendan Cully
convert: svn: pull out broken batching code, add alpha tags support
2007-07-03, by Brendan Cully
convert: svn: get parent for branch creation events
2007-07-03, by Brendan Cully
convert: add optional module argument to svn._fetch_revisions
2007-07-03, by Brendan Cully
convert: svn: parse log entries as they arrive instead of deferring it
2007-07-03, by Brendan Cully
convert: svn: move some debug output to verbose
2007-07-03, by Brendan Cully
convert: another typo in svn.latest
2007-07-03, by Brendan Cully
convert: typo in svn.latest
2007-07-03, by Brendan Cully
convert: svn: add function to get the latest revision touching a path
2007-07-03, by Brendan Cully
convert: svn: add an early return to move most changeset parsing out an indent level
2007-07-03, by Brendan Cully
convert: svn: use a separate mempool for each ls in the 1.4 fallback path
2007-07-03, by Brendan Cully
Remove specific version requirement and point to latest versions of Mac Python downloads.
2007-07-03, by Lee Cantey
children extension: Don't abort when looking at the null revision.
2007-07-03, by Thomas Arendsen Hein
merge with crew-stable
2007-07-03, by Thomas Arendsen Hein
Add extension to provide the 'hg children' command (with tests)
2007-07-03, by Thomas Arendsen Hein
merge with crew-stable
2007-07-03, by Alexis S. L. Carvalho
Merge with tah
2007-07-02, by Brendan Cully
convert: make convertsource option handling transparent
2007-07-02, by Brendan Cully
Added import test for [PATCH] subject and message body with subject
2007-07-02, by Thomas Arendsen Hein
patch.extract: fix test-import breakage introduced in the previous changeset
2007-07-02, by Brendan Cully
patch.extract: do not prepend subject if the description already starts with it
2007-07-02, by Brendan Cully
convert: svn: skip revisions without file entries
2007-07-02, by Brendan Cully
convert: svn: disable batched fetch - get the whole log immediately
2007-07-02, by Brendan Cully
convert: svn: add revnum() to convert rev to revnum
2007-07-02, by Brendan Cully
convert: svn: abort if module stat fails
2007-07-02, by Brendan Cully
convert: fetch svn changes on demand (in batches)
2007-07-01, by Brendan Cully
convert: svn: convert branch trunk to default
2007-07-01, by Brendan Cully
convert: svn: fix fallback directory listing code when importing a submodule
2007-07-01, by Brendan Cully
convert: remove svn debugger trap
2007-07-01, by Brendan Cully
convert: import all branches from git repositories
2007-07-01, by Brendan Cully
convert: gitcmd wrapper for os.popen
2007-07-01, by Brendan Cully
convert: activate subversion engine
2007-07-01, by Brendan Cully
convert extension: Add SVN converter
2007-07-01, by Daniel Holth
convert extension: stripped-down svn transport module
2007-07-01, by Daniel Holth
convert: split converter into convertsource and convertsink
2007-07-01, by Brendan Cully
convert: move *** empty log message *** into commit class
2007-07-01, by Brendan Cully
convert: initialize source after destination, cleaning up if source is unusable
2007-07-01, by Brendan Cully
convert: add -r argument specifying latest revision to convert
2007-07-01, by Brendan Cully
convert: ove recode method into converter_source
2007-07-01, by Brendan Cully
Merge with crew-stable
2007-07-01, by Thomas Arendsen Hein
Merge with Adam Spiers
2007-06-30, by Brendan Cully
mercurial.spec: convert extension now installs files into hgext/convert/
2007-06-30, by Adam Spiers
buildrpm: fix rpm release number calculation
2007-06-30, by Adam Spiers
buildrpm: auto-generate %changelog in .spec file
2007-06-03, by Adam Spiers
mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm
2007-06-30, by Adam Spiers
mercurial.spec: include various utility files from contrib/ in rpm
2007-06-03, by Adam Spiers
mercurial.spec: add BuildRequires
2007-01-21, by julian
mercurial.spec: fix when default python prefix != rpm %{_prefix}
2007-06-02, by Adam Spiers
Convert default mercurial.ini file to Windows line endings
2007-06-29, by Lee Cantey
merge: make test for fast-forward merge stricter (issue619)
2007-07-05, by Matt Mackall
Fixed calling the merge script and reporting errors in debuginstall (issue617)
2007-07-04, by Thomas Arendsen Hein
Fix revlog.children so the real children of the null revision can be calculated.
2007-07-03, by Thomas Arendsen Hein
hgweb: use lrwxrwxrwx as the permissions of a symlink
2007-07-03, by Alexis S. L. Carvalho
Make hg add foo; hg mv foo bar work.
2007-07-03, by Alexis S. L. Carvalho
test-copy2: use status -C instead of debugstate | grep copy
2007-07-03, by Alexis S. L. Carvalho
test-rename: use hg status -C; don't use hg debugstate | grep copy
2007-07-03, by Alexis S. L. Carvalho
Make hgk handle filenames with spaces (issue49)
2007-07-01, by Thomas Arendsen Hein
Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.
2007-07-01, by Thomas Arendsen Hein
Added full URL to debug output if something doesn't look like an http hg repo.
2007-06-29, by Thomas Arendsen Hein
Handle extensions with defined but empty cmdtable
2007-06-28, by Brendan Cully
mq: more qdelete help text tweaks
2007-06-28, by Brendan Cully
mq: require patch argument or revision for qdelete
2007-06-28, by Brendan Cully
Make hg glog abort if unused arguments are given.
2007-06-28, by Thomas Arendsen Hein
Abort if earlygetopt fails to detect an option.
2007-06-28, by Thomas Arendsen Hein
Simplified earlygetopt and made it remove parsed options and values.
2007-06-28, by Thomas Arendsen Hein
Disallow short earlygetop option combined with other short options
2007-06-27, by Thomas Arendsen Hein
Fix tgz archival on Windows.
2007-06-27, by csaba henk
Updated command tables in commands.py and hgext extensions.
2007-06-26, by Thomas Arendsen Hein
Catch illegal boolean values in hgrc nicely.
2007-06-26, by Thomas Arendsen Hein
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
2007-06-26, by Thomas Arendsen Hein
Fix earlygetop for short options with unnecessary spaces removed
2007-06-26, by Thomas Arendsen Hein
Fix and test 'hg backout' without or with too many revisions.
2007-06-26, by Thomas Arendsen Hein
Added signature for changeset fb4b6d5fe100b0886f8bc3d6731ec0e5ed5c4694
2007-06-25, by Matt Mackall
Added tag 0.9.4 for changeset fb4b6d5fe100
2007-06-25, by Matt Mackall
Update binary installer files.
0.9.4
2007-06-25, by Bryan O'Sullivan
mq: regularize patch header creation.
2007-06-25, by Brendan Cully
convert: "unknown" is a string
2007-06-25, by Alexis S. L. Carvalho
OpenVMS patches
2007-06-08, by Jean-Francois PIERONNE
fix 'convert' with single commit repositories
2007-06-25, by Hollis Blanchard
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip