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.
hgk.py: fix warnings from pychecker
2006-09-06, by Benoit Boissinot
hgk.py: add an optional file list to debug-diff-tree
2006-09-06, by Benoit Boissinot
really treat the right side of acl.{allow,deny} as a list of users
2006-06-27, by Mikhail Sobolev
merge crew with hg-churn
2006-09-05, by Benoit Boissinot
Fix for Python 2.3 compatibility.
2006-09-05, by Shun-ichi GOTO
hgk: use short changeset hashes
2006-08-24, by TK Soh
merge with brendan
2006-09-05, by Benoit Boissinot
unlink temporary patch files even when an exception is raised
2006-09-05, by Benoit Boissinot
Remove temporary git patch files
2006-08-30, by Brendan Cully
Fix git patch application when cwd != repo.root
2006-08-30, by Brendan Cully
Detect git patches in patchbomb makepatch function
2006-08-30, by Brendan Cully
merge with hg-churn
2006-09-04, by Benoit Boissinot
[churn] Moved churn extension from hgext to contrib
2006-09-04, by Josef "Jeff" Sipek
[churn] Fix progress bar not incrementing when merge cset is encountered
2006-09-03, by Josef "Jeff" Sipek
[churn] progress meter
2006-09-03, by Josef "Jeff" Sipek
[churn] Ignore merge csets
2006-09-03, by Josef "Jeff" Sipek
[churn] repo.changes was renamed to repo.status
2006-09-03, by Josef "Jeff" Sipek
Merge with mpm
2006-09-03, by Josef "Jeff" Sipek
Merge with Brendan Cully
2006-08-19, by Josef "Jeff" Sipek
Add revision range support
2006-08-18, by Brendan Cully
[churn] Fixed churn ignoring the first commit
2006-08-19, by Josef "Jeff" Sipek
[churn] Trivial cleanup
2006-08-15, by Josef "Jeff" Sipek
[churn] Trivial cleanup suggested by Thomas
2006-08-15, by Josef "Jeff" Sipek
[churn] Cleanup suggestions from tonfa
2006-08-08, by Josef "Jeff" Sipek
Churn extension
2006-07-26, by Josef "Jeff" Sipek
add document on command defaults
2006-09-02, by TK Soh
do not enable verbose output if quiet is specified in the cmdline
2006-09-03, by Benoit Boissinot
clone: simplifying dest repo creation
2006-09-02, by Benoit Boissinot
sshrepo: when creating a repo, raise an error if it already exists
2006-09-02, by Benoit Boissinot
localrepo: move the repo creation code, fail if the repo exists
2006-09-02, by Benoit Boissinot
sshrepo: flush stderr before connecting to the hg server
2006-09-02, by Benoit Boissinot
gitweb: add file links to filelog page
2006-08-31, by TK Soh
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip