<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>https://lib.custis.ru/index.php?action=history&amp;feed=atom&amp;title=Hg-rebase-better-than-bzr-ithelps.sh</id>
		<title>Hg-rebase-better-than-bzr-ithelps.sh - История изменений</title>
		<link rel="self" type="application/atom+xml" href="https://lib.custis.ru/index.php?action=history&amp;feed=atom&amp;title=Hg-rebase-better-than-bzr-ithelps.sh"/>
		<link rel="alternate" type="text/html" href="https://lib.custis.ru/index.php?title=Hg-rebase-better-than-bzr-ithelps.sh&amp;action=history"/>
		<updated>2026-05-05T07:48:56Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>https://lib.custis.ru/index.php?title=Hg-rebase-better-than-bzr-ithelps.sh&amp;diff=17089&amp;oldid=prev</id>
		<title>BenderBot: 1 версия</title>
		<link rel="alternate" type="text/html" href="https://lib.custis.ru/index.php?title=Hg-rebase-better-than-bzr-ithelps.sh&amp;diff=17089&amp;oldid=prev"/>
				<updated>2010-08-02T15:04:09Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='ru'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 15:04, 2 августа 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='ru'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BenderBot</name></author>	</entry>

	<entry>
		<id>https://lib.custis.ru/index.php?title=Hg-rebase-better-than-bzr-ithelps.sh&amp;diff=17088&amp;oldid=prev</id>
		<title>VitaliyFilippov: 1 версия</title>
		<link rel="alternate" type="text/html" href="https://lib.custis.ru/index.php?title=Hg-rebase-better-than-bzr-ithelps.sh&amp;diff=17088&amp;oldid=prev"/>
				<updated>2010-04-22T16:58:02Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
svnadmin create test&lt;br /&gt;
svn co file://`pwd`/test test-co&lt;br /&gt;
cd test-co&lt;br /&gt;
echo &amp;quot;helloworld&amp;quot; &amp;gt; a&lt;br /&gt;
echo &amp;quot;diepeople&amp;quot; &amp;gt; b&lt;br /&gt;
svn add a b&lt;br /&gt;
svn ci -m &amp;quot;add a+b to svn&amp;quot;&lt;br /&gt;
cd ..&lt;br /&gt;
hg clone file://`pwd`/test test-hg&lt;br /&gt;
cd test-co&lt;br /&gt;
echo &amp;quot;tretiynah&amp;quot; &amp;gt; c&lt;br /&gt;
svn add c&lt;br /&gt;
svn ci -m &amp;quot;add c to svn&amp;quot;&lt;br /&gt;
cd ..&lt;br /&gt;
cd test-hg&lt;br /&gt;
echo &amp;quot;rozoviyslonik&amp;quot; &amp;gt; d&lt;br /&gt;
hg add d&lt;br /&gt;
hg ci -m &amp;quot;add d to hg&amp;quot;&lt;br /&gt;
hg pull&lt;br /&gt;
hg merge&lt;br /&gt;
hg ci -m &amp;quot;merge to hg&amp;quot;&lt;br /&gt;
echo &amp;quot;1nah&amp;quot; &amp;gt; a&lt;br /&gt;
hg ci -m &amp;quot;change a in hg&amp;quot;&lt;br /&gt;
#hg push file://`pwd`/../test # ФИГВАМ! Sorry, can't find svn parent of a merge revision.&lt;br /&gt;
echo &amp;quot;5nah&amp;quot; &amp;gt; e&lt;br /&gt;
hg add e&lt;br /&gt;
hg ci -m &amp;quot;add e to hg&amp;quot;&lt;br /&gt;
hg rebase -d 2&lt;br /&gt;
hg push&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>VitaliyFilippov</name></author>	</entry>

	</feed>