Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

changeset: fix import of nullid

fixes #198

Changeset 6387e2f208b7

Parent fc220a4eb1db

by Steve Borho

Changes to one file · Browse files at 6387e2f208b7 Showing diff from parent fc220a4eb1db Diff from another changeset...

 
11
12
13
14
 
15
16
17
 
11
12
13
 
14
15
16
17
@@ -11,7 +11,7 @@
 import StringIO    from mercurial.i18n import _ -from mercurial.node import short, nullrev +from mercurial.node import short, nullrev, nullid  from mercurial import cmdutil, context, util, ui, hg, patch  from gdialog import GDialog, Confirm  from hglib import toutf, fromutf, displaytime, hgcmd_toq, diffexpand, LookupError