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.
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
backout: report short hash in commit message
2007-06-25, by Matt Mackall
New config option: ui.report_untrusted (defaults to True)
2007-06-25, by Thomas Arendsen Hein
Make earlygetopt return a list of all option values, use the last value.
2007-06-25, by Thomas Arendsen Hein
Fixed sorting inside nearly sorted sections in hgrc.5
2007-06-24, by Thomas Arendsen Hein
Make changeset_printer respect ui diffopts
2007-06-25, by Benoit Boissinot
mq: support qnew -I/-X and file name lists
2007-06-25, by Brendan Cully
Merge with mpm
2007-06-25, by Brendan Cully
mq: document that qinit -c may be run later
2007-06-25, by Brendan Cully
gitweb: do not mix shortlog and changelog in summary page.
2007-06-25, by Markus F.X.J. Oberhumer
Add option "hidden" to hgwebdir.
2007-06-25, by Markus F.X.J. Oberhumer
Add support for RFC2822 to util.parsedate().
2007-06-25, by Markus F.X.J. Oberhumer
Makefile: remove *.pyd files on "make clean".
2007-06-25, by Markus F.X.J. Oberhumer
Makefile: change "make local" to build a fully working local version.
2007-06-25, by Markus F.X.J. Oberhumer
gitweb: hide email addresses in shortlog with |person
2007-06-25, by Matt Mackall
Make shortlog the default page in hgweb
2007-06-25, by Matt Mackall
hgweb: improve shortlog formatting
2007-06-25, by Matt Mackall
strip: move strip code to a new repair module
2007-06-25, by Matt Mackall
strip: simplify bundle helper
2007-06-25, by Matt Mackall
strip: pull core strip logic into its own function
2007-06-24, by Matt Mackall
unbundle: accept multiple file arguments
2007-06-24, by Giorgos Keramidas
convert: handle new cvsps with Tags: and multiple tags.
2007-06-24, by Eric Hopper
cat: return an error on failure
2007-06-24, by Matt Mackall
tests: add merge test for changeset 9fe267f77f56
2007-06-23, by Giorgos Keramidas
purge: add the clean alias inspired by git-clean and svn-clean
2007-06-23, by Emanuele Aina
mercurial.el: ignore errors on hg-after-save-hook()
2007-05-22, by NIIMI Satoshi
mercurial.el: change default log range to tip:0
2007-05-22, by NIIMI Satoshi
Command in doc comment is now on a single line, fixed
2007-06-23, by paul sorenson
purge: don't delete ignored files if --all is not specified
2007-06-06, by Emanuele Aina
Enable to select encoding in hgrc web section
2007-06-13, by OHASHI Hideya
merge with main
2007-06-23, by Thomas Arendsen Hein
hgk: Use $HG instead of hg (see 849f011dbf79)
2007-06-23, by Thomas Arendsen Hein
hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)
2007-06-23, by Thomas Arendsen Hein
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
2007-06-23, by Thomas Arendsen Hein
archive: remove spurious flag_bits setting
2007-06-23, by Matt Mackall
convert: sometimes git forgets the author
2007-06-23, by Matt Mackall
Merge with main
2007-06-23, by Thomas Arendsen Hein
merge: fix small bug with a failed merge across a rename
2007-06-22, by Alexis S. L. Carvalho
rollback: update help for issue316
2007-06-22, by Matt Mackall
transplant: fix locking order
2007-06-22, by Alexis S. L. Carvalho
git patches: correct handling of filenames with spaces
2007-06-22, by Alexis S. L. Carvalho
Work around urllib2 digest auth bug with Python < 2.5
2007-06-22, by Alexis S. L. Carvalho
dirstate.status: if a file is marked as copied, consider it modified
2007-06-21, by Alexis S. L. Carvalho
Merge with Eric Hopper
2007-06-21, by Matt Mackall
Change branches to sort 'active' branches first, and add an option to show only active branches.
2007-06-21, by Eric Hopper
merge: warn user about divergent renames
2007-06-21, by Matt Mackall
Merge with crew
2007-06-21, by Patrick Mezard
Handle CTRL+C in serve under Windows.
2007-06-21, by Marcos Chaves
identify: take a path to a remote repo
2007-06-21, by Matt Mackall
dispatch: parse local hgrc for paths
2007-06-21, by Matt Mackall
hgweb_mod.archive(): Use 'key' instead of builtin 'id'.
2007-06-21, by Thomas Arendsen Hein
Remove useless variable assignments in util.opener.
2007-06-21, by Thomas Arendsen Hein
identify: work with remote repos
2007-06-21, by Matt Mackall
identify: add support for output flags
2007-06-21, by Matt Mackall
identify: accept a revision argument
2007-06-21, by Matt Mackall
identify: use contexts
2007-06-21, by Matt Mackall
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip