Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
Use dirstate to check if .hgtags needs to be added.
2005-07-15, by Thomas Arendsen Hein
Fix synopsis: hg forget needs at least one file name.
2005-07-15, by Thomas Arendsen Hein
Use changelogentry.tmpl for search results, too.
2005-07-15, by Thomas Arendsen Hein
Changed command synopsises to match style of common UNIX tools.
2005-07-15, by Thomas Arendsen Hein
Make "hg parents REV" work (again?)
2005-07-15, by Thomas Arendsen Hein
Merge with TAH
2005-07-14, by mpm
Make makelock and readlock work on filesystems without symlink support.
2005-07-14, by Thomas Arendsen Hein
merge program setting from hgrc wasn't used.
2005-07-14, by Thomas Arendsen Hein
Fix default values and add interactive setting to [ui] section of hgrc docs.
2005-07-14, by Thomas Arendsen Hein
On importing the result of 'hg export', parse while reading and drop headers.
2005-07-14, by Thomas Arendsen Hein
Removed extra spaces for default parameters according to PEP8.
2005-07-14, by Thomas Arendsen Hein
Removed duplicate use of os.path.normcase().
2005-07-14, by Thomas Arendsen Hein
Use python function instead of external 'cp' command when cloning repos.
2005-07-14, by Thomas Arendsen Hein
Multiple cleanups of things detected by pylint.
2005-07-14, by Thomas Arendsen Hein
Removed extra newline in hg log when not using the --patch option, fixed tests.
2005-07-14, by Thomas Arendsen Hein
Fixed tests.
2005-07-14, by Thomas Arendsen Hein
Teach convert-repo about tags
2005-07-14, by mpm
Be quiet about broken pipes
2005-07-14, by mpm
convert-repo: deal with packed git and other fixes
2005-07-13, by mpm
HG environment variables take precedence over hgrc
2005-07-13, by mpm
Minor merge fixups
2005-07-13, by mpm
Make manifest lookup use changeset ids
2005-07-13, by mpm
Repair the hgweb search interface
2005-07-13, by mpm
Hide file hashes in log
2005-07-12, by Matt Mackall
Reapply startswith() changes that got lost with stale edit
2005-07-12, by Matt Mackall
Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bd
2005-07-11, by Matt Mackall
Turn off signing with hgeditor by default
0.6b
2005-07-11, by Matt Mackall
Revert hgeditor change to manifest bits
2005-07-11, by Matt Mackall
Revert hgeditor md5sum change
2005-07-11, by Matt Mackall
Sort files for removal
2005-07-11, by Matt Mackall
Handle undeletion of files when checking out old revisions
2005-07-11, by Matt Mackall
Actually move .hg into ignore
2005-07-11, by Matt Mackall
Alternate fix for SIGHUP on the other OS
2005-07-10, by Matt Mackall
Fix up test for update flags
2005-07-10, by Matt Mackall
Remove references to 'cloning by hardlink' from tests.
2005-07-10, by Andrew Thompson
hg clone stored path fix
2005-07-10, by Mikael Berthe
Make consistent use of str.startswith() in conditionals.
2005-07-10, by chad netzer
Change MANIFEST.in to recursive-include the contrib/ folder.
2005-07-10, by Andrew Thompson
More IE friendly diff output related templates.
2005-07-10, by Edouard Gomez
Move hgrc documentation out to its own man page, hgrc(5).
2005-07-10, by Bryan O'Sullivan
Move .hg into ignore()
2005-07-10, by Matt Mackall
.hgignore speedups patch incorporating Matt's feedback.
2005-07-10, by mwilli2
Dont trap SIGHUP on the other OS
2005-07-10, by Edouard Gomez
A number of minor fixes to problems that pychecker found.
2005-07-10, by mark williamson
hgeditor: Remove EMAIL default for HGUSER, comment editor selection
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Remove temporary files even if interrupted
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Simplify manifest hash adding
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Fix some parameters to commands
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Pass username to hgeditor, remove temporary file
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Add rss tag in the changelog/filelog html template.
2005-07-10, by kreijack
Move commit hook after commit completes
2005-07-10, by Matt Mackall
Whitespace cleanup
2005-07-10, by Matt Mackall
Generate a friendlier except for failed lookups
2005-07-10, by Matt Mackall
dirstate.forget() takes a list
2005-07-10, by Matt Mackall
Warn about bogus ignore expressions
2005-07-09, by Matt Mackall
Fix out of range regression
2005-07-08, by Matt Mackall
Make cloning by hardlink quiet again
2005-07-08, by Matt Mackall
Fix corruption resulting from skipping parts of a revision group
2005-07-08, by Matt Mackall
Non-grouping regex for ignore
2005-07-08, by Matt Mackall
Fix an odd revlog bug
2005-07-08, by Matt Mackall
Fix bug in reverting deleted files
2005-07-08, by Matt Mackall
Experimental ignore regex speed-up
2005-07-07, by Matt Mackall
Attempt to read all remaining remote output at close
2005-07-06, by Matt Mackall
update test-hup permissions
2005-07-06, by Matt Mackall
Show remote client output with "remote:"
2005-07-06, by Matt Mackall
this patch permits hgweb to show the deleted files in the changeset diff
2005-07-06, by kreijack
Performance enhancements for manifest.add()
2005-07-06, by mason
typo in help message.
2005-07-06, by Matt Mackall
Update tests
2005-07-06, by Matt Mackall
Catch SIGHUP
2005-07-06, by Matt Mackall
Switch push over to the new scheme
2005-07-06, by Matt Mackall
Add addchangegroup to the ssh protocol
2005-07-06, by Matt Mackall
Add a scheme for handling remote locking
2005-07-06, by Matt Mackall
Fix up the broken bits in findoutgoing
2005-07-06, by Matt Mackall
Move the empty changeset detection out of findincoming to pull
2005-07-06, by Matt Mackall
Protocol switch from using generators to stream-like objects.
2005-07-06, by Matt Mackall
Add a repo method to report repo device
2005-07-06, by Matt Mackall
Slim down and update README a bit
2005-07-06, by Matt Mackall
Provides output option to cat command
2005-07-05, by thananck
Update documentation of hg tag
2005-07-05, by Radoslaw Szkodzinski
Remove debug print from locate code.
2005-07-05, by Bryan O'Sullivan
Clarify man page entry for locate a little.
2005-07-05, by Bryan O'Sullivan
Use repo.getcwd() in a few obvious places.
2005-07-05, by Bryan O'Sullivan
Add locate command.
2005-07-05, by Bryan O'Sullivan
Fix quoting for RSS links
2005-07-05, by Matt Mackall
Cleanups for repo.pull
2005-07-05, by Matt Mackall
Add an sshrepository class and hg serve --stdio
2005-07-05, by Matt Mackall
Change remote repository to httprepository
2005-07-05, by Matt Mackall
Add generic repo commands for pull and push
2005-07-05, by Matt Mackall
Add a function to calculate the outgoing changegroup
2005-07-05, by Matt Mackall
Attempt to handle RSS URIs properly
2005-07-04, by Matt Mackall
update tests
2005-07-04, by Matt Mackall
Handle unrecognised options correctly.
2005-07-04, by Bryan O'Sullivan
open .hgtags as binary
2005-07-04, by thananck
Fix zombie files in merge
2005-07-04, by maf46
Output file of 'export' is opened as binary (other OS)
2005-07-04, by thananck
Stop patch description import at diff -r
2005-07-04, by Matt Mackall
Demand-load most modules in the commands and ui modules.
2005-07-04, by Bryan O'Sullivan
On Sat, Jul 02, 2005 at 02:11:34PM -0700, Matt Mackall wrote:
2005-07-04, by Alecs King
* clean up error handling when user requests to use a non file object
2005-07-04, by shaleh
check export options for changeset before running
2005-07-04, by shaleh
[PATCH] hg tag: local tag support in file .hg/localtags
2005-07-04, by Matt Mackall
Add username/merge/editor to .hgrc
2005-07-03, by Matt Mackall
[PATCH] Parse and use header data from an hg export'ed changeset
2005-07-03, by mpm
[PATCH] Fix thinko in "serve" man page entry.
2005-07-03, by mpm
[PATCH] Get "hg serve" to optionally log accesses and errors to files
2005-07-03, by mpm
Split wrapped demandload line
2005-07-03, by mpm
[PATCH] Get "hg serve" to print the URL being served
2005-07-03, by mpm
Various HTML cleanups
2005-07-03, by mpm
Add globals to templater/fixup RSS
2005-07-03, by mpm
Simplify RSS date generation
2005-07-03, by mpm
[PATCH] Add RSS support to hgweb
2005-07-03, by mpm
[PATCH 4/5]: cleaning the template parent management in hgweb
2005-07-03, by mpm
[PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl
2005-07-03, by mpm
A bunch of parsing/help updates
2005-07-03, by mpm
Expand undo docs
2005-07-03, by mpm
Update CONTRIBUTORS
2005-07-03, by mpm
Shorten help
2005-07-03, by mpm
Restructure option handling
2005-07-03, by mpm
options: kill -d for debug
2005-07-02, by mpm
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip