Mercurial > hg
graph
-
Update tests to reflect walk changes.Wed, 20 Jul 2005 03:43:05 -0800, by Bryan O'Sullivan
-
An empty .hgignore file must cause us to ignore nothing, not everything!Wed, 20 Jul 2005 03:37:01 -0800, by Bryan O'Sullivan
-
Update docs for annotate and diff.Wed, 20 Jul 2005 03:24:54 -0800, by Bryan O'Sullivan
-
Convert annotate over to walk interface.Wed, 20 Jul 2005 03:23:12 -0800, by Bryan O'Sullivan
-
Convert diff command over to using walk code.Wed, 20 Jul 2005 03:16:20 -0800, by Bryan O'Sullivan
-
Add name matching to status command.Wed, 20 Jul 2005 03:01:23 -0800, by Bryan O'Sullivan
-
Only walk over files that match our criteria.Wed, 20 Jul 2005 02:57:20 -0800, by Bryan O'Sullivan
-
Turn make_filename into make_file, which returns a file handle.Wed, 20 Jul 2005 02:48:16 -0800, by Bryan O'Sullivan
-
Fix typo.Tue, 19 Jul 2005 07:51:34 -0800, by Bryan O'Sullivan
-
Get commands to raise Abort instead of ui.warn(...),sys.exit(1).Tue, 19 Jul 2005 07:42:36 -0800, by Bryan O'Sullivan
-
Add a source designator to the walk methods.Tue, 19 Jul 2005 07:15:59 -0800, by Bryan O'Sullivan
-
Merge with Matt's tip.Tue, 19 Jul 2005 07:00:03 -0800, by Bryan O'Sullivan
-
Get add and locate to use new repo and dirstate walk code.Mon, 18 Jul 2005 06:54:21 -0800, by Bryan O'Sullivan
-
Work on walk code.Sat, 16 Jul 2005 15:13:40 -0800, by Bryan O'Sullivan
-
Add doc/Makefile to MANIFESTWed, 20 Jul 2005 11:40:27 -0500, by mpm
-
Fix verify error reporting bugTue, 19 Jul 2005 15:09:04 -0500, by mpm
-
Change hgit revision lookup to use repo.lookupTue, 19 Jul 2005 12:41:08 -0500, by mason
-
Fix hgit usage of repo.changes and fancyopts to reflect current hg apiTue, 19 Jul 2005 12:40:46 -0500, by mason
-
Fix typos in FAQSun, 17 Jul 2005 08:39:44 +0100, by jdc
-
Be even more specific with .hgignore regexps, added *.swp files.Sat, 16 Jul 2005 17:25:05 +0100, by Thomas Arendsen Hein
-
Fix up ignore regexps.Sat, 16 Jul 2005 17:19:58 +0100, by Bryan O'Sullivan
-
Make annotate use option --rev instead od --revision like other commands.Sat, 16 Jul 2005 07:58:56 +0100, by Thomas Arendsen Hein
-
Some cleanups in commands.annotate().Sat, 16 Jul 2005 07:56:39 +0100, by Thomas Arendsen Hein
-
Added missing newline after two error messages.Fri, 15 Jul 2005 21:31:35 +0100, by Thomas Arendsen Hein
-
Merge with myself.Fri, 15 Jul 2005 13:42:19 +0100, by Thomas Arendsen Hein
-
Show filename for hg export in verbose mode.Fri, 15 Jul 2005 12:17:03 +0100, by Thomas Arendsen Hein
-
Use dirstate to check if .hgtags needs to be added.Fri, 15 Jul 2005 12:06:29 +0100, by Thomas Arendsen Hein
-
Fix synopsis: hg forget needs at least one file name.Fri, 15 Jul 2005 10:58:19 +0100, by Thomas Arendsen Hein
-
Use changelogentry.tmpl for search results, too.Fri, 15 Jul 2005 10:07:55 +0100, by Thomas Arendsen Hein
-
Changed command synopsises to match style of common UNIX tools.Fri, 15 Jul 2005 09:38:57 +0100, by Thomas Arendsen Hein
-
Make "hg parents REV" work (again?)Fri, 15 Jul 2005 08:32:45 +0100, by Thomas Arendsen Hein
-
Merge with TAHThu, 14 Jul 2005 22:56:55 -0800, by mpm
-
Make makelock and readlock work on filesystems without symlink support.Thu, 14 Jul 2005 22:51:47 +0100, by Thomas Arendsen Hein
-
merge program setting from hgrc wasn't used.Thu, 14 Jul 2005 17:28:19 +0100, by Thomas Arendsen Hein
-
Fix default values and add interactive setting to [ui] section of hgrc docs.Thu, 14 Jul 2005 17:22:20 +0100, by Thomas Arendsen Hein
-
On importing the result of 'hg export', parse while reading and drop headers.Thu, 14 Jul 2005 16:57:01 +0100, by Thomas Arendsen Hein
-
Removed extra spaces for default parameters according to PEP8.Thu, 14 Jul 2005 16:23:13 +0100, by Thomas Arendsen Hein
-
Removed duplicate use of os.path.normcase().Thu, 14 Jul 2005 15:56:11 +0100, by Thomas Arendsen Hein
-
Use python function instead of external 'cp' command when cloning repos.Thu, 14 Jul 2005 15:30:49 +0100, by Thomas Arendsen Hein
-
Multiple cleanups of things detected by pylint.Thu, 14 Jul 2005 10:42:28 +0100, by Thomas Arendsen Hein
-
Removed extra newline in hg log when not using the --patch option, fixed tests.Thu, 14 Jul 2005 10:37:33 +0100, by Thomas Arendsen Hein
-
Fixed tests.Thu, 14 Jul 2005 08:57:54 +0100, by Thomas Arendsen Hein
-
Teach convert-repo about tagsThu, 14 Jul 2005 22:37:46 -0800, by mpm
-
Be quiet about broken pipesThu, 14 Jul 2005 18:41:36 -0800, by mpm
-
convert-repo: deal with packed git and other fixesWed, 13 Jul 2005 01:53:27 -0800, by mpm
-
HG environment variables take precedence over hgrcWed, 13 Jul 2005 01:48:03 -0800, by mpm
-
Minor merge fixupsWed, 13 Jul 2005 01:46:50 -0800, by mpm
-
Make manifest lookup use changeset idsWed, 13 Jul 2005 01:42:48 -0800, by mpm
-
Repair the hgweb search interfaceWed, 13 Jul 2005 01:41:49 -0800, by mpm
-
Hide file hashes in logTue, 12 Jul 2005 20:55:42 -0800, by Matt Mackall
-
Reapply startswith() changes that got lost with stale editTue, 12 Jul 2005 00:51:49 -0800, by Matt Mackall
-
Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bdMon, 11 Jul 2005 21:58:57 -0800, by Matt Mackall
-
Revert hgeditor change to manifest bitsMon, 11 Jul 2005 21:54:37 -0800, by Matt Mackall
-
Revert hgeditor md5sum changeMon, 11 Jul 2005 21:51:06 -0800, by Matt Mackall
-
Sort files for removalMon, 11 Jul 2005 15:07:04 -0800, by Matt Mackall
-
Handle undeletion of files when checking out old revisionsMon, 11 Jul 2005 15:06:32 -0800, by Matt Mackall
-
Actually move .hg into ignoreMon, 11 Jul 2005 10:28:20 -0800, by Matt Mackall
-
Alternate fix for SIGHUP on the other OSSun, 10 Jul 2005 17:11:27 -0800, by Matt Mackall
-
Fix up test for update flagsSun, 10 Jul 2005 16:19:36 -0800, by Matt Mackall