Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Test suite for log --follow and --follow-first.
2006-08-03, by Brendan Cully
Add log option --follow-first to follow only the first parent of
2006-08-03, by Brendan Cully
Make log --follow revision range start default to working dir parent.
2006-08-03, by Brendan Cully
Make log --follow without a file list follow a single head.
2006-08-03, by Brendan Cully
merge with brendan.
2006-08-03, by Vadim Gelfer
Use StatusEntry class instead of repeated status line parsing.
2006-08-03, by Brendan Cully
mq: make queue.unapplied useful as api
2006-08-02, by Vadim Gelfer
Move repo.verify
2006-08-07, by Matt Mackall
revlog.lookup optimization
2006-08-03, by Matt Mackall
Remove **opts arg from commands.doupdate
2006-08-03, by Matt Mackall
Move merge code to its own module
2006-08-03, by Matt Mackall
Add a doc string
2006-08-03, by Matt Mackall
Import say a file is not tracked after patching : test case
2006-08-02, by Mathieu Clabaut
mq: simplify save_dirty
2006-08-02, by Vadim Gelfer
Add -f option to qfold; improve qfold documentation.
2006-08-02, by Brendan Cully
Clean up qnew help text.
2006-08-02, by Brendan Cully
tests: fix output for test-backout
2006-08-02, by Vadim Gelfer
allow None for path of hg.repository
2006-08-02, by Vadim Gelfer
mq: rename read_series as parse_series, make simpler and faster
2006-08-02, by Vadim Gelfer
fix call to commands.setremoteconfig
2006-08-02, by Bryan O'Sullivan
mq: print matches if patch name not unique
2006-08-02, by Vadim Gelfer
clone: replace long help string of inaky with doc comment.
2006-08-01, by Vadim Gelfer
Breakup clone -r extra text help to fit in 80 columns
2006-08-01, by Inaky Perez-Gonzalez
Expand clone help with hardlink information
2006-08-01, by Inaky Perez-Gonzalez
fix hg backup option recommendation for auto-merge
2006-08-02, by Christian Ebert
import: make patch apply if run in subdir
2006-08-01, by Vadim Gelfer
hgcommand.vim: requirements & doc self-install more consistent; cosmetics
2006-08-02, by Christian Ebert
fix mq test output.
2006-08-01, by Vadim Gelfer
merge patches from brendan cully that did not apply clean against tip.
2006-08-01, by Vadim Gelfer
Add -s option to qseries: display first line of patch header.
2006-08-01, by Brendan Cully
Check for parent/mod as well as parent.mod in findext.
2006-08-01, by Brendan Cully
Add more verbose help text to mq commands.
2006-08-01, by Brendan Cully
Add -m, -l, -e options to qfold.
2006-08-01, by Brendan Cully
Add -f option to qdelete, to remove patch file.
2006-08-01, by Brendan Cully
mq: add qmv as alias for qrename
2006-08-01, by Vadim Gelfer
New self-explanatory command qrename.
2006-08-01, by Brendan Cully
[darcs2hg] Windows compatibilty patct
2006-08-01, by Sébastien Pierre
New mq command qfold: Merge patches into the current patch.
2006-07-31, by Brendan Cully
Add command qheader to display the header of a given patch.
2006-07-31, by Brendan Cully
Add option -e/--edit to qrefresh, to edit the existing header.
2006-07-31, by Brendan Cully
Change patch header as well as commit message with qrefresh -m or -l.
2006-07-31, by Brendan Cully
Remove pointless reposetup hook from hgk.py
2006-08-01, by Brendan Cully
import: switch from application/x-patch to text/x-diff
2006-07-31, by Vadim Gelfer
mq: correct the use of super
2006-07-31, by Alexis S. L. Carvalho
log: add -f/--follow option, to follow rename/copy
2006-07-31, by Vadim Gelfer
clean up hg.py: move repo constructor code into each repo module
2006-07-31, by Vadim Gelfer
merge with mpm.
2006-07-30, by Vadim Gelfer
pull: allow to pull from bundle file without need for bundle: syntax
2006-07-30, by Vadim Gelfer
avoid calling (cd ...) with `nil' as a directory name
2006-07-30, by Giorgos Keramidas
fix output file format %r
2006-07-29, by Christian Ebert
hbisect.py: don't rely on __del__ to write the current state.
2006-07-28, by Alexis S. L. Carvalho
hgcommand.vim: cleanup of doc self-install code
2006-07-29, by Christian Ebert
import: allow application/x-patch for funny patch from christian ebert
2006-07-30, by Vadim Gelfer
patchbomb: do not write Bcc
2006-07-29, by Christian Ebert
Kill ui.setconfig_remoteopts
2006-07-31, by Matt Mackall
merge with crew.
2006-07-30, by Vadim Gelfer
mq: add basic tests
2006-07-29, by Vadim Gelfer
mq: allow to apply patches in subdir of repo again
2006-07-29, by Vadim Gelfer
merge with tah
2006-07-29, by Thomas Arendsen Hein
Add test mq keeping a reference to localrepo which can't remove journal on exit.
2006-07-28, by Thomas Arendsen Hein
mq: update to handle repomap not longer used
2006-07-28, by Vadim Gelfer
mq: replace module-wide repo hash with a repo attribute
2006-07-28, by Brendan Cully
mq: do not hold a reference to repo in tags override
2006-07-28, by Brendan Cully
patchbomb: fix generation of message-id when sending attachments
2006-07-28, by Christian Ebert
merge with crew.
2006-07-28, by Vadim Gelfer
mq: add qclone command
2006-07-28, by Vadim Gelfer
hg.py: add islocal() and defaultdest() functions, refactor
2006-07-28, by Vadim Gelfer
makes 'hg diff' diff the file in sorted order
2006-07-28, by Benoit Boissinot
merge with tonfa
2006-07-28, by Thomas Arendsen Hein
reupdate the options after loading the repo
2006-07-27, by Benoit Boissinot
merge with upstream
2006-07-28, by Thomas Arendsen Hein
Fix test-mq-qnew-twice exit code and output.
2006-07-28, by Thomas Arendsen Hein
mq: fix queue.apply to not call os.chdir()
2006-07-27, by Vadim Gelfer
mq: move many error messages to util.Abort
2006-07-27, by Vadim Gelfer
mq: do not allow to qnew a patch twice
2006-07-27, by Vadim Gelfer
run-tests.py: skip tests that should not run.
2006-07-27, by Vadim Gelfer
make mq test more portable.
2006-07-27, by Vadim Gelfer
patchbomb: add content-disposition to make display inline and add filename
2006-07-27, by Vadim Gelfer
patchbomb: optionally send patches as inline attachments
2006-07-27, by Christian Ebert
Fix test permission
2006-07-27, by Matt Mackall
merge with crew.
2006-07-27, by Vadim Gelfer
make introductory message of patch series text/plain
2006-07-27, by Christian Ebert
run-tests.py: fix diff output when test-foo.out doesn't exist.
2006-07-21, by Alexis S. L. Carvalho
Allow tests that end in .py and .bat
2006-07-21, by Alexis S. L. Carvalho
Merged backout head.
2006-07-27, by Thomas Arendsen Hein
Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465
2006-07-27, by Thomas Arendsen Hein
mq: strip should not blow away local changes
2006-07-27, by Chris Mason
mq: fix qnew and qimport to deal with series file comments
2006-07-27, by Chris Mason
mq: qpop should act like quilt pop
2006-07-27, by Chris Mason
mq: patch naming shortcuts
2006-07-27, by Chris Mason
Improve bash_completion for patches in MQ
2006-07-26, by Mathieu Clabaut
MQ: uniformise message and logfile option.
2006-07-26, by Mathieu Clabaut
merge with crew.
2006-07-27, by Vadim Gelfer
Makefile do a chmod +x on test sceanrios
2006-07-26, by Mathieu Clabaut
email: reflect that recipients are specified as comma-separated list
2006-07-27, by Christian Ebert
merge with crew
2006-07-27, by Benoit Boissinot
MANIFEST.in fixes
2006-07-27, by Benoit Boissinot
merge with gitweb
2006-07-27, by Benoit Boissinot
[hgweb] links to shortlog for the default templates
2006-07-26, by Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
2006-07-26, by Josef "Jeff" Sipek
merge gitweb with crew
2006-07-27, by Benoit Boissinot
[hgweb] Implemented shortlog (gitweb templates only)
2006-07-24, by Josef "Jeff" Sipek
[hgweb] Fixed up gitweb templates
2006-07-24, by Josef "Jeff" Sipek
Add mq patch names to tagscache instead of overriding lookup.
2006-07-26, by Brendan Cully
Update Windows and Mac installers to 0.9.1 release
2006-07-25, by Lee Cantey
added documentation for to, cc, and bcc addressing
2006-07-26, by Christian Ebert
optionally send blind carbon copies
2006-07-26, by Christian Ebert
fix reference to "smtp" section
2006-07-26, by Christian Ebert
mq: uniform verbose display of patche[s].
2006-07-26, by Mathieu Clabaut
Fixed confused directory changing in test-http.
2006-07-26, by Thomas Arendsen Hein
extdiff : add comment on how to use vim for doing directoy diff
2006-07-25, by Mathieu Clabaut
merge.
2006-07-25, by Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
2006-07-25, by Vadim Gelfer
Provide a relevant description for --timeout.
2006-07-25, by Will Maier
self.root == '/': prefix length computation out of the loop
2006-07-25, by Benoit Boissinot
Fix dirstate.walkhelper removing first char of nd when self.root == '/'.
2006-07-25, by Gil
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs.
2006-07-25, by Thomas Arendsen Hein
Emacs: apply "expand-filename" on "default-directory".
2006-07-22, by FUJIWARA Katsunori
Emacs: apply kill-local-variable instead of make-local-variable to FORGET
2006-07-22, by FUJIWARA Katsunori
hgweb: Configurable zebra stripes
2006-07-24, by Frank Kingswood
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip