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.
Merge manifest refactor work
2006-08-09, by Matt Mackall
Combine manifest dict and flags dict into a single object
2006-08-09, by Matt Mackall
manifestflags: eliminate remaining users of direct dict access
2006-07-19, by Matt Mackall
Use strings for manifestflags to allow storing multiple flags
2006-07-16, by Matt Mackall
Start using manifestflags methods
2006-07-16, by Matt Mackall
Add manifestflags class
2006-07-16, by Matt Mackall
Merge with crew, fix most tests
2006-08-09, by Matt Mackall
mq: make guards more strict, add tests
2006-08-09, by Vadim Gelfer
mq: drop qversion command
2006-08-08, by Vadim Gelfer
fetch: hold lock and wlock across all operations
2006-08-08, by Vadim Gelfer
tests: forgot to add test-mq-guards.out
2006-08-09, by Vadim Gelfer
fetch: lock repo across pull and commit
2006-08-08, by Vadim Gelfer
fetch: drop commands.doupdate
2006-08-08, by Vadim Gelfer
test-fetch: make output stable
2006-08-08, by Vadim Gelfer
fetch: fix breakage from mpm.
2006-08-08, by Vadim Gelfer
mq: new commands qselect, qguard
2006-08-08, by Vadim Gelfer
fix permission of test-mq-qsave
2006-08-08, by Vadim Gelfer
mq: add join method
2006-08-08, by Vadim Gelfer
Make mq camelcase consistent with the rest of hg.
2006-08-07, by Brendan Cully
Add basic qsave/qrestore test.
2006-08-07, by Brendan Cully
Update qsave to use StatusEntry; don't throw exception on bad status lines.
2006-08-07, by Brendan Cully
Merge: combine force and forcemerge arguments
2006-08-08, by Matt Mackall
Merge: move most tests to the beginning
2006-08-08, by Matt Mackall
Merge: refactor err and failedmerge -> unresolved
2006-08-08, by Matt Mackall
Refactor update locking slightly
2006-08-08, by Matt Mackall
Merge: combine choose and moddirstate to partial
2006-08-08, by Matt Mackall
Rename merge.allow -> merge.branchmerge
2006-08-07, by Matt Mackall
Use demandload @ syntax
2006-08-07, by Matt Mackall
Introduce update helper functions: update, merge, clean, and revert
2006-08-07, by Matt Mackall
Teach demandload how to import as
2006-08-07, by Matt Mackall
Factor doupdate into _lookup + hg.update
2006-08-07, by Matt Mackall
Fix extensions for merge change
2006-08-07, by Matt Mackall
Update mq to use new logmessage arglist from 2794:bd8a9a94139f
2006-08-07, by Brendan Cully
Merge with crew
2006-08-07, by Matt Mackall
fetch: add missing import.
2006-08-07, by Vadim Gelfer
fetch: do not fetch if working dir modified
2006-08-07, by Vadim Gelfer
new extension: fetch -> combine pull and merge/update
2006-08-07, by Vadim Gelfer
commands.logmessage: simplify calling.
2006-08-07, by Vadim Gelfer
localrepo.update: allow to suppress commit reminder.
2006-08-07, by Vadim Gelfer
mq: unused variables, improper usage of 'is [not]', undefined variable
2006-08-06, by Benoit Boissinot
mq: codingstyle
2006-08-06, by Benoit Boissinot
mq: remove unecessary test
2006-08-06, by Benoit Boissinot
mq: fix variables shadowing builtin
2006-08-06, by Benoit Boissinot
util.patch: use shellquote
2006-08-06, by Benoit Boissinot
mq: use more portable util.parse_patch_output instead of handrolled version.
2006-08-05, by Brendan Cully
Add portable shell-quoting function; teach mq to use it.
2006-08-05, by Brendan Cully
mailbomb: add a comment and remove the bcc in a more pythonic way
2006-08-06, by Benoit Boissinot
Add '.' as a shortcut revision name for the working directory parent.
2006-08-04, by Brendan Cully
make error better.
2006-08-05, by Vadim Gelfer
merge with self.
2006-08-04, by Vadim Gelfer
fix output of test-backout.
2006-08-04, by Vadim Gelfer
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip