Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-240
+240
+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.
refactor text diff/patch code.
2006-08-12, by Vadim Gelfer
merge.
2006-08-12, by Vadim Gelfer
manifest.execf is now a function.
2006-08-12, by Vadim Gelfer
merge.
2006-08-12, by Vadim Gelfer
grep: add --follow support.
2006-08-12, by Brendan Cully
grep: display correct user/revision for --all in reverse.
2006-08-12, by Brendan Cully
util: qualify name properly.
2006-08-12, by Vadim Gelfer
mq: demandload more
2006-08-12, by Vadim Gelfer
commands.import: refactor patch parsing into patch.extract.
2006-08-12, by Vadim Gelfer
merge git patch code.
2006-08-12, by Vadim Gelfer
Tests for git import
2006-08-11, by Brendan Cully
Remove debugging line
2006-08-11, by Brendan Cully
Fix bad merge with crew
2006-08-11, by Brendan Cully
Move patch-related code into its own module.
2006-08-11, by Brendan Cully
Teach import to understand git diff extensions.
2006-08-11, by Brendan Cully
update copyrights.
2006-08-12, by Vadim Gelfer
merge.
2006-08-12, by Vadim Gelfer
Fix some bugs introduced during the manifest refactoring
2006-08-12, by Alexis S. L. Carvalho
Fix "hg qnew -f foo" without -m
2006-08-12, by Alexis S. L. Carvalho
merge with mpm.
2006-08-12, by Vadim Gelfer
import: get lock and wlock one time
2006-08-11, by Vadim Gelfer
Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4.
2006-08-11, by Thomas Arendsen Hein
fix test output
2006-08-10, by Vadim Gelfer
mq: only add mq attribute to local repo
2006-08-10, by Vadim Gelfer
mq: apply patch is any posative guard matches
2006-08-10, by Vadim Gelfer
fetch: fix test fail
2006-08-10, by Vadim Gelfer
mq: do not allow to push from repo with patches applied
2006-08-10, by Vadim Gelfer
call reposetup functions of extension modules whenever repo created
2006-08-10, by Vadim Gelfer
mq: test commit in repo with patches applied
2006-08-10, by Vadim Gelfer
Disallow commit over an applied mq patch.
2006-08-10, by Brendan Cully
qselect: add --pop, --reapply options
2006-08-10, by Vadim Gelfer
Fix some tests for portability.
2006-08-09, by Danek Duvall
merge: minor simplification
2006-08-14, by Matt Mackall
Remove manifest.readflags
2006-08-11, by Matt Mackall
Change remaining users of manifest flags
2006-08-11, by Matt Mackall
Switch to simpler manifestdict
2006-08-10, by Matt Mackall
Merge: use single objects for tracking manifests
2006-08-09, by Matt Mackall
Merge: save away mode bit so that we don't need manifest later
2006-08-09, by Matt Mackall
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
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
prune unwanted files from MANIFEST (backups, object files, etc)
2006-07-25, by Benoit Boissinot
Add qtip and qbase to mq qlookup.
2006-07-20, by Brendan Cully
Mq: modify repo.lookup to resolve applied patches too.
2006-07-20, by Brendan Cully
merge with crew.
2006-07-24, by Vadim Gelfer
status: add -c (clean) and -A (all files) options
2006-07-20, by Vadim Gelfer
Added signature for changeset 2be3001847cb18a23c403439d9e7d0ace30804e9
2006-07-24, by Matt Mackall
Added tag 0.9.1 for changeset 2be3001847cb18a23c403439d9e7d0ace30804e9
2006-07-24, by Matt Mackall
Merge with crew
0.9.1
2006-07-24, by Matt Mackall
make convert-repo deal with git symbolic refs.
2006-07-24, by Alexis S. L. Carvalho
Merge with crew
2006-07-24, by Matt Mackall
util.getuser: better comments
2006-07-24, by Vadim Gelfer
util.getuser: raise exception if win32api not available.
2006-07-24, by Vadim Gelfer
merge with crew.
2006-07-24, by Vadim Gelfer
fix windows username problem.
2006-07-24, by Vadim Gelfer
Merge with crew
2006-07-23, by Matt Mackall
Make hgweb threads into daemon threads.
2006-07-20, by Brendan Cully
Preserve multibyte UTF-8 characters when obfuscating.
2006-07-21, by Brendan Cully
spelling fix
2006-07-21, by Benoit Boissinot
change 'hg tag' to tag the parent rev instead of tip
2006-07-21, by Benoit Boissinot
merge with tonfa-experimental
2006-07-19, by Matt Mackall
fix 'hg cat' broken by 156fb1feab62
2006-07-17, by Benoit Boissinot
allow specifying a file to hg parents, change the syntax to use -r/--rev
2006-07-17, by Benoit Boissinot
fix filectxt to really work
2006-07-17, by Benoit Boissinot
correct the handling of linkrev with nullid
2006-07-17, by Benoit Boissinot
lookup should allow -1 to represent nullid (if passed an int as arg)
2006-07-17, by Benoit Boissinot
fix tests.
2006-07-19, by Vadim Gelfer
Add an option '-C|--copies' to hg status to show the source of copied files.
2006-07-19, by Brendan Cully
merge
2006-07-19, by Vadim Gelfer
HGcommand.vim : the status was read for the wrong file as we changed the current directory before
2006-07-19, by Mathieu Clabaut
Do not try to get revision and branch information for file which are not tracked
2006-07-18, by Mathieu Clabaut
Correction of commit with a log message in a file
2006-07-18, by Mathieu Clabaut
less
more
|
(0)
-1000
-240
+240
+1000
+3000
+10000
+30000
tip