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.
gitweb: add annotate links to changeset page
2006-08-31, by TK Soh
Merge with crew
2006-08-30, by Brendan Cully
Add --git support to hg email
2006-08-30, by Brendan Cully
Add --git to hg export
2006-08-30, by Brendan Cully
merge with brendan
2006-08-30, by Benoit Boissinot
Call patch.diff directly instead of printdiff - this also saves an
2006-08-29, by Brendan Cully
Remove dates from git export file lines - they confuse git-apply
2006-08-29, by Brendan Cully
Find the system's MD5 binary.
2006-07-28, by Will Maier
gitweb: fix annotate page display problem on IE (6.0)
2006-08-29, by TK Soh
gitweb: fix file page display problem on IE (6.0)
2006-08-29, by TK Soh
gitweb: fix issue 349
2006-08-29, by TK Soh
Document the fact that revert might overwrite .orig files
2006-08-29, by Benoit Boissinot
Add a hint for revert --all when aborting
2006-08-29, by Benoit Boissinot
fix incorrect warning when walking on a particular rev
2006-08-28, by Benoit Boissinot
fix errors reported by pychecker
2006-08-26, by Benoit Boissinot
Fixed an exception in notify extension (b2a_hex argument incorrect)
2006-08-24, by Alexis S. L. Carvalho
minor docstring fix for revert
2006-08-22, by TK Soh
Allow for MB/sec transfer rates in test-http-proxy and test-ssh.
2006-08-21, by Lee Cantey
load extensions only after the ui object has been completely initialized
2006-08-22, by Alexis S. L. Carvalho
Only read .hg/hgrc files from trusted users/groups
2006-08-22, by Alexis S. L. Carvalho
Fix hgk extension due to 4ec58b157265 refactoring
2006-08-23, by Edouard Gomez
merge.
2006-08-23, by Vadim Gelfer
mq.el: Add comment to mq-edit-finish.
2006-08-22, by Bryan O'Sullivan
mq.el: add ability to edit a patch.
2006-08-22, by Bryan O'Sullivan
qheader: exit withh meaningful error code.
2006-08-22, by Bryan O'Sullivan
Emacs: add mq.el, early support for Mercurial Queues.
2006-08-22, by Bryan O'Sullivan
MQ: Make more commands return meaningful errors.
2006-08-22, by Bryan O'Sullivan
mercurial.el: deal with more vagaries of "hg status".
2006-08-22, by Bryan O'Sullivan
qrefresh: exit with status 1 if no patches applied.
2006-08-22, by Bryan O'Sullivan
mercurial.el: add hg-cwd
2006-08-22, by Bryan O'Sullivan
mercurial.el: speed up mode line updates.
2006-08-22, by Bryan O'Sullivan
mercurial.el: add hg-status.
2006-08-22, by Bryan O'Sullivan
mercurial.el: use parents in modeline, not tip
2006-08-22, by Bryan O'Sullivan
mercurial.el: fix hg-chomp.
2006-08-22, by Bryan O'Sullivan
mercurial.el: fix calls to goto-char.
2006-08-22, by Bryan O'Sullivan
mercurial.el: get rid of unportable, unperformant use of replace-regexp.
2006-08-22, by Bryan O'Sullivan
merge.
2006-08-22, by Vadim Gelfer
Support the demandload syntax "@" in packagescan
2006-08-10, by Volker Kleinfeld
merge.
2006-08-22, by Vadim Gelfer
Support foo@bar notation as demandload module spec.
2006-08-22, by Shun-ichi GOTO
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
2006-08-22, by Thomas Arendsen Hein
Merge with tah
2006-08-22, by Thomas Arendsen Hein
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc
2006-08-22, by Thomas Arendsen Hein
Clear contents of global hgrc for tests before running each test.
2006-08-22, by Thomas Arendsen Hein
Add ui.strict config item.
2006-08-21, by Bryan O'Sullivan
Ignore .DS_Store directories
2006-08-21, by Lee Cantey
Allow for MB/sec transfer rates in test-http
2006-08-21, by Lee Cantey
patch queue: portability.notes
2006-08-21, by Danek Duvall
mq: fix bad interaction between demandload and update of commands.norepo
2006-08-21, by Vadim Gelfer
revert: add -a as alias for --all
2006-08-21, by Vadim Gelfer
revert: require --all to revert all files.
2006-08-21, by Vadim Gelfer
merge: fold umap and added into m1 manifest
2006-08-22, by Matt Mackall
merge: make unresolved a counter
2006-08-22, by Matt Mackall
merge: use context code to retrieve manifests
2006-08-22, by Matt Mackall
merge: add remove to the action hash
2006-08-22, by Matt Mackall
merge: combine merge and get lists
2006-08-22, by Matt Mackall
merge: remove redundant if
2006-08-22, by Matt Mackall
merge: eliminate mw manifestdict, do everything with m1
2006-08-22, by Matt Mackall
merge: eliminate usage of m1 after working manifest creation
2006-08-22, by Matt Mackall
merge: simplify working dir manifest generation
2006-08-22, by Matt Mackall
merge: simplify some update logic
2006-08-22, by Matt Mackall
merge: hoist partial code out of manifest loops
2006-08-22, by Matt Mackall
merge: minor simplification
2006-08-22, by Matt Mackall
merge: rename mysterious variable
2006-08-21, by Matt Mackall
merge: add backwards variable
2006-08-21, by Matt Mackall
tag: shorten hash in default commit message
2006-08-20, by Matt Mackall
Only show long hashes with --debug, not --verbose
2006-08-20, by Matt Mackall
Demote a pull note to a debug message
2006-08-20, by Matt Mackall
fix typo in mail.py
2006-08-20, by Alexis S. L. Carvalho
fix incoming -p
2006-08-20, by Alexis S. L. Carvalho
dirstate.py: when comparing mtimes, use only the integer part.
2006-08-20, by Alexis S. L. Carvalho
localrepo.status: detect clean files even when the mtime has changed
2006-08-20, by Alexis S. L. Carvalho
Avoid Python 2.5 warning
2006-08-20, by Alexis S. L. Carvalho
extdiff: make new diff commands pick up their options correctly
2006-08-17, by TK Soh
addremove: add -s/--similarity option
2006-08-18, by Vadim Gelfer
fix comment.
2006-08-18, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
addremove: do not deprecate.
2006-07-23, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
fix issue 322.
2006-08-18, by Vadim Gelfer
merge.
2006-08-18, by Vadim Gelfer
add missing import of errno
2006-08-17, by Giorgos Keramidas
merge.
2006-08-18, by Vadim Gelfer
add other dir/file case to test for issue322.
2006-08-18, by Vadim Gelfer
Teach annotate to follow copies.
2006-08-18, by Brendan Cully
Add self to contributors
2006-08-18, by Brendan Cully
add test for issue 322.
2006-08-18, by Vadim Gelfer
merge with self.
2006-08-18, by Vadim Gelfer
load extensions from every hgrc.
2006-08-18, by Vadim Gelfer
refactor extension loading.
2006-08-11, by Vadim Gelfer
merge with brendan.
2006-08-18, by Vadim Gelfer
mq: fix appliedname
2006-08-16, by Brendan Cully
mq help text updates and speling fixes
2006-08-16, by Brendan Cully
Add qnew -e option.
2006-08-16, by Brendan Cully
allow qrefresh to take a list of files; closes #96.
2006-08-16, by Brendan Cully
Fix test-mq-qdiff; add -I and -X options to qdiff
2006-08-16, by Brendan Cully
Fix qfold after recent changes
2006-08-16, by Brendan Cully
sed portability fixes
2006-08-16, by Brendan Cully
Teach mq about git patches
2006-08-16, by Brendan Cully
Move import's working dir update code into patch.updatedir
2006-08-16, by Brendan Cully
Solaris portability fixes
2006-08-18, by Danek Duvall
Fix bug #345.
2006-08-18, by Brendan Cully
patchbomb: import new mail module
2006-08-16, by Brendan Cully
mail: fix connect
2006-08-16, by Brendan Cully
merge with tah
2006-08-18, by Thomas Arendsen Hein
Fix hgweb's patch display in changeset view.
2006-08-18, by Thomas Arendsen Hein
hgext: more patchbomb documentation
2006-08-15, by Giorgos Keramidas
make new tests executable.
2006-08-16, by Vadim Gelfer
tests: new test for the bisect extension
2006-08-15, by Giorgos Keramidas
tests: new test for "hg annotate"
2006-08-15, by Giorgos Keramidas
override previous merge with mpm.
2006-08-16, by Vadim Gelfer
redo merge with mpm.
2006-08-16, by Vadim Gelfer
merge with mpm.
2006-08-16, by Vadim Gelfer
Unify mq and hg patch invocation.
2006-08-15, by Brendan Cully
merge.
2006-08-15, by Vadim Gelfer
make test-mq-qdiff executable.
2006-08-15, by Vadim Gelfer
tests: new test for mq qdiff command
2006-08-15, by Giorgos Keramidas
merge with other head by default, not tip.
2006-08-15, by Vadim Gelfer
merge with mpm.
2006-08-15, by Vadim Gelfer
Tune a bit the extdiff toplevel comments/samples.
2006-08-15, by Giorgos Keramidas
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip